Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "tiffiop.h"
Go to the source code of this file.
Functions | |
ttile_t | TIFFComputeTile (TIFF *tif, uint32 x, uint32 y, uint32 z, tsample_t s) |
int | TIFFCheckTile (TIFF *tif, uint32 x, uint32 y, uint32 z, tsample_t s) |
ttile_t | TIFFNumberOfTiles (TIFF *tif) |
tsize_t | TIFFTileRowSize (TIFF *tif) |
tsize_t | TIFFVTileSize (TIFF *tif, uint32 nrows) |
tsize_t | TIFFTileSize (TIFF *tif) |
void | TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th) |
void | _TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th) |
Definition at line 259 of file tif_tile.c.
References TIFFroundup, and void().
Definition at line 105 of file tif_tile.c.
References PLANARCONFIG_SEPARATE, TIFFDirectory::td_imagedepth, TIFFDirectory::td_imagelength, TIFFDirectory::td_imagewidth, TIFFDirectory::td_planarconfig, TIFFDirectory::td_samplesperpixel, tiff::tif_clientdata, tiff::tif_dir, tiff::tif_name, and TIFFErrorExt().
Referenced by TIFFWriteTile().
Definition at line 68 of file tif_tile.c.
References PLANARCONFIG_SEPARATE, TIFFDirectory::td_imagedepth, TIFFDirectory::td_imagelength, TIFFDirectory::td_imagewidth, TIFFDirectory::td_planarconfig, TIFFDirectory::td_tiledepth, TIFFDirectory::td_tilelength, TIFFDirectory::td_tilewidth, tiff::tif_dir, and TIFFhowmany.
Referenced by TIFFWriteTile().
Definition at line 253 of file tif_tile.c.
References tiff::tif_deftilesize.
Definition at line 145 of file tif_tile.c.
References TIFFDirectory::td_imagedepth, TIFFDirectory::td_imagelength, TIFFDirectory::td_imagewidth, TIFFDirectory::td_tiledepth, TIFFDirectory::td_tilelength, TIFFDirectory::td_tilewidth, and tiff::tif_dir.
Referenced by TIFFSetupStrips().
Definition at line 174 of file tif_tile.c.
References TIFFDirectory::td_tilelength, TIFFDirectory::td_tilewidth, and tiff::tif_dir.
Definition at line 241 of file tif_tile.c.
References TIFFDirectory::td_tilelength, tiff::tif_dir, and TIFFVTileSize().
Referenced by TIFFWriteCheck().
Definition at line 193 of file tif_tile.c.
References isUpSampled, PHOTOMETRIC_YCBCR, PLANARCONFIG_CONTIG, TIFFDirectory::td_photometric, TIFFDirectory::td_planarconfig, TIFFDirectory::td_tiledepth, TIFFDirectory::td_tilelength, TIFFDirectory::td_tilewidth, TIFFDirectory::td_ycbcrsubsampling, tiff::tif_dir, TIFFhowmany8, and TIFFroundup.
Referenced by TIFFTileSize().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.