Searching for specific images with IM
Posted: 2008-11-15T14:35:50-07:00
Hello all,
I use IM irregularly so I'm not fully aware of all its functionalities.
Is it possible to use it to search for images (in a directory) with certain characteristics. For instance to list all the images of type tif that have more than 20 Mpix ? This could be done by doing "find -name \*.tif | identify -format ... | sort ..." but maybe there are faster and better ways to do it...
But first I don't know what kind of -format will give me a MPix value and second this is extremely slow.
I use IM irregularly so I'm not fully aware of all its functionalities.
Is it possible to use it to search for images (in a directory) with certain characteristics. For instance to list all the images of type tif that have more than 20 Mpix ? This could be done by doing "find -name \*.tif | identify -format ... | sort ..." but maybe there are faster and better ways to do it...
But first I don't know what kind of -format will give me a MPix value and second this is extremely slow.