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 | |
tstrip_t | TIFFComputeStrip (TIFF *tif, uint32 row, tsample_t sample) |
tstrip_t | TIFFNumberOfStrips (TIFF *tif) |
tsize_t | TIFFVStripSize (TIFF *tif, uint32 nrows) |
tsize_t | TIFFRawStripSize (TIFF *tif, tstrip_t strip) |
tsize_t | TIFFStripSize (TIFF *tif) |
uint32 | TIFFDefaultStripSize (TIFF *tif, uint32 request) |
uint32 | _TIFFDefaultStripSize (TIFF *tif, uint32 s) |
tsize_t | TIFFScanlineSize (TIFF *tif) |
tsize_t | TIFFRasterScanlineSize (TIFF *tif) |
Definition at line 204 of file tif_strip.c.
References STRIP_SIZE_DEFAULT, and TIFFScanlineSize().
Definition at line 68 of file tif_strip.c.
References PLANARCONFIG_SEPARATE, TIFFDirectory::td_planarconfig, TIFFDirectory::td_rowsperstrip, TIFFDirectory::td_samplesperpixel, TIFFDirectory::td_stripsperimage, tiff::tif_clientdata, tiff::tif_dir, tiff::tif_name, and TIFFErrorExt().
Definition at line 198 of file tif_strip.c.
References tiff::tif_defstripsize.
Definition at line 90 of file tif_strip.c.
References PLANARCONFIG_SEPARATE, TIFFDirectory::td_imagelength, TIFFDirectory::td_planarconfig, TIFFDirectory::td_rowsperstrip, tiff::tif_dir, and TIFFhowmany.
Referenced by TIFFSetupStrips().
Definition at line 277 of file tif_strip.c.
References tiff::tif_dir.
Definition at line 158 of file tif_strip.c.
References TIFFDirectory::td_stripbytecount, tiff::tif_clientdata, tiff::tif_dir, tiff::tif_name, and TIFFErrorExt().
Definition at line 227 of file tif_strip.c.
References isUpSampled, PHOTOMETRIC_YCBCR, PLANARCONFIG_CONTIG, TIFFDirectory::td_imagewidth, TIFFDirectory::td_photometric, TIFFDirectory::td_planarconfig, tiff::tif_clientdata, tiff::tif_dir, tiff::tif_name, TIFFErrorExt(), TIFFGetField(), TIFFhowmany8, TIFFroundup, and TIFFTAG_YCBCRSUBSAMPLING.
Referenced by _TIFFDefaultStripSize(), and TIFFWriteCheck().
Definition at line 182 of file tif_strip.c.
References TIFFDirectory::td_imagelength, TIFFDirectory::td_rowsperstrip, tiff::tif_dir, and TIFFVStripSize().
Referenced by TIFFWriteBufferSetup().
Definition at line 107 of file tif_strip.c.
References isUpSampled, PHOTOMETRIC_YCBCR, PLANARCONFIG_CONTIG, TIFFDirectory::td_imagelength, TIFFDirectory::td_imagewidth, TIFFDirectory::td_photometric, TIFFDirectory::td_planarconfig, tiff::tif_clientdata, tiff::tif_dir, tiff::tif_name, TIFFErrorExt(), TIFFGetField(), TIFFhowmany8, TIFFroundup, and TIFFTAG_YCBCRSUBSAMPLING.
Referenced by TIFFStripSize().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.