In resizing photos in a certain percentage, you can use this command:
mogrify -resize 30% file1 [file2 file3 ...]
To make GIF:
convert -delay [milliseconds] * -loop [no. of loops, 0 if infinite] [target filename.gif]
That's it! Enjoy your GIFs :D
No comments:
Post a Comment