On Sat, Jan 31, 2009 at 3:36 AM, m. allan noah <kitno455 at gmail.com> wrote:
> The size of the color data is almost perfect. I wonder if the binary
> mode is actually something like 4 bit grayscale..

This is a coincidence.  Binary data contains three vertically
interlaced copies with vertical offset.  If you get every 3rd bit and
assemble it into image again, you will get scanned data (little more,
actually, as hardware line width in this particular case is 384 bits,
not 288).  Incidently, 384=3*128.

It seems that epkowa uses 2nd copy (counted from 1).

-- 
Ivan Boldyrev

Reply via email to