Identify: UFRaw shows under `Software`

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
bhklein
Posts: 2
Joined: 2018-02-05T10:48:36-07:00
Authentication code: 1152

Identify: UFRaw shows under `Software`

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Identify: UFRaw shows under `Software`

Post 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.
bhklein
Posts: 2
Joined: 2018-02-05T10:48:36-07:00
Authentication code: 1152

Re: Identify: UFRaw shows under `Software`

Post by bhklein »

Thanks, will give it a try.
Post Reply