Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions
tif_strip.c File Reference
#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)
 

Function Documentation

◆ _TIFFDefaultStripSize()

uint32 _TIFFDefaultStripSize ( TIFF tif,
uint32  s 
)

Definition at line 204 of file tif_strip.c.

References STRIP_SIZE_DEFAULT, and TIFFScanlineSize().

◆ TIFFComputeStrip()

tstrip_t TIFFComputeStrip ( TIFF tif,
uint32  row,
tsample_t  sample 
)

◆ TIFFDefaultStripSize()

uint32 TIFFDefaultStripSize ( TIFF tif,
uint32  request 
)

Definition at line 198 of file tif_strip.c.

References tiff::tif_defstripsize.

◆ TIFFNumberOfStrips()

tstrip_t TIFFNumberOfStrips ( TIFF tif)

◆ TIFFRasterScanlineSize()

tsize_t TIFFRasterScanlineSize ( TIFF tif)

Definition at line 277 of file tif_strip.c.

References tiff::tif_dir.

◆ TIFFRawStripSize()

tsize_t TIFFRawStripSize ( TIFF tif,
tstrip_t  strip 
)

◆ TIFFScanlineSize()

tsize_t TIFFScanlineSize ( TIFF tif)

◆ TIFFStripSize()

tsize_t TIFFStripSize ( TIFF tif)

◆ TIFFVStripSize()

tsize_t TIFFVStripSize ( TIFF tif,
uint32  nrows 
)