Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] Problem with viewing TIFF file
Aleksander,
> What is the difference between IMAGING and ACDSEE in viewing
received
> fax***.tif files?
Imaging can't display G3/2D encoded TIFFs.
Please check using tiffinfo (or any other tool), if your faxes are
saved as G3/2D TIFF. You might try to add this line to
config.<device>:
RecvDataFormat: "1-D MR"
This won't work using some Class 2/2.0 modems, but works fine using
Class 1 modems (AFAIK). Don't forget to restart HylaFAX and
faxgetty!
You might add conversion to FaxDispatch script and convert all faxes
to G3/1D TIFFs after receiving:
/<Path to tiffcp>/tiffcp -i -c g3:1d -f lsb2msb -r 9999 "$FILE"
"$FILE.new"
/sbin/mv "$FILE.new" "$FILE"
Best Regards
Bodo
--
___________________________________________
Bodo Noering Consulting
Zur Alten Faehre 23 . D-45219 Essen
Phone +49-2054-971790 . Fax +49-2054-971791
bn@urania.com . http://www.urania.com
Highend Fax: HylaFAXR (www.hylafax.org)
and Cypheus (www.cypheus.de)
___________________________________________
____________________ 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@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*