Page 1 of 1

Update RAW support

Posted: 2014-06-10T00:30:55-07:00
by ig0rk0
Hello guys.

Imagemagick has no support of RAW images with .raw extension. But DCRAw supports them. To add .raw support I needed to add :

Code: Select all

  <delegate decode="raw" stealth="True" command="dcraw -6 -w -O "%o" "%i""/>
But I guess it would be better to include this extension into dng:decode line

Also DCRAW 9.21 was released and I have noticed that it has added support of a lot of new cameras. It would be nice to include it into next ImageMagick release(though it will need some small syntax fixes to make it build, have no idea how it could be released in such condition, but they should be minor)

Regards.

Re: Update RAW support

Posted: 2014-06-18T02:55:27-07:00
by ig0rk0
Also it would be nice to allow read tif dcraw output instead of ppm as tif preserves metadata. And correctly transfer that metadata to imagemagick data sctucture.