Home
last modified time | relevance | path

Searched refs:tiff_version (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_open.c290 tif->tif_header.common.tiff_version = TIFF_VERSION_CLASSIC;
293 TIFFSwabShort(&tif->tif_header.common.tiff_version);
298 tif->tif_header.common.tiff_version = TIFF_VERSION_BIG;
304 TIFFSwabShort(&tif->tif_header.common.tiff_version);
379 TIFFSwabShort(&tif->tif_header.common.tiff_version);
380 if ((tif->tif_header.common.tiff_version != TIFF_VERSION_CLASSIC)&&
381 (tif->tif_header.common.tiff_version != TIFF_VERSION_BIG)) {
384 tif->tif_header.common.tiff_version,
385 tif->tif_header.common.tiff_version);
388 if (tif->tif_header.common.tiff_version == TIFF_VERSION_CLASSIC)
H A Dtiff.h95 uint16 tiff_version; /* TIFF version number */ member
99 uint16 tiff_version; /* TIFF version number */ member
104 uint16 tiff_version; /* TIFF version number */ member
/libtiff-4.0.7/tools/
H A Dtiffdump.c195 TIFFSwabShort(&hdr.common.tiff_version); in dump()
196 if (hdr.common.tiff_version==42) in dump()
209 else if (hdr.common.tiff_version==43) in dump()
231 hdr.common.tiff_version, hdr.common.tiff_version); in dump()