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]
Macros | Functions
tif_read.c File Reference
#include "tiffiop.h"
#include <stdio.h>

Go to the source code of this file.

Macros

#define NOSTRIP   ((tstrip_t) -1) /* undefined state */
 
#define NOTILE   ((ttile_t) -1) /* undefined state */
 

Functions

int TIFFFillStrip (TIFF *, tstrip_t)
 
int TIFFFillTile (TIFF *, ttile_t)
 
int TIFFReadScanline (TIFF *tif, tdata_t buf, uint32 row, tsample_t sample)
 
tsize_t TIFFReadEncodedStrip (TIFF *tif, tstrip_t strip, tdata_t buf, tsize_t size)
 
tsize_t TIFFReadRawStrip (TIFF *tif, tstrip_t strip, tdata_t buf, tsize_t size)
 
tsize_t TIFFReadTile (TIFF *tif, tdata_t buf, uint32 x, uint32 y, uint32 z, tsample_t s)
 
tsize_t TIFFReadEncodedTile (TIFF *tif, ttile_t tile, tdata_t buf, tsize_t size)
 
tsize_t TIFFReadRawTile (TIFF *tif, ttile_t tile, tdata_t buf, tsize_t size)
 
int TIFFReadBufferSetup (TIFF *tif, tdata_t bp, tsize_t size)
 
void _TIFFNoPostDecode (TIFF *tif, tidata_t buf, tsize_t cc)
 
void _TIFFSwab16BitData (TIFF *tif, tidata_t buf, tsize_t cc)
 
void _TIFFSwab24BitData (TIFF *tif, tidata_t buf, tsize_t cc)
 
void _TIFFSwab32BitData (TIFF *tif, tidata_t buf, tsize_t cc)
 
void _TIFFSwab64BitData (TIFF *tif, tidata_t buf, tsize_t cc)
 

Macro Definition Documentation

◆ NOSTRIP

#define NOSTRIP   ((tstrip_t) -1) /* undefined state */

Definition at line 40 of file tif_read.c.

Referenced by TIFFFillStrip().

◆ NOTILE

#define NOTILE   ((ttile_t) -1) /* undefined state */

Definition at line 41 of file tif_read.c.

Referenced by TIFFFillTile().

Function Documentation

◆ _TIFFNoPostDecode()

void _TIFFNoPostDecode ( TIFF tif,
tidata_t  buf,
tsize_t  cc 
)

Definition at line 613 of file tif_read.c.

References void().

◆ _TIFFSwab16BitData()

void _TIFFSwab16BitData ( TIFF tif,
tidata_t  buf,
tsize_t  cc 
)

Definition at line 619 of file tif_read.c.

References TIFFSwabArrayOfShort(), and void().

◆ _TIFFSwab24BitData()

void _TIFFSwab24BitData ( TIFF tif,
tidata_t  buf,
tsize_t  cc 
)

Definition at line 627 of file tif_read.c.

References TIFFSwabArrayOfTriples(), and void().

◆ _TIFFSwab32BitData()

void _TIFFSwab32BitData ( TIFF tif,
tidata_t  buf,
tsize_t  cc 
)

Definition at line 635 of file tif_read.c.

References TIFFSwabArrayOfLong(), and void().

◆ _TIFFSwab64BitData()

void _TIFFSwab64BitData ( TIFF tif,
tidata_t  buf,
tsize_t  cc 
)

Definition at line 643 of file tif_read.c.

References TIFFSwabArrayOfDouble(), and void().

◆ TIFFFillStrip()

int TIFFFillStrip ( TIFF tif,
tstrip_t  strip 
)

◆ TIFFFillTile()

int TIFFFillTile ( TIFF tif,
ttile_t  tile 
)

◆ TIFFReadBufferSetup()

int TIFFReadBufferSetup ( TIFF tif,
tdata_t  bp,
tsize_t  size 
)

◆ TIFFReadEncodedStrip()

tsize_t TIFFReadEncodedStrip ( TIFF tif,
tstrip_t  strip,
tdata_t  buf,
tsize_t  size 
)

Definition at line 122 of file tif_read.c.

References nrows, and tiff::tif_dir.

◆ TIFFReadEncodedTile()

tsize_t TIFFReadEncodedTile ( TIFF tif,
ttile_t  tile,
tdata_t  buf,
tsize_t  size 
)

Definition at line 344 of file tif_read.c.

References tiff::tif_dir, and tiff::tif_tilesize.

◆ TIFFReadRawStrip()

tsize_t TIFFReadRawStrip ( TIFF tif,
tstrip_t  strip,
tdata_t  buf,
tsize_t  size 
)

Definition at line 214 of file tif_read.c.

References tiff::tif_dir.

◆ TIFFReadRawTile()

tsize_t TIFFReadRawTile ( TIFF tif,
ttile_t  tile,
tdata_t  buf,
tsize_t  size 
)

Definition at line 418 of file tif_read.c.

References tiff::tif_dir.

◆ TIFFReadScanline()

int TIFFReadScanline ( TIFF tif,
tdata_t  buf,
uint32  row,
tsample_t  sample 
)

Definition at line 94 of file tif_read.c.

◆ TIFFReadTile()

tsize_t TIFFReadTile ( TIFF tif,
tdata_t  buf,
uint32  x,
uint32  y,
uint32  z,
tsample_t  s 
)

Definition at line 330 of file tif_read.c.