File:Quadratic Golden Mean Siegel Disc IIM Animated.gif

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Quadratic_Golden_Mean_Siegel_Disc_IIM_Animated.gif(750 × 550 pixels, file size: 4.65 MB, MIME type: image/gif, looped, 101 frames, 51 s)

Summary[edit]

Description
English: This image shows Julia set for Golden Mean made with IIM/J. For level 0 there is only main component ( containing Siegel Disk). Next 2 preimages under complex quadratic polynomial of every componont are added up to level 100.
Date
Source own work using C/gcc, BASH and ImageMagic
Author Adam majewski

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons

attribution share alike

This file is licensed under the Creative Commons Attribution-Share Alike 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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Compare with[edit]

C src code[edit]

see this static image for code for one image.

Here is the code for sequence of images :

Bash and Image Magic src code[edit]

Convert sequence of pgm images into animated gif ( with text label )

#!/bin/bash

# script file for BASH 
# which bash
# save this file as g
# chmod +x g
# ./g

# for all pgm files in this directory
for file in *.pgm ; do
  # b is name of file without extension
  b=$(basename $file .pgm)
  # convert from pgm to gif and add text ( level ) using ImageMagic
  convert $file -pointsize 100 -annotate +10+100 $b ${b}.gif
  echo $file
done

# convert gif files to animated gif
convert -delay 100   -loop 0 %d.gif[0-24] a24.gif

echo OK
# end

It was to big ( > 12.5MP limit ) :

convert a24.gif -resize 750x550 a24s.gif

New file is up to 100 level and is still > 12.5 MP limit but smaller would be not good.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:25, 17 November 2011Thumbnail for version as of 17:25, 17 November 2011750 × 550 (4.65 MB)Adam majewski (talk | contribs)up to level 100
16:34, 14 November 2011Thumbnail for version as of 16:34, 14 November 2011750 × 550 (872 KB)Adam majewski (talk | contribs)25 version
21:57, 13 November 2011Thumbnail for version as of 21:57, 13 November 2011750 × 550 (718 KB)Adam majewski (talk | contribs)smaller size
21:34, 13 November 2011Thumbnail for version as of 21:34, 13 November 20111,500 × 1,100 (531 KB)Adam majewski (talk | contribs)
  • You cannot overwrite this file.

File usage on other wikis

Metadata