Home | History | Annotate | Download | only in libtiff

Lines Matching full:tiff

28  * TIFF Library.
72 TIFF*
86 TIFF *tif;
119 tif = (TIFF *)_TIFFmalloc((tmsize_t)(sizeof (TIFF) + strlen(name) + 1));
121 TIFFErrorExt(clientdata, module, "%s: Out of memory (TIFF structure)", name);
125 tif->tif_name = (char *)tif + sizeof (TIFF);
171 * TIFF but only supports some braindead idea of what the
172 * vendor thinks TIFF is):
183 * 'h' read TIFF header only, do not load the first IFD
189 * typically on the PC, do not correctly support TIFF; they
192 * the violation of the TIFF spec that says that readers *MUST*
195 * that write invalid TIFF. And even in those cases you should
216 * for example, to get the unadulterated TIFF tag information.
269 * Read in TIFF header.
275 "Cannot read TIFF header");
319 "Error writing TIFF header");
359 "Not a TIFF or MDI file, bad magic number %d (0x%x)",
363 "Not a TIFF file, bad magic number %d (0x%x)",
383 "Not a TIFF file, bad version number %d (0x%x)",
399 "Cannot read TIFF header");
410 "Not a TIFF file, bad BigTIFF offsetsize %d (0x%x)",
418 "Not a TIFF file, bad BigTIFF unused %d (0x%x)",
458 * immediately after reading TIFF header.
486 return ((TIFF*)0);
497 TIFFFileName(TIFF* tif)
506 TIFFSetFileName(TIFF* tif, const char *name)
517 TIFFFileno(TIFF* tif)
526 TIFFSetFileno(TIFF* tif, int fd)
537 TIFFClientdata(TIFF* tif)
546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue)
557 TIFFGetMode(TIFF* tif)
566 TIFFSetMode(TIFF* tif, int mode)
578 TIFFIsTiled(TIFF* tif)
587 TIFFCurrentRow(TIFF* tif)
596 TIFFCurrentDirectory(TIFF* tif)
605 TIFFCurrentStrip(TIFF* tif)
614 TIFFCurrentTile(TIFF* tif)
623 TIFFIsByteSwapped(TIFF* tif)
632 TIFFIsUpSampled(TIFF* tif)
641 TIFFIsMSB2LSB(TIFF* tif)
650 TIFFIsBigEndian(TIFF* tif)
659 TIFFGetReadProc(TIFF* tif)
668 TIFFGetWriteProc(TIFF* tif)
677 TIFFGetSeekProc(TIFF* tif)
686 TIFFGetCloseProc(TIFF* tif)
695 TIFFGetSizeProc(TIFF* tif)
704 TIFFGetMapFileProc(TIFF* tif)
713 TIFFGetUnmapFileProc(TIFF* tif)