Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
fractgen(1)		     General Commands Manual		     fractgen(1)

NAME
     fractgen -- Fractal Generator

SYNOPSIS
     fractgen [file ...]
     fractgen [-h | --help]
     fractgen [-v | --version]

DESCRIPTION
     fractgen  is  a  simple  Qt-based	fractal generator program for Mandelbrot
     fractals. The image size is only limited by virtual memory. It is	possible
     to  zoom  into  images.  Image  parameters  can be saved in and loaded from
     FractGen Settings Files (FSF). These files are encoded in	XML.  While  the
     standard  file extension is .fsf, fractgen detects the file type by reading
     its XML structure, meaning the extension is not strictly required.
     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.
     This is the Qt version of FractGen.

EXIT STATUS
     The fractgen tool exits with 0 on success, and >0 in case of an error.

ARGUMENTS
     The following argument may be provided:

     file ...
	     Specifies input files to be loaded.

     -h | --help
	     Show arguments help and exit.

     -v | --version
	     Show version and exit.

EXAMPLES
     fractgen -h

     fractgen -v

     fractgen fractgen.fsf

     fractgen beta01.fsf beta02.fsf beta03.fsf

     fractgen examples/alpha*.fsf

SEE ALSO
     clifractgen(1), kfractgen(1)

NOTES
     This program is part of FractGen. The latest version  of  FractGen  can  be
     found on the FractGen Homepage at FractGen Homepage.

AUTHORS
     Thomas Dreibholz, Homepage

fractgen			  May 11, 2026			     fractgen(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=fractgen&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help