LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
21 stars 8 forks source link

Compressed colormap representation assumes RGB values in 0-63 range #47

Open LegalizeAdulthood opened 2 months ago

LegalizeAdulthood commented 2 months ago

In write_batch_parms , the color encoding assumes 6-bit color values (e.g. 0-63) with the following encoding:

Value Character
0-9 0...9
10-36 A...Z
37-123 _... {

If a color value is > 63, then this encoding will fail.