ckormanyos / mandelbrot

High-precision Mandelbrot fractal iterations in C++ template code
Boost Software License 1.0
7 stars 3 forks source link

Mandelbrot Discovery needs config-parser #122

Open ckormanyos opened 4 months ago

ckormanyos commented 4 months ago

Implement a simple config-parser for Mandelbrot Discovery in order to load images. Could/should this also support JPEG rescaling to the native $768{\times}768$ pixels of the discovery program?

ckormanyos commented 4 months ago

Also create (in addition to a config-import) a config-export mechanism.