My camera stores the orientation of the images in the header, but this is not recognized by most programs.
To automatically fix the image rotations I use:
jhead -autorot
And to recursively rotate all images:
find . -name "*.JPG" -exec jhead -autorot -exonly {} \;
To automatically fix the image rotations I use:
jhead -autorot
And to recursively rotate all images:
find . -name "*.JPG" -exec jhead -autorot -exonly {} \;
No comments:
Post a Comment