3

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 how it was produced.

Because the resolution, I derived that each pixel is composed by 12 bytes (4 bytes per component)... I suppose they are float or integer numbers.

The problem is that I cannot get a clear image. Someone has already found this kind of images?

Luca
  • 11,646
  • 11
  • 70
  • 125

2 Answers2

0

Perhaps, having a look at the open source FreeImage might help you. As it has wrappers for different languages, this looks like a worthwhile shot at this, as you have not stated the programming language specifics, I thought this may be the neutral solution for you...

t0mm13b
  • 34,087
  • 8
  • 78
  • 110
0

Portable Float Map HDR Shop description.

Luca
  • 11,646
  • 11
  • 70
  • 125