Go to the source code of this file.
|
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
IMFUTIL_EXPORT void | saveDeepImage (const std::string &fileName, const Header &hdr, const DeepImage &img, DataWindowSource dws=USE_IMAGE_DATA_WINDOW) |
|
IMFUTIL_EXPORT void | saveDeepImage (const std::string &fileName, const DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepImage (const std::string &fileName, Header &hdr, DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepImage (const std::string &fileName, DeepImage &img) |
|
IMFUTIL_EXPORT void | saveDeepScanLineImage (const std::string &fileName, const Header &hdr, const DeepImage &img, DataWindowSource dws=USE_IMAGE_DATA_WINDOW) |
|
IMFUTIL_EXPORT void | saveDeepScanLineImage (const std::string &fileName, const DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepScanLineImage (const std::string &fileName, Header &hdr, DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepScanLineImage (const std::string &fileName, DeepImage &img) |
|
IMFUTIL_EXPORT void | saveDeepTiledImage (const std::string &fileName, const Header &hdr, const DeepImage &img, DataWindowSource dws=USE_IMAGE_DATA_WINDOW) |
|
IMFUTIL_EXPORT void | saveDeepTiledImage (const std::string &fileName, const DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepTiledImage (const std::string &fileName, Header &hdr, DeepImage &img) |
|
IMFUTIL_EXPORT void | loadDeepTiledImage (const std::string &fileName, DeepImage &img) |
|