API for RAW image identification and display

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
willsapgreen
Posts: 1
Joined: 2016-05-06T17:30:44-07:00
Authentication code: 1151

API for RAW image identification and display

Post by willsapgreen »

To whom it may concern,

Can anyone point me to the API which identifies RAW data format and then display RAW data in color format?

With ImageMagick installed, I am impressed that ImageMagick can automatically identify RAW data saved from Point Grey FireFly SDK and display the image perfectly.

Therefore I want to integrate ImageMagick with my program but don't know which API I should use.

Thank you for taking time on my question.

Best,
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: API for RAW image identification and display

Post by snibgo »

"RAW" image files can mean (a) pixel data with no header, (b) pixel data with a simple header that gives just the image size and depth, (c) raw sensor data (mosaiced) from digital cameras or (d) something else.

I don't know which you mean.

"identify file.ext" will generally give you information.

"display file.ext" or "imdisplay file.ext" will generally show the image.
snibgo's IM pages: im.snibgo.com
Post Reply