Integrating dcraw with ImageMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
richardhinton

Integrating dcraw with ImageMagick

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Integrating dcraw with ImageMagick

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply