Skip to content

Instantly share code, notes, and snippets.

@dekokun
Created July 30, 2012 11:45
Show Gist options
  • Save dekokun/3206387 to your computer and use it in GitHub Desktop.
Save dekokun/3206387 to your computer and use it in GitHub Desktop.
アニメgifをImageMagickで扱う場合のコマ毎の表示タイミング取得
# 以下で表示タイミングの配列を取得可能
# 元ファイル:$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