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_aux.c File Reference
#include "tiffiop.h"
#include "tif_predict.h"
#include <math.h>

Go to the source code of this file.

Functions

tdata_t _TIFFCheckMalloc (TIFF *tif, size_t nmemb, size_t elem_size, const char *what)
 
int TIFFVGetFieldDefaulted (TIFF *tif, ttag_t tag, va_list ap)
 
int TIFFGetFieldDefaulted (TIFF *tif, ttag_t tag,...)
 

Function Documentation

◆ _TIFFCheckMalloc()

tdata_t _TIFFCheckMalloc ( TIFF tif,
size_t  nmemb,
size_t  elem_size,
const char *  what 
)

◆ TIFFGetFieldDefaulted()

int TIFFGetFieldDefaulted ( TIFF tif,
ttag_t  tag,
  ... 
)

Definition at line 256 of file tif_aux.c.

References TIFFVGetFieldDefaulted().

Referenced by TIFFReadRGBAStrip(), TIFFReadRGBATile(), and TIFFRGBAImageBegin().

◆ TIFFVGetFieldDefaulted()

int TIFFVGetFieldDefaulted ( TIFF tif,
ttag_t  tag,
va_list  ap 
)