Skip to content

Commit

Permalink
Add PFM format support to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Apr 18, 2018
1 parent a38476e commit 86a6a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A high dynamic range (HDR) image comparison tool for graphics people. __tev__ al

While the predominantly supported file format is OpenEXR certain other types of images can also be loaded. The following file formats are currently supported:
- __EXR__ (via [OpenEXR](https://github.com/wjakob/openexr))
- __PFM__
- __HDR__, BMP, GIF, JPEG, PIC, PNG, PNM, PSD, TGA (via [stb_image](https://github.com/wjakob/nanovg/blob/master/src/stb_image.h))
- stb_image only supports [subsets](https://github.com/wjakob/nanovg/blob/master/src/stb_image.h#L23) of each of the aforementioned file formats.
- Low-dynamic-range (LDR) images are "promoted" to HDR through the reverse sRGB transformation.
Expand Down

0 comments on commit 86a6a4c

Please sign in to comment.