Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c192 int auto_rotate = 0; /* rotate image for best fit on the page */ variable
352 auto_rotate = TRUE; in main()
357 auto_rotate = FALSE; in main()
425 if (auto_rotate == TRUE) in main()
1242 int psStart(FILE *fd, int npages, int auto_rotate, int *rotation, double *scale, in psStart() argument
1267 if (auto_rotate) in psStart()
1540 if (psStart(fd, npages, auto_rotate, &rotation, &scale, ox, oy, in TIFF2PS()
1614 if (auto_rotate) in TIFF2PS()