File: control

package info (click to toggle)
fractgen 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: cpp: 1,937; sh: 86; makefile: 4; sed: 3
file content (29 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: fractgen
Section: graphics
Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: cmake,
               debhelper (>= 11),
               qtbase5-dev,
               qtchooser
Standards-Version: 4.3.0
Homepage: https://www.uni-due.de/~be0001/fractalgenerator/
Vcs-Git: https://salsa.debian.org/hle/fractgen.git
Vcs-Browser: https://salsa.debian.org/hle/fractgen

Package: fractgen
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Extensible Fractal Generator
 FractalGenerator is a Qt-based program to generate fractal images (e.g.
 Mandelbrot set). The size of the calculated images is only limited by the
 computer's virtual memory. That is, images may use the full printer
 resolution !
 .
 It is possible to zoom into images. Image parameters can be saved in XML files
 and loaded from XML files. Calculated images can be exported as PNG files.
 .
 The intention of this program is to generate graphics to be post-processed by
 other image tools, e.g. in order to generate nice screen backgrounds or book
 covers.