Re: advice: writing a printer driver
From: Grant Taylor (gtaylor+colhard_ieeec112503_at_picante.com)
Date: 11/25/03
- Next message: Grant Taylor: "Re: Printer recommendations?"
- Previous message: Clifton T. Sharp Jr.: "Re: Printer recommendations?"
- In reply to: Julia Goolia: "advice: writing a printer driver"
- Next in thread: Peter D.: "Re: advice: writing a printer driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Nov 2003 13:39:54 -0500
juliagoolia301@hotmail.com (Julia Goolia) writes:
> i would like your advice on writing a printer driver for linux for a
> very specialized vector graphics printer i am building. does anyone
> have any info regarding postscript driver source code? i would like
> to be able to suppose eps or svg. is it feasible to alter the
> postscript or svg driver source to do what i want on my device?
The Ghostscript internal driver API can theoretically support vector
devices. If you want PostScript support, that's probably what you
would do. SVG should be generally transformable into PostScript.
Alternatively, you could do it the other way: make a program to take
svg and drive your printer, then make an SVG-output Ghostscript
driver. This has the side benefit of providing a facility somebody
else might use in the future, although it's perhaps less "integrated".
In practice, there are very few drivers like this out there; most
printers are bitmap devices, or are treated as such for programming
simplicity.
-- Grant Taylor - gtaylor<at>picante.com - http://www.picante.com/~gtaylor/ Linux Printing Website and HOWTO: http://www.linuxprinting.org/
- Next message: Grant Taylor: "Re: Printer recommendations?"
- Previous message: Clifton T. Sharp Jr.: "Re: Printer recommendations?"
- In reply to: Julia Goolia: "advice: writing a printer driver"
- Next in thread: Peter D.: "Re: advice: writing a printer driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|