filters
KisTIFFReaderBase Class Reference
Inheritance diagram for KisTIFFReaderBase:

Detailed Description
Definition at line 121 of file kis_tiff_reader.h.
Public Member Functions | |
KisTIFFReaderBase (KisPaintDeviceSP device, Q_UINT8 *poses, int8 alphapos, uint8 sourceDepth, uint8 nbcolorssamples, uint8 extrasamplescount, cmsHTRANSFORM transformProfile, KisTIFFPostProcessor *postprocessor) | |
virtual uint | copyDataToChannels (Q_UINT32 x, Q_UINT32 y, Q_UINT32 dataWidth, TIFFStreamBase *tiffstream)=0 |
virtual void | finalize () |
Protected Member Functions | |
KisPaintDeviceSP | paintDevice () |
Q_UINT8 | alphaPos () |
Q_UINT8 | sourceDepth () |
Q_UINT8 | nbColorsSamples () |
Q_UINT8 | nbExtraSamples () |
Q_UINT8 * | poses () |
cmsHTRANSFORM | transform () |
KisTIFFPostProcessor * | postProcessor () |
Member Function Documentation
|
This function copy data from the tiff stream to the paint device starting at the given position.
Implemented in KisTIFFReaderTarget8bit, KisTIFFReaderTarget16bit, KisTIFFReaderFromPalette, KisTIFFYCbCrReaderTarget8Bit, and KisTIFFYCbCrReaderTarget16Bit. |
|
This function is called when all data has been read and should be used for any postprocessing.
Reimplemented in KisTIFFYCbCrReaderTarget8Bit, and KisTIFFYCbCrReaderTarget16Bit. Definition at line 141 of file kis_tiff_reader.h. |
The documentation for this class was generated from the following file: