Fix orientation of images in gallery3 for ipad: Difference between revisions

From sheep
Jump to navigation Jump to search
(Created page with "Put the following in the file ~/exivcmd set Exif.Image.Orientation 1 set Exif.Thumbnail.Orientation 1 Then run the command find /var/gallery3/g3data/ -iname \*.jpg -pr...")
 
(No difference)

Latest revision as of 20:58, 14 September 2021

Put the following in the file ~/exivcmd

 set Exif.Image.Orientation 1
 set Exif.Thumbnail.Orientation 1

Then run the command

find /var/gallery3/g3data/ -iname \*.jpg -print0 | xargs -0 -n1 exiv2 -v -m ~/exivcmd -k modify