This is a file from the Wikimedia Commons

File:Quadratic Golden Mean Siegel Disc IIM Animated.gif

From Wikibooks, open books for an open world
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

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). For every next step ( up to level 100) 2 preimages under complex quadratic polynomial of every previous components are added .
Date
Source own work using C/gcc, BASH and ImageMagic
Author Adam majewski
Other versions

Licensing

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 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Compare with

C src code

see this static image for code for one image.

Here is the code for sequence of images :

Bash and Image Magic src code

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 November 2011

image/gif

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)Soul windsurferup to level 100
16:34, 14 November 2011Thumbnail for version as of 16:34, 14 November 2011750 × 550 (872 KB)Soul windsurfer25 version
21:57, 13 November 2011Thumbnail for version as of 21:57, 13 November 2011750 × 550 (718 KB)Soul windsurfersmaller size
21:34, 13 November 2011Thumbnail for version as of 21:34, 13 November 20111,500 × 1,100 (531 KB)Soul windsurfer

Global file usage

The following other wikis use this file:

Metadata