I apologize for my ignorance and if this is the wrong place to post this inquiry. I've been using Timothy Armes' LR/Mogrify plugin:
http://www.timothyarmes.com/lrmogrify.php?sec=main
which uses (not surprisingly) mogrify to manipulate images after they've been Exported from Adobe Photoshop Lightroom. In order to preserve best image quality and receive the full benefit of using ImageMagick, it's preferred to Export as a TIFF and then pass it to mogrify for all subsequent optimizations (e.g., colorspace conversions, resizing, sharpening, etc.).
The problem I (and some others) have witnessed is that the mogrify command appears to be having problems reading the EXIF data out of the initially exported TIFF and thus cannot transfer it to any future file conversion (e.g., JPEG).
I've done several different tests using mogrify to do a variety of conversions and optimizations, but to strip it down to the simplest example, suppose I Export a TIFF directly from Lightroom with no subsequent use of mogrify. That TIFF file contains EXIF data which is readily viewable in several different imaging apps (e.g., IrfanView, ACDSee, Photoshop, etc.). However, if I take that TIFF and do nothing other than run the mogrify command against it (with no options), the resultant TIFF no longer has the EXIF data (or if it's there, it can't be read by the aforementioned apps). The same set of steps applied to initially Exported JPEG (instead of TIFF) out of Lightroom does NOT result in a problem - the EXIF data is still readily available even if I subsequently run the mogrify command against the file with no options. Hence the reason why I believe this issue is localized to TIFF files.
The only reason I care about this is because I like to upload my post-processed JPEGs to the web and have the ability to display full EXIF data. Using the workflow above (which I otherwise LOVE) is not getting me the desired results and I'd like to know if there's a solution to my problem.
I've tried this on these two versions of ImageMagick:
ImageMagick-6.3.7-9-Q16-windows-dll
ImageMagick-6.3.8-2-Q16-windows-dll
Both of these were run on Windows XP Pro SP2.
Many thanks in advance.
Cheers,
Dylan
