rTexViewer already support the PPM format. PFM is an extension that stores float32s from 0 to 1 instead of 0-255 RGB colors. Use case: I write ray tracers, a simple HDR format really helps for building something simple.
rTexViewer already support the PPM format. PFM is an extension that stores float32s from 0 to 1 instead of 0-255 RGB colors.
Use case: I write ray tracers, a simple HDR format really helps for building something simple.