Re: How to decode raw G3 data to plain txt file

2005-10-26 Thread Stephen York
Hi, If the previous comment is correct in regards to being a fax file format, then you have a compressed bi tonal image. CCITT Group 3 and 4 compression is used by the tiff image specification as an optional compression format. It's suited to fax transmissions as it's compression performance on bi

Re: How to decode raw G3 data to plain txt file

2005-10-26 Thread J.Peng
thanks for all advices.I'll try that. > On Wed, 26 Oct 2005, Jeff 'japhy' Pinyan wrote: > >> On Oct 26, J.Peng said: >> >> > It's the unix 'file' command show: >> > >> > file 1_zhangcha_01_1000v+40.mbox >> > 1_zhangcha_01_1000v+40.mbox: raw G3 data, byte-padded >> >> According to my /usr/share/mis

Re: How to decode raw G3 data to plain txt file

2005-10-26 Thread Chris Devers
On Wed, 26 Oct 2005, Jeff 'japhy' Pinyan wrote: > On Oct 26, J.Peng said: > > > It's the unix 'file' command show: > > > > file 1_zhangcha_01_1000v+40.mbox > > 1_zhangcha_01_1000v+40.mbox: raw G3 data, byte-padded > > According to my /usr/share/misc/file/magic file and Google, "raw G3 data" is

Re: How to decode raw G3 data to plain txt file

2005-10-26 Thread Jeff 'japhy' Pinyan
On Oct 26, J.Peng said: It's the unix 'file' command show: file 1_zhangcha_01_1000v+40.mbox 1_zhangcha_01_1000v+40.mbox: raw G3 data, byte-padded According to my /usr/share/misc/file/magic file and Google, "raw G3 data" is a raw fax transmission. As for parsing this format, I have absolutel

How to decode raw G3 data to plain txt file

2005-10-26 Thread J.Peng
Hi,list, I have a file which format is raw G3 data.I didn't see this file format before.I want to get some info from this file.How can I decode these contents to plain txt file with perl?Thanks. It's the unix 'file' command show: file 1_zhangcha_01_1000v+40.mbox 1_zhangcha_01_1000v+40.mbox: raw