Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
seban
Posts: 1 Joined: 2015-01-12T06:51:23-07:00
Authentication code: 6789
Post
by seban » 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
Code: Select all
mogrify -auto-orient -strip image.jpg
But this clears all exif data. My question is: is there any option to remove all exif data except "Orientation"?
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2015-01-12T07:15:46-07:00
What is the point of keeping "Orientation" after you have auto-oriented it?
For exif processing, such as removing some exif data but keeping other, exiftool is usually more capable than IM.