1

I try to use libvips to compress my gifs, but I can't find the relevant documentation

# vips --version
vips-8.12.2-Tue Jan 25 09:34:32 UTC 2022

This gif is very big, I want to try to compress it with vips

# ls -ahl *.gif
-rw-r--r--. 1 root root 34M 7月   4 10:25 a.gif
januw a
  • 2,056
  • 5
  • 18
  • 39
  • 1
    Just `vips copy a.gif b.gif`. libvips 8.13 (there's a rc1 out now) has some good improvements to the gif writer, it'd be worth trying that. https://www.libvips.org/2022/05/28/What's-new-in-8.13.html#much-better-gif-save – jcupitt Jul 04 '22 at 09:37

0 Answers0