From: Robert L K. <rl...@al...> - 2000-03-01 23:56:29
|
------- Start of forwarded message ------- Date: Tue, 29 Feb 2000 22:02:22 +0000 (GMT) From: Alex Butcher <al...@co...> To: rl...@al... Subject: PATCH:Preliminary BJC4400Photo support for gimp-print Hi Robert - This small patch appears to work for the BJC4400Photo. I haven't tested it thoroughly (only BJ-21e CMYK cartridge, default settings, Plain Paper) but it seems to work. I have no idea whether /any/ of the settings are correct. The only print I've done seems quite dark and grainy, but I'm sure it's all tweakable stuff. The patch is against 3.1.0: - --- print-canon.c.orig Tue Feb 29 21:26:25 2000 +++ print-canon.c Tue Feb 29 21:46:09 2000 @@ -262,6 +262,14 @@ CANON_SLOT_ASF1, CANON_CAP_CMD61 | CANON_CAP_DMT }, + { /* Canon BJC 4400 */ + 4400, + 684, 1008, /* 9.5" x 14" */ + 720, 360, + CANON_INK_K | CANON_INK_CMYK | CANON_INK_CcMmYK, + CANON_SLOT_ASF1, + CANON_CAP_CMD61 | CANON_CAP_DMT + }, { /* Canon BJC 6100 */ 6100, 11*72, 17*72, +++ print-util.c Tue Feb 29 21:49:35 2000 @@ -1331,6 +1331,8 @@ canon_parameters, default_media_size, canon_imageable_area, canon_print }, { "CANON BJC 3000", "bjc-3000", 1, 3000, 1.0, 0.8, canon_parameters, default_media_size, canon_imageable_area, canon_print }, + { "CANON BJC 4400Photo", "bjc-4400", 1, 4400, 1.0, 0.8, + canon_parameters, default_media_size, canon_imageable_area, canon_print }, { "CANON BJC 6000", "bjc-6000", 1, 6000, 1.0, 0.8, canon_parameters, default_media_size, canon_imageable_area, canon_print }, { "CANON BJC 6100", "bjc-6100", 1, 6100, 1.0, 0.8, I hope this is of some use. Best Regards, Alex. - -- Alex Butcher Using Linux since '95 - because windows are too easy to break. Berkshire, UK URLBLAST:slashdot.org:www.freshmeat.net:www.deja.com:lwn.net: PGP:0x33489FD3 www.tomshardware.com:www.stardiv.de:www.gimp.org:www.google.com ------- End of forwarded message ------- |