Home
last modified time | relevance | path

Searched refs:TIFFReadDirectory (Results 1 – 25 of 25) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffgt.c388 if (TIFFReadDirectory(tif)) { in raster_special()
409 TIFFReadDirectory(tif); in raster_special()
H A Dfax2ps.c281 while (pn != (pageNumber-1) && TIFFReadDirectory(tif) && GetPageNumber(tif)) in findPage()
308 while (TIFFReadDirectory(tif)); in fax2ps()
H A Dtiffcmp.c101 if (!TIFFReadDirectory(tif1)) { in main()
102 if (!TIFFReadDirectory(tif2)) in main()
107 } else if (!TIFFReadDirectory(tif2)) { in main()
H A Dtiffsplit.c92 } while (TIFFReadDirectory(in)); in main()
H A Drgb2ycbcr.c136 } while (TIFFReadDirectory(in)); in main()
H A Dtiffinfoce.c153 } while (TIFFReadDirectory(tif)); in main()
H A Dtiffinfo.c159 } while (TIFFReadDirectory(tif)); in main()
H A Dtiff2rgba.c132 } while (TIFFReadDirectory(in)); in main()
H A Dthumbnail.c126 } while (TIFFReadDirectory(in)); in main()
H A Dtiffcp.c312 if (!TIFFReadDirectory(in)) break; in main()
H A Dtiff2ps.c1617 } while (((subfiletype & FILETYPE_PAGE) || printAll) && TIFFReadDirectory(tif)); in TIFF2PS()
/libtiff-4.0.7/man/
H A DMakefile.am69 TIFFReadDirectory.3tiff \
H A DCMakeLists.txt68 TIFFReadDirectory.3tiff
H A DMakefile.in375 TIFFReadDirectory.3tiff \
/libtiff-4.0.7/libtiff/
H A Dlibtiff.def81 TIFFReadDirectory
H A Dtif_open.c466 if (TIFFReadDirectory(tif)) {
H A Dtiffio.h351 extern int TIFFReadDirectory(TIFF* tif);
H A Dtif_dir.c1584 return (TIFFReadDirectory(tif)); in TIFFSetDirectory()
1602 return (TIFFReadDirectory(tif)); in TIFFSetSubDirectory()
H A Dtif_dirread.c3399 TIFFReadDirectory(TIFF* tif) in TIFFReadDirectory() function
/libtiff-4.0.7/html/man/
H A DMakefile.am54 TIFFReadDirectory.3tiff.html \
H A DCMakeLists.txt47 TIFFReadDirectory.3tiff.html
H A DMakefile.in356 TIFFReadDirectory.3tiff.html \
/libtiff-4.0.7/
H A Dconfigure.com406 TIFFReadDirectory=PROCEDURE,-
557 UNIVERSAL=TIFFReadDirectory
H A DChangeLog1122 * libtiff/tif_dirread.c: TIFFReadDirectory(): refuse to read ColorMap or
3325 TIFFReadDirectory() and TIFFReadCustomDirectory().
3335 files. Modified TIFFReadDirectory() to not invoke
3569 in TIFFReadDirectory, because it is always set at the start of
4488 checking for tag count in TIFFReadDirectory() function. As per bug
4541 call from the TIFFReadDirectory() function. TIFFReassignTagToIgnore
4844 overflow now. Properly handle this case in TIFFReadDirectory()
4862 Potential memory leak fixed in TIFFReadDirectory(), _TIFFVSetField(),
5028 * libtiff/tif_dirread.c: Fixed problem in TIFFReadDirectory() in the
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c997 if (TIFFReadDirectory(tfFile) == True)