Hey John,
On Thu, 2010-09-09 at 12:57 -0400, John Culleton wrote:
I assume the barcode function was borrowed from another OS project. Can someone point me to that project?
The code was translated from Perl to python for Inkscape. my own project which in essence was a ground up rewrite based very loosely on the GD barcode code.
In any case, can someone name the source code files that implement bar codes on Inkscape 0.48? I have an inquiry on another list looking for a subprogram that can be integrated in a larger app. SVG output is desired.
The modularisation and organisation of the code mean you should be able to use them outside of Inkscape with no problem what so ever. They generate an svg group node which you could just print to stdout if you like.
Best Regards, Martin Owens