find - Apply exiftran recursivly (rotate all images based on their EXIF info) - Ask Ubuntu


i execute exiftran on .jpg files recursively below current directory.

exiftran -ai * need (apply rotation based on exif info) within current directory, not within subdirectories.

is there flag don't know of? or workaround using find?

i used find achieve this:

find . -type f -name "*.jpg" -exec exiftran -ai "{}" \;


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User