Im trying to use IM command line under XP to rotate all upright images in a folder, while leaving the rest. But I cant seem to get it to work. Problem is when I run it, all lyingdown images are written over in the conversion.
I've tried this:
C:\bild>convert -rotate "-90<" "*.jpg"
C:\bild>convert -rotate "-90<" *.jpg
C:\bild>convert -rotate "-90<" "*.jpg" "*.jpg"
C:\bild>convert -rotate "-90<" *.jpg *.jpg
Neither of them does the trick.
What am I doing wrong here?
Cheers,
S