File:Mandelbrot set rainbow colors.png

Summary

Description Color image of the mandelbrot set. The color indicates the number of iterations before the absolute value of a complex number exceeds a certain value. The complex number is taken from the pixels coordinates. Succeeding values are calculated as .
Date
Source Own work
Author Geek3 (talk)

Source Code

This image can be completely generated by the following source code. If you have the programs "g++", "netpbm" and "optipng" installed, the following commands compile the image:

g++ mandelbrot.cpp -o mandelbrot
./mandelbrot
mv mandelbrot.ppm mandelbrot1.ppm && cp mandelbrot1.ppm mandelbrot2.ppm &&
pnmflip -tb mandelbrot2.ppm > mandelbrot3.ppm && rm mandelbrot2.ppm &&
pnmcat -tb mandelbrot1.ppm mandelbrot3.ppm > mandelbrot.ppm && rm mandelbrot{1,3}.ppm
pnmtopng mandelbrot.ppm > mandelbrot.png && rm mandelbrot.ppm
optipng mandelbrot.png
Category:Mandelbrot sets (whole) Category:Images with C++ source code

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#Mandelbrot%20set%20rainbow%20colors.pngCategory:GFDL#Mandelbrot%20set%20rainbow%20colors.png
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Category:CC-BY-3.0#Mandelbrot%20set%20rainbow%20colors.png
You may select the license of your choice.
Category:Self-published work Category:Photos by User:Geek3 Category:Anti-aliasing Category:Complex quadratic map
Category:Anti-aliasing Category:CC-BY-3.0 Category:Complex quadratic map Category:GFDL Category:Images with C++ source code Category:License migration redundant Category:Mandelbrot sets (whole) Category:Pages using deprecated source tags Category:Photos by User:Geek3 Category:Self-published work