Sure. Try this:<br><br>
<code> exiftool -if "$imagesize and
($imagewidth<700 or $imageheight<700)" -q -t -S
-filename -r DIR
</code><br>
where <i>DIR</i> is the name of the directory
containing the images.
The above command should work in a Windows shell, but if you
are
using a Unix or OS X shell, use single quotes instead of
double quotes.
around the -if expression.<br><br>
- Phil
To write a respons, access
http://ww
w.cpanforum.com/response_form/3980
To see the full thread, access
http://www.cpan
forum.com/threads/3979
--
You are getting this messages from www.cpanforum.com
To change your subscription information visit http://www.cpanforum.
com/mypan/
|