root / pkpgcounter / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @471 [471] 17 years jerome Another fix for Canon ImageRunner? printers... I hope this is the good …
(edit) @470 [470] 17 years jerome Upgraded copyright message.
(edit) @468 [468] 17 years jerome Well, this time it is…
(edit) @467 [467] 17 years jerome v3.00 is out.
(edit) @466 [466] 17 years jerome Added script to generate Debian packages.
(edit) @465 [465] 17 years jerome Remove unnecessary files.
(edit) @464 [464] 17 years jerome Updated NEWS file.
(edit) @463 [463] 17 years jerome Licensing terms changed to GNU GPL v3.0 or higher. Removed old PCL3/4/5 …
(edit) @462 [462] 17 years jerome Not ready yet.
(edit) @461 [461] 17 years jerome Fixed a problem when handling Canon ImageRunner? documents.
(edit) @459 [459] 17 years jerome Fixed problem with Python 2.5
(edit) @458 [458] 17 years jerome Added Debian packaging stuff.
(edit) @456 [456] 17 years jerome Fixed handling of number of copies as defined through PJL statements.
(edit) @455 [455] 17 years jerome Fixed PJL reference's file name.
(edit) @454 [454] 17 years jerome Added some notes and debugging information
(edit) @452 [452] 17 years jerome v2.16 is out with a fix for some line based PCL3/4/5 drivers.
(edit) @450 [450] 17 years jerome Now uses Python's universal newline detection to read input files, and …
(edit) @449 [449] 17 years jerome Uses True/False vs 1/0
(edit) @448 [448] 17 years jerome Improved detection of number of copies.
(edit) @447 [447] 17 years jerome Ensures some clever "student" can't generate '%%Pages:' comment and fool …
(edit) @445 [445] 17 years jerome v2.14 is out.
(edit) @444 [444] 17 years jerome Fixed a problem with PostScript? parser and some printer drivers.
(edit) @443 [443] 17 years jerome Changed copyright years.
(edit) @442 [442] 17 years jerome Severely optimized color detection code in GC colorspace with absolutely …
(edit) @440 [440] 17 years jerome Updated manual page.
(edit) @439 [439] 17 years jerome Now recognizes the GC pseudo colorspace to differentiate between grayscale …
(edit) @437 [437] 17 years jerome Fixed a problem in the PostScript? parser with some versions (or …
(edit) @435 [435] 17 years jerome New release.
(edit) @434 [434] 17 years jerome Code de-uglyfication.
(edit) @433 [433] 17 years jerome Now gives more information in case of failure.
(edit) @432 [432] 17 years jerome Improved error detection.
(edit) @431 [431] 17 years jerome Use the same converter command lines for all PCL parsers.
(edit) @430 [430] 17 years jerome Forces the resolution at the first conversion command in the pipe.
(edit) @429 [429] 17 years jerome Ensure no data remains in the pipe.
(edit) @428 [428] 17 years jerome Improved ink accounting by allowing several commands to be launch to …
(edit) @427 [427] 17 years jerome Ensures the temporary file is removed in all cases.
(edit) @426 [426] 17 years jerome Uses pswrite instead of pdfwrite to workaround some missing glyphs …
(edit) @425 [425] 17 years jerome Ensure to close the child's stdin in all cases.
(edit) @424 [424] 18 years jerome Fixed some docstrings.
(edit) @422 [422] 18 years jerome Fixed a problem with multiple FormFeed? characters per line.
(edit) @419 [419] 18 years jerome Updated manual page.
(edit) @418 [418] 18 years jerome Added plain text parser with support for both page counting and ink …
(edit) @417 [417] 18 years jerome Fixed a problem in the skipping of Kyocera Prescribe commands.
(edit) @416 [416] 18 years jerome Removed badly placed comments.
(edit) @415 [415] 18 years jerome Moved the test() function elsewhere, so that it is present only once in …
(edit) @414 [414] 18 years jerome Make the plain text parser automatically fail when the file doesn't seem …
(edit) @413 [413] 18 years jerome Re-ordered parsers.
(edit) @412 [412] 18 years jerome Added a plain text parser. BEWARE with this !
(edit) @411 [411] 18 years jerome Improved robustness
(edit) @410 [410] 18 years jerome Integrated the SPL1 parser.
(edit) @409 [409] 18 years jerome First attempt at a work SPL1 parser.
(edit) @408 [408] 18 years jerome Added initial parser for SPL1.
(edit) @406 [406] 18 years jerome pkpgcounter v2.00 is out.
(edit) @405 [405] 18 years jerome Improved the color testsuite : it now includes the expected results.
(edit) @404 [404] 18 years jerome More complete doc.
(edit) @403 [403] 18 years jerome Renamed the new PCL3/4/5 parser in order to activate it.
(edit) @402 [402] 18 years jerome Renamed the actual PCL3/4/5 parser to deactivate it but keep it available …
(edit) @401 [401] 18 years jerome Doesn't increment the page count if the parser is inside an HPGL2 block.
(edit) @400 [400] 18 years jerome Re-added the handling of the PJL stuff. Probably needs to be moved inline …
(edit) @399 [399] 18 years jerome Added untested code for Canon ImageRunner? printer drivers.
(edit) @398 [398] 18 years jerome Improved parser a bit more.
(edit) @397 [397] 18 years jerome Fixed a problem with the ESC% sequence.
(edit) @396 [396] 18 years jerome Much improved parser, now skips HPGL2.
(edit) @395 [395] 18 years jerome Improved the new pcl345 parser. It correctly parses the testsuite, but …
(edit) @394 [394] 18 years jerome Improved logging.
(edit) @393 [393] 18 years jerome Code cleanup.
(edit) @392 [392] 18 years jerome Finally began to rewrite the PCL3/4/5 parser. Don't use it yet !
(edit) @391 [391] 18 years jerome Gives redit to Franck, for lack of a more complete name…
(edit) @390 [390] 18 years jerome Version
(edit) @389 [389] 18 years jerome Added the detection of number of copies in code generated by some …
(edit) @387 [387] 18 years jerome Code cleanups.
(edit) @386 [386] 18 years jerome Added support for Samsung QPDL (aka SPL2) language, thanks to the …
(edit) @385 [385] 18 years jerome Fixed error message.
(edit) @384 [384] 18 years jerome Now uses the maximum between the value computed natively and the …
(edit) @383 [383] 18 years jerome Cleaner output for color components.
(edit) @382 [382] 18 years jerome Now includes the test for colors.
(edit) @381 [381] 18 years jerome Added svn:keywords property.
(edit) @380 [380] 18 years jerome Added program to generate test document for ink coverage. Added the test …
(edit) @378 [378] 18 years jerome v1.84 is out.
(edit) @377 [377] 18 years jerome Don't output the number of pages anymore in ink coverage mode, the number …
(edit) @376 [376] 18 years jerome Output is now easier to read.
(edit) @375 [375] 18 years jerome The computation of ink coverage now works for both the PCL3/4/5 and PCLXL …
(edit) @374 [374] 18 years jerome Improved the documentation.
(edit) @373 [373] 18 years jerome The computation of ink coverage now works for the DVI file format.
(edit) @372 [372] 18 years jerome Now uses the standard mechanism for the TIFF conversion, even if none has …
(edit) @371 [371] 18 years jerome Refactored some duplicate code.
(edit) @370 [370] 18 years jerome Ensures the size is initialized even in case an exception occurs.
(edit) @369 [369] 18 years jerome Now the --help command line option explains how to use the computation of …
(edit) @368 [368] 18 years jerome Now exposes the possibility to compute ink coverage. Gives credit where …
(edit) @367 [367] 18 years jerome Changed the default resolution to 72 dpi when rendering to TIFF to compute …
(edit) @366 [366] 18 years jerome Fixed a typo.
(edit) @365 [365] 18 years jerome Added PRELIMINARY support for ink coverage with the TIFF format. IMPORTANT …
(edit) @364 [364] 18 years jerome Added support for the computation of ink coverage for the PDF format.
(edit) @363 [363] 18 years jerome Initial support for the computation of ink coverage for PostScript? input …
(edit) @362 [362] 18 years jerome Added template for TIFF conversion method.
(edit) @361 [361] 18 years jerome Better comment.
(edit) @360 [360] 18 years jerome Added a module documentation string.
(edit) @359 [359] 18 years jerome Explicitely catches the OSError exception instead of catching all of them …
(edit) @358 [358] 18 years jerome Ensures that the resolution argument is comprised between 72 and 1200 dpi.
(edit) @357 [357] 18 years jerome Added missing docstrings, thanks to pylint.
Note: See TracRevisionLog for help on using the revision log.