-2

Currently using a Node.js wrapper for ImageMagick to resize Gifs (gm).

However many of the Gifs glitch in various ways. Majority of them are fine, but a significant enough percentage (around 20) glitch.

What are some alternatives to ImageMagick / GraphicsMagick?

bezzoon
  • 1,755
  • 4
  • 24
  • 52
  • Do you have some examples that glitch to share? – Mark Setchell Feb 21 '16 at 19:10
  • What command did you use with ImageMagick? Can you provide the command line and the image. I suspect you are not processing the gif properly in ImageMagick if it is an animated gif. – fmw42 Jul 20 '17 at 16:33
  • CONTINUED: Did you try: convert input.gif -coalesce -resize XXX -layers optimize result.gif – fmw42 Jul 20 '17 at 17:59

2 Answers2

0

How about images.weserv.nl? An image resizing CDN.

Mr. Hugo
  • 11,887
  • 3
  • 42
  • 60
-1

Can I spam my own service? It can resize animated GIFs: https://gifsonic.com/home/

nkkollaw
  • 1,947
  • 1
  • 19
  • 29