Created
July 30, 2012 11:45
-
-
Save dekokun/3206387 to your computer and use it in GitHub Desktop.
アニメgifをImageMagickで扱う場合のコマ毎の表示タイミング取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 以下で表示タイミングの配列を取得可能 | |
# 元ファイル:$orig | |
delay_times=`identify -verbose $orig | grep Delay | awk '{print $2}' | cut -d'x' -f1` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment