Perlmagick and Exif

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?".
Post Reply
regisr
Posts: 3
Joined: 2010-03-07T12:28:20-07:00
Authentication code: 8675308

Perlmagick and Exif

Post by regisr »

Hi,

I wrote a simple perl script to change size, add frame and author on a photo.
I use AutoOrient() to rotate it if needed but the exif tag is not updated.
For now I use jhead to make a new exif header but is it possible to put the correct value for orientation with perlmagic?
(On Freebsd I used jpegtran, now I want use a MacOS computer and don't install a lot of software!)
Post Reply