ぼんやりDTP

DTPに関係したりしなかったりするぼんやりとした話をなんとなく。

Mac で静止画からアニメGIFを作る

Mac で静止画からアニメGIFを作る

ffmpegimagemagick を使用するやり方があるようだ。

imagemagickを使用する場合のサンプルコード。

convert -delay 12 -loop 0 *.png animation.gif

参考ページ:

  1. graphics - Creating a GIF animation from PNG files - Unix & Linux Stack Exchange