EXIF data is lost, when operating on camera's "raw" images

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
mi
Posts: 123
Joined: 2005-01-25T14:14:43-07:00
Contact:

EXIF data is lost, when operating on camera's "raw" images

Post by mi »

ImageMagick handles "raw" images (such as Nikon's NEF format) using "ufraw-batch" for delegate.

The delegate is invoked to convert the image into a temporary file (in ppm16), which is then further processed by IM.

Unfortunately, the EXIF information is lost during this transition. Although ufraw can transfer EXIF data from source to output, it can only do this, if the output's format is JPEG.

Not sure, how to best address this problem -- maybe, IM ought to read the EXIF data from the original "raw" file, and the actual image -- from the ufraw-produced temporary ppm16 version?
Post Reply