Page 1 of 1

Create EXIF metadata

Posted: 2015-02-03T04:23:16-07:00
by steve-acet
Hi there,
I am using Classic ASP to resize images to different sizes, but I am now looking to add EXIF metadata at the same time. Is this possible with ImageMagick? Can anyone point me in the right direction?

Cheers,

Steve

Re: Create EXIF metadata

Posted: 2015-02-03T10:44:59-07:00
by fmw42
Imagemagick does not write EXIF data, only reads it, to my knowledge. I would suggest you look at EXIFTOOL.

Re: Create EXIF metadata

Posted: 2015-02-03T10:46:53-07:00
by steve-acet
Hi Fred,
Can EXIFTOOL be used in Classic ASP?

Cheers,

Steve

Re: Create EXIF metadata

Posted: 2015-02-03T10:51:12-07:00
by fmw42
I do not know. I am a Mac User.