Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c183 int printAll = FALSE; /* print all images in file */ variable
343 printAll = TRUE; in main()
372 printAll = FALSE; in main()
443 if ((generateEPSF == TRUE) && (printAll == TRUE)) in main()
1617 } while (((subfiletype & FILETYPE_PAGE) || printAll) && TIFFReadDirectory(tif)); in TIFF2PS()