38 #ifndef OME_FILES_TIFF_CODEC_H 39 #define OME_FILES_TIFF_CODEC_H 44 #include <ome/files/tiff/Types.h> 46 #include <ome/xml/model/enums/PixelType.h> 71 const std::vector<Codec>&
79 const std::vector<std::string>&
89 const std::vector<std::string>&
105 #endif // OME_FILES_TIFF_CODEC_H const std::vector< std::string > & getCodecNames()
Get codec names registered with the TIFF library.
Definition: Codec.cpp:78
Compression
Compression technique.
Definition: Types.h:93
std::string name
Codec name.
Definition: Codec.h:61
Compression scheme
Codec number.
Definition: Codec.h:63
Open Microscopy Environment C++.
A TIFF codec.
Definition: Codec.h:58
const std::vector< Codec > & getCodecs()
Get codecs registered with the TIFF library.
Definition: Codec.cpp:55
Compression getCodecScheme(const std::string &name)
Get the compression scheme enumeration for a codec name.
Definition: Codec.cpp:184