Page 1 of 1

Integrating dcraw with ImageMagick

Posted: 2007-03-29T01:23:28-07:00
by richardhinton
Hiya guys,

I'm new to ImageMagick and I'm using the Code Project Image Magick as it saved me having to build it. I'm also using InageMagickNet so that I can use ImageMagic in my VB.NET ASP.NET application. I need to be able to read in RAW files and create JPEG thumbnails from them. I know that I'm supposed to use dcraw but I'm not sure whether this will integrate fully into ImageMagick or whether I'll have to convert the file first using dcraw and then process it with ImageMagick.

Can anyone help me with this one.

Many thanks
Rich

Re: Integrating dcraw with ImageMagick

Posted: 2007-03-29T20:32:52-07:00
by anthony
IM should be able to read raw images. But you need to specify there size.
You also make like to look at "stream" which has some value reading format controls.