|
Ooops, sorry. There was another problem: %f and %e only
work when a filename is expected, which it isn't when copying
tags. Also, I needed braces around 'imagewidth' because it
was followed immediately by an underline (which is a valid
character in a tag name). So instead you need to do this:
exiftool -if '$imagewidth<9999' -q -filename'<${imagewidth}_$filename' -r .
- Phil
|