mriale / PyDPainter

A usable pixel art paint program written in Python
GNU General Public License v3.0
550 stars 26 forks source link

Anim save issues with palette and blank frames #158

Closed mriale closed 2 months ago

mriale commented 2 months ago

With the changes made for saving flattened layers in issue #151, I introduced these problems:

Steps to reproduce blank frames:

Steps to reproduce garbled palettes:

Another issue I also see is that there is a border on the right of the ANIM that is not in original GIF.

mriale commented 2 months ago

Fixed all of the above issues.