mriale / PyDPainter

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

Fix background prevent it to be saved as animation. #151

Closed Sleuthgame closed 1 week ago

Sleuthgame commented 1 week ago

If you load checkeboard.iff then fix the background and use Animpainting.

Save anim as GIF does not export the background in the animation.

You have to free it to see it saved.

mriale commented 1 week ago

Does a flatten while saving to merge the layers into one bitmap