You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, commit 9236a2a appears to have broken SNES palette generation.
Running a basic test against the previous commit (cbef58a) with the command superfamiconv palette -W16 -H8 -P1 -C16 -R -i testinput.png -j testpalette.json, I get the following results:
As the title says, commit 9236a2a appears to have broken SNES palette generation.
Running a basic test against the previous commit (cbef58a) with the command
superfamiconv palette -W16 -H8 -P1 -C16 -R -i testinput.png -j testpalette.json
, I get the following results:Bad palette JSON (commit 9236a2a):
Good palette JSON (commit cbef58a):
The test input image is the following:
To me it looks like it's erroneously rouding up the 255 (31) color values to 32.
I haven't checked other modes except for SNES.
The text was updated successfully, but these errors were encountered: