nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
183 stars 14 forks source link

GIF export limited to 64 frames #181

Closed ellocotheinsane closed 4 years ago

ellocotheinsane commented 4 years ago

Hello,

when trying to export a gif animation with more than 64 frames an error occurs when writing the file. Saving in other formats works fine but GIF export writes a 0 byte file. If the number of frames is reduced below 64, saving works again.

Please fix in an upcoming version if possible.

Thank you for creating a great tool!

nurpax commented 4 years ago

Thanks for reporting it! It’s most likely because of this https://github.com/twolfson/gif-encoder/issues/10

I’ll find a way to fix it for the next release.

nurpax commented 4 years ago

Fixed in 0.8.1.