Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2ps.c844 xscale = scale * imagewidth; in exportMaskedImage()
1034 fprintf (fd, "%f %f scale\n", pswidth * scale, psheight * scale); in psScaleImage()
1044 fprintf (fd, "%f %f scale\n", pswidth * scale, psheight * scale); in psScaleImage()
1059 fprintf (fd, "%f %f scale\n", pswidth * scale, psheight * scale); in psScaleImage()
1294 if (*scale > 1.0) in psStart()
1295 *scale = 1.0; in psStart()
1326 *scale = 1.0; in psStart()
1365 *scale = 1.0; in psStart()
1397 if (*scale > 1.0) in psStart()
1398 *scale = 1.0; in psStart()
[all …]
H A Dfax2ps.c203 float xres, yres, scale = 1.0; in printTIF() local
255 scale = pageHeight / (h/yres) < pageWidth / (w/xres) ? in printTIF()
258 points * (pageWidth - scale*w/xres) * half, in printTIF()
259 points * (scale*h/yres + (pageHeight - scale*h/yres) * half)); in printTIF()
260 printf("%g %g scale\n", points/xres*scale, -points/yres*scale); in printTIF()
H A Dtiffcrop.c5075 double scale; in computeInputPixelOffsets() local
5107 scale = 1.0; in computeInputPixelOffsets()
5111 scale = 1.0/2.54; in computeInputPixelOffsets()
5115 scale = 2.54; in computeInputPixelOffsets()
5129 x1 = (uint32) (crop->corners[i].X1 * scale * xres); in computeInputPixelOffsets()
5130 x2 = (uint32) (crop->corners[i].X2 * scale * xres); in computeInputPixelOffsets()
5580 double scale; in computeOutputPixelOffsets() local
5590 scale = 1.0; in computeOutputPixelOffsets()
5597 scale = 1.0/2.54; in computeOutputPixelOffsets()
5601 scale = 2.54; in computeOutputPixelOffsets()
[all …]
/libtiff-4.0.7/
H A DChangeLog3638 * tools/tiff2ps.c: Properly scale all the pages when converting