Auto orient and remove other exifs
Posted: 2015-01-12T06:59:09-07:00
Hi,
I am trying to auto orient image and remove unnecessary exif informations. Basically I just want to leave "Orientation".
I am calling
But this clears all exif data. My question is: is there any option to remove all exif data except "Orientation"?
I am trying to auto orient image and remove unnecessary exif informations. Basically I just want to leave "Orientation".
I am calling
Code: Select all
mogrify -auto-orient -strip image.jpg