8#ifndef KIS_TIFF_BASE_WRITER_H
9#define KIS_TIFF_BASE_WRITER_H
30 uint16_t &sample_format,
41 uint16_t sample_format,
42 uint8_t nbcolorssamples,
43 const std::array<quint8, 5> &poses);
static bool isBitDepthFloat(const KoID depth)
~KisTIFFBaseWriter()=default
bool copyDataToStrips(KisHLineConstIteratorSP it, tdata_t buff, uint32_t depth, uint16_t sample_format, uint8_t nbcolorssamples, const std::array< quint8, 5 > &poses)
KisTIFFOptions * m_options
static bool writeColorSpaceInformation(TIFF *image, const KoColorSpace *cs, uint16_t &color_type, uint16_t &sample_format, const KoColorSpace *&destColorSpace)
KisTIFFBaseWriter(TIFF *image, KisTIFFOptions *options)