Ticket #40 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

Accuracy problem with Canon ImageRunner plotters

Reported by: jerome Owned by: jerome
Priority: major Milestone: 1.27 final
Component: pkpgcounter Version: development
Keywords: imagerunner, canon, pcl, pcl3/4/5 Cc:

Description

Some files produced with Canon ImageRunner? plotters are incorrectly accounted for.
This is due to a missing test for the <ESC>$b???W sequence in the PCL3/4/5 parser, which causes ImageRunner? code sections to not be skipped correctly. Problem and test files reported by Kocky Kockzn.

Attachments

testprint.tar.bz2 (49.5 kB) - added by jerome 15 years ago.
Sample test files for 1, 2, 3, 4 and 5 pages.

Change History

Changed 15 years ago by jerome

Sample test files for 1, 2, 3, 4 and 5 pages.

Changed 15 years ago by jerome

  • status changed from new to closed
  • resolution set to fixed

(In [3495]) Now correctly handles the <ESC>$b???W sequences.
IMPORTANT : a post-parsing adjustment was done for ImageRunner?
documents, which incremented the page count. This adjustment **might**
have been needed because of this bug. A new adjustment is now done for
ImageRunner? files, which decrements the page count instead. Seems to
work on the set of test files. Fixes #40.

Note: See TracTickets for help on using tickets.