Tagged Questions
The hdrimages tag has no wiki summary.
7
votes
3answers
1k views
Which floating-point image format should I use?
In the past I've saved RGB images (generated from physical simulations) as 8-bits/channel PPM or PNG or JPEG.
Now I want to preserve the dynamic range of the simulation output, which means saving a ...
3
votes
2answers
933 views
HDR image creating algorithm
Do you know any algorithm to create HDR images, like photomatix or photoshop "merge hdr" function?
3
votes
1answer
1k views
16-bit float data type
Does anyone have any experience with using the 16-bit floating-point type in an application. This relatively new data type is used in computer graphics. It's defined by several specs: OpenEXR, ...
1
vote
3answers
853 views
Open Source HDR library recommendations
So I'm doing some research related to High Dynamic Range Imaging (HDRI). I've already done some work in OpenCV related to aligning and ghost removal (no actual HDR manipulation or creation yet), and ...
1
vote
2answers
238 views
Float PPM image file format?
I've found a PPM image with the header starting with PF (instead of standard P6, P5, P4, ... signatures).
The resolution number is stored in floating point (-1.000).
No comments are inserted to get ...
0
votes
0answers
15 views
Issue enabling HDRI for ImageMagick
I am installing ImageMagick on my server and upon entering the following config command:
./configure --enable-hdri
I get an output for the configuration that shows:
--enable-hdri=yes ...
0
votes
1answer
303 views
Pfstools - compile for Windows
I'm trying to get pfstools (as well as pfstmo and pfscalibration) working under Windows. These are basically an open source series of command line tools for High Dynamic Range (HDR) imaging.
They ...
0
votes
1answer
152 views
flex how can i use an image multiple times
i want to reuse an image multiple times within an item renderer,
is it possible to embed the image and then reuse multiple times without having to go back to the server for the image? Is this the ...