IIQ RAW images / generic RAW support

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
sacha
Posts: 17
Joined: 2012-04-12T14:37:19-07:00
Authentication code: 8675308

IIQ RAW images / generic RAW support

Post by sacha »

I'm dealing with some Phase One .IIQ RAW images.

It looks like ImageMagick doesn't yet support these, but like most RAW images, they smell like TIFFs and get processed as such, although IM uses the preview image embedded in the file rather than the full image.

If I force ImageMagick to treat it as a DNG, I get reasonable results.

Is this a sensible thing to do? From the source it looks like most of the raw formats (NEF, CR2 etc) are just aliases for the same coder, so I presume there's a generic RAW delegate. There is the possibility I suppose that I'd fall foul of some DNG-specific handling in a later IM release.

On a similar note - is there a way (using the C API) to register a custom delegate programatically? Or is the accepted way to do this to modify the delegates file?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IIQ RAW images / generic RAW support

Post by magick »

We added support for IIQ raw images to ImageMagick 6.9.0-0 beta, available sometime tomorrow.
Post Reply