Vangelis
Vangelis
@fpw this is resolved with the introduction of custom maps and `mapconfig.json` in #176 , isn't it? > When the config is correct, the first enabled map that is found...
Never mind. I missed the "offline" part. The newly added feature only allows to select the default map only if it's an online map (this can be the OpenFlightMaps though).
Thank you for reporting this bug. I'll try to take a look soon!
Some more notes: `convert -format '%c' DSC_8400.JPG -colorspace YIQ histogram:info:-` `$image->Mogrify( 'modulate', brightness => $value );`
This is because the script is single threaded, so this is normal behaviour . This is definitely possible to improve with the implementation of a threadpool with parallel workers. I...