Gee, that was easy. :-) Making it sane: 1. use PostScript 2, allowing RGB instead of CYMK 2. use binary data 3. don't use RLE or deflate compression
There is a bit more to be done, so that the image is scaled and rotated right. At least if you know the page size, this is just some simple math. It would be really nice to have the PostScript code examine the printer and then, based on what it finds, do the appropriate scaling and rotation. See the imgtops-1.0 program for where I got the ideas, but I must warn you: it is written in Python. _______________________________________________ Tuxpaint-dev mailing list [email protected] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
