eugeneware / gifencoder

Server side animated gif generation for node.js
Other
472 stars 49 forks source link

Fix a bug with transparent background for animated GIF #57

Open hats opened 2 months ago

hats commented 2 months ago

Source: https://stackoverflow.com/questions/73647646/cannot-make-transparent-background-when-saving-canvas-to-gif

mauriblint commented 2 months ago

+1 for this fix, it's working! @hats one question, is it possible to use directly en PNG with transparency to create the GIF, instead of calling the encoder.setTransparent function?