Fractal 120 B – Simple Seed
Part of LIFE series – 05 2023
code . data . Dna . growth . life . nature . seed
Fractal 120 B – zoom level 1
Fractal 120 B – zoom level 2
Data
This digital works is created exclusively from fractals, with 0% AI generated. It can therefore be converted into a set of functions and parameters that can be the basis for the training of an AI.
The mathematical formulas and parameter combinations corresponding to each fractal are presented below. In each case, the numerical characters have been replaced by â– to prevent unauthorized reproduction. If you are interested in using the full data set to train an AI, please contact Philippe.
Fractal 120 B - Simple Seed - Part of LIFE series - 05.2023
Fractal_■■■_B { fractal: title="Fractal_■■■_B" width=■■■■height=■■■■layers=■credits="Philoxerax;■/■■/■■■■" layer: caption="Layer ■" opacity=■■■mergemode=overlay transparent=yes mapping: center=■.■■■■■■■■/■.■■■■■■■■magn=■.■■■■■■■■formula: maxiter=■■■adjust=yes filename="mt.ufm" entry="mt-latoocarfian-ii" p_ab=■■/■p_cd=■/■p_epsilon=■.■inside: transfer=none solid=■outside: transfer=linear gradient: smooth=yes rotation=-■■■index=■■color=■■■■■■■index=■■color=■■■■■■■index=■■color=■■■■■index=■■■color=■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=-■■■color=■■■■■■index=-■■color=■index=-■■color=■■■■■■■■index=-■■color=■■■■■index=-■color=■■■■■opacity: smooth=no index=■opacity=■■■layer: caption="Layer ■" opacity=■■mergemode=multiply transparent=yes mapping: center=■.■■■■■■■■/■.■■■■■■■■magn=■.■■■■■■■■formula: maxiter=■■■adjust=yes filename="mt.ufm" entry="mt-latoocarfian-ii" p_ab=■■/■p_cd=■/■p_epsilon=■.■inside: transfer=none solid=■outside: transfer=linear gradient: smooth=yes rotation=-■■■index=■■color=■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=-■■■color=■■■■■■index=-■■■color=■index=-■■■color=■■■■■■■■index=-■■color=■■■■■index=-■■color=■■■■■index=-■color=■■■■■■■index=-■color=■■■■■■■index=-■color=■■■■■opacity: smooth=no index=■opacity=■■■layer: caption="Background" opacity=■■■mergemode=lighten mapping: center=■.■■■■■■■■/■.■■■■■■■■magn=■.■■■■■■■■formula: maxiter=■■■adjust=yes filename="mt.ufm" entry="mt-latoocarfian-ii" p_ab=■■/■p_cd=■/■p_epsilon=■.■inside: transfer=none outside: transfer=linear gradient: smooth=yes rotation=-■■index=■color=■index=■■color=■■■■■■■■index=■■color=■■■■■index=■■color=■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■index=■■■color=■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=-■■color=■■■■■■opacity: smooth=no index=■opacity=■■■layer: caption="Background" opacity=■■■mergemode=hsladd mapping: center=-■.■■■■■■■■■/■.■■■■■■■■■magn=■.■■■■■■■■formula: maxiter=■■■adjust=yes filename="mt.ufm" entry="mt-latoocarfian-ii" p_ab=■.■■/■■p_cd=■/■■p_epsilon=■■inside: transfer=none outside: transfer=linear gradient: smooth=yes rotation=■■index=■■color=■■■■■■index=■■■color=■■■■■■■■index=■■■color=■■■■■index=■■■color=■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■index=■■■color=■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■■■opacity: smooth=no index=■opacity=■■■layer: caption="Layer ■" opacity=■■■mapping: center=-■.■■■■■■■■■■/-■.■■■■■■■■■■magn=■.■■■■■■■■angle=■■■formula: maxiter=■■■filename="mt.ufm" entry="mt-gen-celtic-m" p_n=■p_bailout=■■■■.■f_fn■=sinh f_fn■=trunc inside: transfer=none solid=■■■■■■■■■■outside: transfer=linear gradient: smooth=yes rotation=■■index=■■color=■■■■■■index=■■color=■■■■■■■index=■■■color=■■■■■■■index=■■■color=■■■■■index=■■■color=■■■■■■opacity: smooth=no index=■opacity=■■■} mt-latoocarfian-ii { ; Mark Townsend ■■Dec ■■■■init: float xnew = ■float ynew = ■float a = real(@ab) float b = imag(@ab) float c = real(@cd) float d = imag(@cd) float x = real(#pixel) float y = imag(#pixel) loop: xnew = sin(y ■b) + c ■sin(x ■b) ynew = sin(x ■a) + d ■sin(y ■a) x = xnew y = ynew #z = x + flip(y) bailout: |#z - #pixel| > @epsilon default: title = "Latööcarfian II" magn = ■.■param ab caption = "(a, b)" default = (-■.■■■■■■, ■.■■■■■■) endparam param cd caption = "(c, d)" default = (■.■■■■■■, ■.■■■■■■) endparam param epsilon caption = "Epsilon" default = ■.■endparam } mt-gen-celtic-m { ; Mark Townsend, ■■Jun ■■■■; ; From a formula by Paul Carlson ; init: c = #pixel z = ■loop: z = z^@n z = z - @fn■(real(z)) + @fn■(real(z)) - c bailout: |z| < @bailout default: title = "Generalized Celtic Mset" param n caption = "Exponent" default = ■.■endparam param bailout caption = "Bailout value" default = ■■■■.■endparam func fn■caption = "First function" default = ident() endfunc func fn■caption = "Second function" default = abs() endfunc switch: type = "mt-gen-celtic-j" c = #pixel n = n bailout = bailout fn■= fn■fn■= fn■}