ImFusion SDK 4.3
TiffIO Class Reference

#include <ImFusion/IO/TiffIO.h>

Class for reading and writing TIFF images. More...

Detailed Description

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)
 

Member Function Documentation

◆ readImage()

static std::vector< std::unique_ptr< MemImage > > readImage ( const std::string & filename,
bool load32bitDataAsFloat = true )
static

Reads all images in the given Tiff file.

Returns an empty vector in case of failure.


The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close