Thanks for wonderful and oh so helpful module!
I wonder if there is any way to preserve some or all image metadata (at least color profile)?
Just could not find any clue. Preserving color profile is pretty critical when you deal with photography.
Thanks!
Comments
Comment #1
drewish commentedthat's really up to the imageapi toolkit. i think imagemagick would do this but gd probably won't.
Comment #2
drewish commentedfeel free to re-open this if imagemagick won't do what you need.
Comment #3
soupp commentedThanks for tip drewish!
It worked fine on staging but failed on production yet (http://drupal.org/node/411224).
But now the problem is a bit different. ImageMagick exposes too much info (full EXIF with camera model, exposure settings etc). And somehow profile mismatches in derivates creation: if original was sRGB then processed comes up as Adobe RGB.
Will try to replicate on more servers.