Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c4405 float width_ratio=0; in t2p_compose_pdf_page() local
4419 width_ratio = t2p->pdf_defaultpagewidth/t2p->tiff_width; in t2p_compose_pdf_page()
4421 if (width_ratio < length_ratio ) { in t2p_compose_pdf_page()
4423 t2p->pdf_imagelength = t2p->tiff_length * width_ratio; in t2p_compose_pdf_page()