image - Filter/find animated GIFs in Windows -
i looking way "find" animated gifs can remove them folder.
this must work on windows 7 or windows xp.
edit: looking distinguish between animated , regular gifs. if select gifs might ok sort size, gifs saved extension .jpg! why think need special image viewer program.
you can use imagemagick number of frames in gif this:
identify -format "%[scene]\n" yourimage.gif[-1] identify -format "%[scene]\n" yourimage.jpeg[-1]
it gets frame number of last frame, if image has 37 frames, tell frame 36 (starting @ zero) last. so, animated gif give output of 1 or more since has multiple frames.
this works, if image mis-named using different name suffix. imagemagick isn't fooled this, still discover in reality gif. if standard jpeg, or gif 1 frame return 0
.
imagemagick free , available osx, linux , windows - here.
Comments
Post a Comment