thejoelpatrol / macpaint_file

Convert MacPaint PNTG files to modern image formats
23 stars 2 forks source link

Known issue: converting colored PNGs to MacPaint #2

Open thejoelpatrol opened 1 month ago

thejoelpatrol commented 1 month ago

TODO: add Atkinson dithering

Workaround: convert your PNG to greyscale first, preferably with dithering already applied. Currently only black/white values will be read correctly.

thejoelpatrol commented 1 month ago

This is updated as of adf3f308 (v0.3), so that colored PNGs will be converted to greyscale and then black and white, but still no dithering yet.