Create EXIF metadata

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
steve-acet
Posts: 2
Joined: 2015-02-03T04:19:58-07:00
Authentication code: 6789

Create EXIF metadata

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Create EXIF metadata

Post by fmw42 »

Imagemagick does not write EXIF data, only reads it, to my knowledge. I would suggest you look at EXIFTOOL.
steve-acet
Posts: 2
Joined: 2015-02-03T04:19:58-07:00
Authentication code: 6789

Re: Create EXIF metadata

Post by steve-acet »

Hi Fred,
Can EXIFTOOL be used in Classic ASP?

Cheers,

Steve
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Create EXIF metadata

Post by fmw42 »

I do not know. I am a Mac User.
Post Reply