38 #ifndef OME_FILES_IN_MINIMALTIFFREADER_H 39 #define OME_FILES_IN_MINIMALTIFFREADER_H 41 #include <ome/files/detail/FormatReader.h> 43 #include <ome/files/tiff/Util.h> 73 ome::compat::shared_ptr<ome::files::tiff::TIFF>
tiff;
92 initFile(
const boost::filesystem::path&
id);
103 isFilenameThisTypeImpl(
const boost::filesystem::path& name)
const;
112 const ome::compat::shared_ptr<const tiff::IFD>
118 close(
bool fileOnly =
false);
143 ome::compat::shared_ptr<ome::files::tiff::TIFF>
153 const ome::compat::shared_ptr<ome::files::tiff::TIFF>
161 #endif // OME_FILES_IN_MINIMALTIFFREADER_H Basic TIFF reader.
Definition: MinimalTIFFReader.h:69
Properties specific to a particular reader.
Definition: FormatReader.h:64
std::vector< IFDRange > SeriesIFDRange
Mapping between series index and IFD range.
Definition: Util.h:104
Tagged Image File Format (TIFF).
Definition: TIFF.h:156
std::size_t dimension_size_type
Size type for image dimensions.
Definition: Types.h:59
tiff::SeriesIFDRange seriesIFDRange
Mapping between series index and start and end IFD as a half-open range.
Definition: MinimalTIFFReader.h:76
ome::compat::shared_ptr< ome::files::tiff::TIFF > tiff
Underlying TIFF file.
Definition: MinimalTIFFReader.h:73
Image File Directory (IFD).
Definition: IFD.h:71
Buffer for all pixel types.
Definition: VariantPixelBuffer.h:75