HDRUtils Class Reference
Utilities for reading and writing HDR, OpenEXR, and PFM high dynamic range image formats. More...
#include <HDRUtils.h>
Static Public Member Functions | |
| static HDRImage * | loadHDR (const std::string &filename) |
| static HDRImage * | loadEXR (const std::string &filename) |
| static HDRImage * | loadPFM (const std::string &filename) |
| static bool | saveHDR (const std::string &filename, const Image *image) |
| static bool | saveEXR (const std::string &filename, const Image *image) |
| static bool | savePFM (const std::string &filename, const Image *image) |
| static HDRImage * | toHDRImage (const RgbaImage *image) |
| static RgbaImage * | toRgbaImage (const HDRImage *image) |
Detailed Description
Utilities for reading and writing HDR, OpenEXR, and PFM high dynamic range image formats.
- Date:
- January 2009
- Note:
- This code is based on similar code found in exrtools, by Billy Biggs (http://scanline.ca/exrtools/)
Definition at line 25 of file HDRUtils.h.
Member Function Documentation
| static HDRImage* HDRUtils::loadHDR | ( | const std::string & | filename | ) | [static] |
| static HDRImage* HDRUtils::loadEXR | ( | const std::string & | filename | ) | [static] |
| static HDRImage* HDRUtils::loadPFM | ( | const std::string & | filename | ) | [static] |
| static bool HDRUtils::saveHDR | ( | const std::string & | filename, | |
| const Image * | image | |||
| ) | [static] |
| static bool HDRUtils::saveEXR | ( | const std::string & | filename, | |
| const Image * | image | |||
| ) | [static] |
| static bool HDRUtils::savePFM | ( | const std::string & | filename, | |
| const Image * | image | |||
| ) | [static] |
Definition at line 180 of file HDRUtils.cpp.
Definition at line 189 of file HDRUtils.cpp.
The documentation for this class was generated from the following files:
Generated on 28 Feb 2009 for Milton by
1.5.6