Convert JPG into GIF animation use imagemagick convert.exe
Note:
1. Shall work in Window, Linux and MacOS
2. img[1-N].jpg source image {Width, Height} must be better to be equal to "target.gif"
代碼:
$ convert -delay 100 -loop 0 img1.jpg img2.jpg img3.jpg img4.jpg img5.jpg target.gif
@delay: centi-seconds (1/100 seconds), "500" means "5 seconds", "100" means "1 second" => (default value is 100.)
@loop: "0" means infinite loop, other values
@img[1-N].jpg: SOURCE JPG IMAGES, please arrnage it by sequence
@target.gif: The target GIF
________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
|