[Tutor] problem with canvas.postscript()

Asrarahmed Kadri ajkadri at googlemail.com
Mon Jan 22 21:14:31 CET 2007


Hi folks,

I am trying to save a tkinter canvas using canvas.postscript() method...

The thing works fine when the canvas size is small; but it gets cut (from
the top and left side) when the size increases..
Here is the code:

c.postscript(file=filename,height = canvas_height,width =
canvas_width,colormode='color',pagex=200,pagey=250)

The image also gets printed very low on the page in the postscript file..??

Can anybody help me to fix the problem..?

Thanks in anticipation.

Best Regards,
Asrarahmed
-- 
To HIM you shall return.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070122/f7560e48/attachment.htm 


More information about the Tutor mailing list