Skip to content

Commit 47f2308

Browse files
authored
Merge pull request #30 from jackyarndley/development
Development
2 parents 135ab84 + c0e7bd1 commit 47f2308

19 files changed

+442
-102
lines changed

default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image_width = 1000
22
image_height = 1000
33
rotate = 0
44
approximation_order = 0
5-
glitch_tolerance = 0.001
5+
glitch_percentage = 0.001
66
frames = 1
77
frame_offset = 0
88
zoom_scale = 2.0

high.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ image_width = 1920
22
image_height = 1080
33
rotate = 0
44
approximation_order = 48
5-
glitch_tolerance = 0.001
6-
frames = 20
5+
glitch_percentage = 0.001
6+
frames = 5
77
frame_offset = 0
88
zoom_scale = 2.0
99
display_glitches = false
1010
auto_adjust_iterations = true
1111
probe_sampling = 3
1212
remove_centre = true
13-
export = "exr"
14-
experimental = true
13+
export = "png"
14+
15+
# By default this is squared tolerance. 1e-6 works normally, 1.4e-6 is low tolerance.
16+
glitch_tolerance = 1.4e-6

high_experimental.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
image_width = 1920
2+
image_height = 1080
3+
rotate = 0
4+
approximation_order = 64
5+
glitch_percentage = 0.001
6+
frames = 1
7+
frame_offset = 0
8+
zoom_scale = 2.0
9+
display_glitches = false
10+
auto_adjust_iterations = true
11+
remove_centre = true
12+
export = "png"
13+
14+
# By default this is squared tolerance. 1e-6 works normally, 1.4e-6 is low tolerance.
15+
glitch_tolerance = 1.4e-6
16+
17+
probe_sampling = 15
18+
19+
# These are experimental options following
20+
experimental = true
21+
22+
# If this is set higher than the maximum iteration value this will cause any additional glitches to be perturbed without series approximation
23+
high_precision_data_interval = 100
24+
valid_iteration_frame_multiplier = 0.05
25+
valid_iteration_probe_multiplier = 0.005

locations/dragon.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-0.749999987350877481864108888020013802837969258626230419972587823828734338471228477079750588709551510361714463695461745528645748607681279674273355384334270208362211787387351792878073779449767292692440"
2+
imag = "0.001000038688236832013124581230049849132759425863378894883003211011278068229551274712347955044740933397589760194545872789087012331273586364914484522575986336846199522726507205442204060303594956029930"
3+
zoom = "3.7E191"
4+
iterations = 5000000

locations/floral_fantasy.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-1.9990959962659111838532086240451464723873699879106041072875027138225861729613819461216022699999999999999999999999"
2+
imag = "0.0000002758071979815309980117897130508770848629719975198765589767776483289612775591171197799999999999999999999999"
3+
zoom = "1.55413511378E85"
4+
iterations = 12000
File renamed without changes.

locations/glitch_test_2.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-1.7685304554715107439359975226423287998937254896566074423088827415719065562223946222490318219590860313620613389226996388e+00"
2+
imag = "5.9445386042946892550190097831583153039526746987365071641624831873576346016435037438597231970921541448697901394734283301e-03"
3+
zoom = "5.9680811401822433E112"
4+
iterations = 250000

locations/glitch_test_3.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-1.9999661944503703041843468850635057967553124154072485151176192294480158424234268438137612977886891381228704640656094986435381057574477216648567249609280392009786904752451867828831e+00"
2+
imag = "-3.0013824367909383240724973039775924987346831190773335270174257280120474975614823581185647299288414075519224186504978181625478073632495599211589676451216600697186599581586109427363e-34"
3+
zoom = "4.09925E158"
4+
iterations = 60000

locations/glitch_test_4.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-1.999095996265911183853208624045146472387369987910604107287502713822586172961381946121551866831936458883511e+00"
2+
imag = "2.758071979815309980117897130508770848629719975198765589767776483289612775591171065536367492835368050791947e-07"
3+
zoom = "3.10827E85"
4+
iterations = 12000

locations/glitch_test_5.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
real = "-1.9990959962659111838532086240451464723873699879106041072875027138225861729613819461166949317647071457645e+00 "
2+
imag = "2.7580719798153099801178971305087708486297199751987655897677764832896127755911699395081447967040433240946e-07 "
3+
zoom = "9.71334E83"
4+
iterations = 12000

0 commit comments

Comments
 (0)