I dug the Internet and found perfect program `ungifsicle'. This program name itself is `gifsicle'. It has huge amount of functions to work with files.
I used such command to resize the animated gif in console:
gifsicle -V --resize-height 100 -O1 orig.gif > modified.gif
-O[level] Optimize output GIF animations for space
--resize-height height Resize the output GIF to height
-V Print progress information to standard error
No comments:
Post a Comment