HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Fax image conversion scaling issue
ben@xxxxxxxxxxxxx wrote:
I'm using imagemagick to convert the TIFF images to JPG. The program
works fine, but when the fax is transmitted in "normal" resolution the
aspect ratio appears off.
Maybe use libtiff+Ghostscript to convert TIFF->JPEG to see if there is a
difference.
tiff2ps $TIFFFILE | gs -sDEVICE=jpeg -dJPEGQ=50 -dEPSFitPage -dSAFER
-dNOPAUSE -dDOINTERPOLATE -g579x722 -sOutputFile=$outputfile.jpg -
That only gets you the first page... of course (due to the tiff2ps not
using "-a").
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*