![]() |
ImFusion SDK 4.3
|
#include <ImFusion/IO/TiffIO.h>
Class for reading and writing TIFF images. More...
Class for reading and writing TIFF images.
Static Public Member Functions | |
| static std::vector< std::unique_ptr< MemImage > > | readImage (const std::string &filename, bool load32bitDataAsFloat=true) |
| Reads all images in the given Tiff file. | |
| static bool | writeImage (const std::string &filename, const MemImage *img) |
|
static |
Reads all images in the given Tiff file.
Returns an empty vector in case of failure.