Thursday, June 14, 2018

Imagemagick 으로 파일 정보 얻기

다음 명령을 쓰면 된다.

identify filename.gif
다만 이렇게만 하면 gif 의 framerate 정보는 안나옴. gif 파일의 framerate 를 보려면
identify -format "%T ticks:  %f: Frame[%s]  %m %wx%h %P%O %r %z-bit\n" anim.gif

레퍼런스 : 
how do I use Imagemagick to determine the framerate of a GIF?
How do I detect an animated GIF's ticks per second?

No comments:

Post a Comment