Home
last modified time | relevance | path

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

/libtiff-4.0.7/test/
H A Dtiff2ps-PS3.sh6 f_test_stdout "${TIFF2PS} -a -p -3" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS3.ps"
H A Dtiff2ps-PS1.sh6 f_test_stdout "${TIFF2PS} -a -p -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS1.ps"
H A Dtiff2ps-EPS1.sh6 f_test_stdout "${TIFF2PS} -e -1" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-EPS1.ps"
H A Dtiff2ps-PS2.sh6 f_test_stdout "${TIFF2PS} -a -p -2" "${IMG_MINISWHITE_1C_1B}" "o-tiff2ps-PS2.ps"
H A Dcommon.sh21 TIFF2PS=${TOOLS}/tiff2ps
/libtiff-4.0.7/tools/
H A Dtiff2ps.c207 int TIFF2PS(FILE*, TIFF*, double, double, double, double, int);
473 np = TIFF2PS(output, tif, pageWidth, pageHeight, in main()
1482 int TIFF2PS(FILE* fd, TIFF* tif, double pgwidth, double pgheight, double lm, double bm, int center) in TIFF2PS() function