#include <pltiffdecex.h>
Inheritance diagram for PLTIFFDecoderEx:
Public Member Functions | |
PLTIFFDecoderEx () | |
~PLTIFFDecoderEx () | |
bool | Associate (PLDataSource *pDataSrc) |
void | Dissociate () |
int | GetField (int tag_id,...) |
TIFF * | GetTIFFHandle () |
this is this first argument to most libtiff's routines use at your own risk; you've been warned! | |
Protected Member Functions | |
virtual void | DoDecode (PLBmp *pBmp, PLDataSource *pDataSrc) |
Sets up LIBTIFF environment and calls LIBTIFF to decode an image. | |
Private Attributes | |
TIFF * | m_TiffToken |
Definition at line 19 of file pltiffdecex.h.
|
Definition at line 25 of file pltiffdecex.cpp. |
|
Definition at line 32 of file pltiffdecex.cpp. References Dissociate(). |
Here is the call graph for this function:
|
Definition at line 38 of file pltiffdecex.cpp. References PLDataSource::GetFileSize(), m_TiffToken, PLDataSource::ReadEverything(), and TIFFOpenMem(). |
Here is the call graph for this function:
|
Definition at line 47 of file pltiffdecex.cpp. References m_TiffToken. Referenced by ~PLTIFFDecoderEx(). |
|
Sets up LIBTIFF environment and calls LIBTIFF to decode an image.
Reimplemented from PLTIFFDecoder. Definition at line 57 of file pltiffdecex.cpp. References PLTIFFDecoder::DoTiffDecode(), m_TiffToken, and PLASSERT. |
Here is the call graph for this function:
|
Definition at line 73 of file pltiffdecex.cpp. References m_TiffToken. |
|
this is this first argument to most libtiff's routines use at your own risk; you've been warned!
Definition at line 30 of file pltiffdecex.h. References TIFF. |
|
Definition at line 39 of file pltiffdecex.h. Referenced by Associate(), Dissociate(), DoDecode(), and GetField(). |