haroldo-ok / choice4genesis

A ChoiceScript clone that generates SGDK-compatible C source for the Sega Genesis
https://haroldo-ok.itch.io/choice4genesis
MIT License
20 stars 2 forks source link

Fix color palette of resized image #116

Closed haroldo-ok closed 11 months ago

haroldo-ok commented 11 months ago

It looks like Imagemagick messes up the palette when resizing an image.

In order to work around this, the routine now always reduces color when resizing, even if the original palette was already correct.

haroldo-ok commented 11 months ago

This fixes #115