http://drupal.org/node/335781
is this a bitmap copy and paste to new image operation that leaves exif data behind?

Comments

KingMoore’s picture

also interested in the answer to this

drewish’s picture

Gd does but imagecache has an option to remove it.

drewish’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

jeffschuler’s picture

Version: 5.x-1.4 » 6.x-1.6
Status: Closed (fixed) » Active

EXIF data is gone in my ImageCache/ImageAPI-scaled derivative images, with both GD2 and ImageMagick.

I'm not seeing any options, drewish -- maybe I'm not looking in the right places?

jeffschuler’s picture

Status: Active » Closed (fixed)

I need to revise what I said in #5:

ImageAPI+ImageMagick retains EXIF data through transformations, (at least Scale,) while ImageAPI+GD removes it.

Re-closing the issue.