Load Raw Image

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
miztaken

Load Raw Image

Post by miztaken »

Hi i have a 200 *300 2D floating point ( negative and positive ) value image.
I want to view this image in imagemagick.
Is it possible to load and view this image in imagemagick?
if not, what should i do so as to view this image.

thank you
miztaken
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Load Raw Image

Post by fmw42 »

compile IM as HDRI (Q16 is fine)

load your data into NetPBM PFM format

see
http://netpbm.sourceforge.net/
http://netpbm.sourceforge.net/doc/pfm.html

display image.pfm
Post Reply