Page 1 of 1

Identify: UFRaw shows under `Software`

Posted: 2018-02-05T11:12:18-07:00
by bhklein
I'm using `identify` to simply extract metadata from images, and am experiencing a possible bug with the Canon Raw format (.CR2). I understand that identify relies on UFRaw to decode these images, but I would not expect it to insert UFRaw into the software field as these are unedited images from the camera that haven't touched any outside software. For some context ExifTool does not show UFRaw in the software field. I think ideally identify would scrub out any of the side effects of the in memory conversion using UFRaw.

System info:
ubuntu 16.04
ImagaMagick 6.8.9-9 Q16 x86_64 2017-07-31
ufraw-batch 0.20

Re: Identify: UFRaw shows under `Software`

Posted: 2018-02-05T12:41:55-07:00
by magick
Recent release of ImageMagick utilize the libraw delegate library rather than ucfraw-batch. Try ImageMagick 6.9.9-34 and see if that resolves your issue.

Re: Identify: UFRaw shows under `Software`

Posted: 2018-02-06T09:21:46-07:00
by bhklein
Thanks, will give it a try.