Update RAW support
Posted: 2014-06-10T00:30:55-07:00
Hello guys.
Imagemagick has no support of RAW images with .raw extension. But DCRAw supports them. To add .raw support I needed to add :
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.
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""/>
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.