GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
clifractgen(1) FreeBSD General Commands Manual clifractgen(1)

clifractgenFractal Generator

clifractgen fsf_file output_file [-h | --help] [-v | --version] [-W image_width | --width image_width] [-H image_height | --height image_height] [-M max_iterations | --maxIterations max_iterations]

clifractgen
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 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.
This is the command-line version of FractGen. This program can be used to
calculate files created by FractGen on machines without GUI, e.g. to produce
high-resolution images on a powerful server.

The following argument may be provided:

|
Show arguments help and exit.
|
Show version and exit.

clifractgen -h
 
clifractgen -v
 
clifractgen fractgen.fsf fractgen-uhd.png -W 3840 -H 2160 -M 10000
 
clifractgen alpha05.fsf alpha05.png --width 3840 --height 2160 --max-iterations 10000
 
clifractgen beta07.fsf beta07-A3.png -W21000 -H14850 -M10000
 

Thomas Dreibholz
https://www.nntb.no/~dreibh/fractalgenerator
mailto://thomas.dreibholz@gmail.com

December 13, 2024 clifractgen

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.