From: Andy T. <th...@ph...> - 2000-02-23 13:31:44
|
Just committed some changes to unprint.c: * Added parse_canon() with calls to page_update() * Added rle_decode() since canon rather knows the compressed buffer size than the uncompressed * Added switching from parse_escp2() to parse_canon() via environment variable UNPRINT: "UNPRINT=canon ./unprint" will use parse_canon() The output produced from canon-printfiles looks extremely poor - there are some weird artefacts. Eric, could you please have a look at it? Maybe I've got something terribly wrong? Andy. |