From: Dave H. <da...@mi...> - 2000-02-21 06:04:20
|
Eric Wrote: > Why don't you check in the code you have so far and then we can all > take a look at it. Code doesn't need to be "bug-free" to get checked > in. If it compiles, runs, and produces output, that's good enough for > a commission. Have done so. pcl-unprint now supports TIFF compressed PCL files (i.e. all print-pcl printers higher than Deskjet 500), plus it now writes colour PNM files for all 2-level CMY and CMYK printers. So the only ones not supported yet are the Deskjet 800 series (4 level) and, of course, any newer HP printers that aren't supported by print-pcl! This version has a quick hack. If you compile normally, it will output a CMYK image normally. If you compile with -DOUTPUT_CMYK_ONLY_K it will only output the K, and similarly for -DOUTPUT_CMYK_ONLY_CMY. They will probably become debugging options later! For now, I just or'ed together the black and the CMY images. Dave PS If anyone knows anything about newer HP printers (ones that take the Photo cartridge), I am interested in hearing from them. I have started taking a passing interest in HP printers that come up in our local auction house (reading the book if there is one!). -- Dave Hill, Kempston, Bedford UK da...@mi... Sicth munce ago, I cutn't evun spel enjuneer, and now I are one! |