 |
iipsrv
1.1
iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images
|
54 TPTImage(
const std::string& path ):
IIPImage( path ), tiff( NULL ), tile_buf( NULL ) {};
69 tile_buf = image.tile_buf;
78 tiff = NULL; tile_buf = NULL;
103 RawTile getTile(
int x,
int y,
unsigned int r,
int l,
unsigned int t );
TPTImage(const std::string &path)
Constructor.
Definition: TPTImage.h:54
TPTImage()
Constructor.
Definition: TPTImage.h:49
~TPTImage()
Destructor.
Definition: TPTImage.h:82
Main class to handle the pyramidal image source.
Definition: IIPImage.h:62
RawTile getTile(int x, int y, unsigned int r, int l, unsigned int t)
Overloaded function for getting a particular tile.
void loadImageInfo(int x, int y)
Overloaded function for loading TIFF image information.
TPTImage(const IIPImage &image)
Construct from an IIPImage object.
Definition: TPTImage.h:77
void openImage()
Overloaded function for opening a TIFF image.
Image class for Tiled Pyramidal Images: Inherits from IIPImage. Uses libtiff.
Definition: TPTImage.h:35
IIPImage & operator=(IIPImage image)
Assignment operator.
Definition: IIPImage.h:375
void closeImage()
Overloaded function for closing a TIFF image.
TPTImage(const TPTImage &image)
Copy Constructor.
Definition: TPTImage.h:59
Class to represent a single image tile.
Definition: RawTile.h:45
TPTImage & operator=(TPTImage image)
Assignment Operator.
Definition: TPTImage.h:64