When I run identify on animated GIF, or MP4 video, the execution time can go up to minutes, as it is identifying every single frame. The command I want to run is: identify -format "%Q %m %n %w %h" image.gif %Q - compression quality %m - image format %n - number of frames %w - width %h - height I ...