Update RAW support

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ig0rk0
Posts: 5
Joined: 2013-12-19T03:44:09-07:00
Authentication code: 6789

Update RAW support

Post 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.
ig0rk0
Posts: 5
Joined: 2013-12-19T03:44:09-07:00
Authentication code: 6789

Re: Update RAW support

Post 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.
Post Reply