home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.dcom.fax
- Path: sparky!uunet!sarto!jhpb
- From: jhpb@sarto.budd-lake.nj.us (Joseph H. Buehler)
- Subject: Re: Needed: Fax2gif
- In-Reply-To: cmbecker@casbah.acns.nwu.edu's message of Thu, 27 Aug 1992 22:19:28 GMT
- Message-ID: <JHPB.92Aug29015716@sarto.budd-lake.nj.us>
- Sender: jhpb@sarto.budd-lake.nj.us (Joseph H Buehler)
- Organization: none
- References: <1992Aug27.221928.792@news.acns.nwu.edu>
- Date: Sat, 29 Aug 1992 06:57:16 GMT
- Lines: 18
-
- In article <1992Aug27.221928.792@news.acns.nwu.edu> cmbecker@casbah.acns.nwu.edu (Canton Becker) writes:
-
- I'm having a terrible time trying to get received faxes from the
- Trufax package to print or display... Does anyone know how I can
- convert raw fax files to gif format? (I need to look at these on
- a Sun, if there are any other ideas.)
-
- If by "raw fax" you mean G3 data, get the pbmplus package from the net
- and use the following shell script, modified to your taste:
-
- #
- # convert g3 fax to gif that I can look at
- #
-
- g3topbm -reversebits $1 |
- pnmscale -xsize 700 |
- pgmtoppm rgbi:1/1/1 |
- ppmtogif
-