-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_fast.mb
More file actions
26 lines (22 loc) · 1.53 KB
/
Copy pathexample_fast.mb
File metadata and controls
26 lines (22 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#File containing example images for mandelbrot_bmp_generator to generate
#Do "mbbmp example.mb"
#A classic mandelbrot image
960 540 -2.3 0.8 -1.1 1.1 0 grey samples/classic_grey.bmp
960 540 -2.3 0.8 -1.1 1.1 0 bw samples/classic_bw.bmp
960 540 -2.3 0.8 -1.1 1.1 0 colour_8 samples/classic_colour_8.bmp
960 540 -2.3 0.8 -1.1 1.1 0 colour samples/classic_colour.bmp
#A nice zoom-in of a spiral
960 540 -0.7473 -0.7433 0.1112 0.1147 0 grey samples/nice_spirals_grey.bmp
960 540 -0.7473 -0.7433 0.1112 0.1147 0 bw samples/nice_spirals_bw.bmp
960 540 -0.7473 -0.7433 0.1112 0.1147 0 colour_8 samples/nice_spirals_colour_8.bmp
960 540 -0.7473 -0.7433 0.1112 0.1147 0 colour samples/nice_spirals_24.bmp
#Unnamed 0 (TODO name)
960 540 -0.750222 -0.749191 0.031161 0.031752 0 grey samples/unnamed0_grey.bmp
960 540 -0.750222 -0.749191 0.031161 0.031752 0 bw samples/unnamed0_bw.bmp
960 540 -0.750222 -0.749191 0.031161 0.031752 0 colour_8 samples/unnamed0_colour_8.bmp
960 540 -0.750222 -0.749191 0.031161 0.031752 0 colour samples/unnamed0_colour.bmp
#Unnamed 1 (TODO name)
960 540 -0.34831493420245574 -0.34839774148008254 -0.606486596104741 -0.6065922085831237 0 grey samples/unnamed1_grey.bmp
960 540 -0.34831493420245574 -0.34839774148008254 -0.606486596104741 -0.6065922085831237 0 bw samples/unnamed1_bw.bmp
960 540 -0.34831493420245574 -0.34839774148008254 -0.606486596104741 -0.6065922085831237 0 colour_8 samples/unnamed1_colour_8.bmp
960 540 -0.34831493420245574 -0.34839774148008254 -0.606486596104741 -0.6065922085831237 0 colour samples/unnamed1_colour.bmp