Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dfax2ps.c299 if (findPage(tif, pages[i])) in fax2ps()
300 printTIF(tif, pages[i]); in fax2ps()
331 uint16 *pages = NULL, npages = 0, pageNumber; in main() local
348 if (pages) in main()
349 pages = (uint16*) realloc(pages, (npages+1)*sizeof(uint16)); in main()
351 pages = (uint16*) malloc(sizeof(uint16)); in main()
352 if( pages == NULL ) in main()
357 pages[npages++] = pageNumber; in main()
375 qsort(pages, npages, sizeof(uint16), pcompar); in main()
382 fax2ps(tif, npages, pages, argv[optind]); in main()
[all …]
H A Dtiff2ps.c699 int pages = 1; in get_subimage_count() local
817 pages = (*ximages) * (*yimages); in get_subimage_count()
818 return (pages); in get_subimage_count()
1190 int pages = *npages; in psMaskImage() local
1211 pages++; in psMaskImage()
1212 *npages = pages; in psMaskImage()
1213 fprintf(fd, "%%%%Page: %d %d\n", pages, pages); in psMaskImage()
1238 return (pages); in psMaskImage()
/libtiff-4.0.7/
H A DChangeLog1211 * tools/tiff2pdf.c: Preserve input file directory order when pages
1299 tools/tiffdither.c: Sync tool usage printouts and man pages with
1307 for all pages that followed instead ofa being retested for each
2359 fixes for "Bug 2023 - nroff errors in manual pages".
3638 * tools/tiff2ps.c: Properly scale all the pages when converting
5369 pages. Closed bug entry:
5654 * tools/tiffsplit.c: increased the maximum number of pages that
5952 * html/man/*.html: Updated from actual manual pages.
6088 splitting long images in several pages. See
6723 for the man pages, point at www.libtiff.org.
[all …]
/libtiff-4.0.7/config/
H A Dltmain.sh4073 echo "pages."
4076 echo "more information, such as the ld(1) and ld.so(8) manual pages."