newtykip / canvas-gif

🖼️ Manipulate GIFs easily using node-canvas!
Other
21 stars 7 forks source link

Images when drawn are distorted or has a weird flashing feeling #8

Closed hisRoyalty closed 2 years ago

hisRoyalty commented 2 years ago

For the branch v2

Image ^ to reproduce, use the drawImage() method on a gif.

hisRoyalty commented 2 years ago

@newtykins If not possible, I'll continue to use GraphicsMagick or ImageMagick. If possible, please let me know, as this is colliding with one of my Project's Issue.

newtykip commented 2 years ago

Working on letting GraphicsMagick binaries be packaged with canvas-gif to be used as a compiler and potentially as a future replacement for sharp as it's footprint is pretty negligible, and performance is still better than that of node-canvas.

You can keep a track on the binary package's development here (:

newtykip commented 2 years ago

The latest commit has a gm encoder anyway if you already have it installed globally!

hisRoyalty commented 2 years ago

Working on letting GraphicsMagick binaries be packaged with canvas-gif to be used as a compiler and potentially as a future replacement for sharp as it's footprint is pretty negligible, and performance is still better than that of node-canvas.

You can keep a track on the binary package's development here (:

Awesome!

hisRoyalty commented 2 years ago

The latest commit has a gm encoder anyway if you already have it installed globally!

Yeah I've seen it.