Hi 4tH-ers!
We had the possibility to create raster graphics (as PPM or BMP) and the possibility to create vector graphics (SVG). I've just added a new category to the latter, being Postscript.
No, you don't have to learn a new language. You can use the very same commands and only have to change the libraries you have to include -- and change SVGopen into PSopen (and of course: SVGclose to PSclose).
Also, you can now use polygons in raster graphics, again, using the same commands you know from vector graphics (apart from filling them, of course).
Yes, the size of this effort may be a bit misleading (less than 10K code), but it meant a whole LOT of work to get it just right.
Code in SVN.
Hans Bezemer