Hi All,
My problem is following:
I'm drawing images on Tk canvas and I want to dump the final image in a file (different from PS).
1) Is there any way to get the pixmap of Tk canvas?
in case if not
2) Is there any way to snapshot the image from Tk window different than the method of blt::winop? (it's not useful for me)
in case if not
3) Is the only way to draw all objects on a pixmap and dump it to file?
Please help me ASAP.
Thanks in advance!
--D
My problem is following:
I'm drawing images on Tk canvas and I want to dump the final image in a file (different from PS).
1) Is there any way to get the pixmap of Tk canvas?
in case if not
2) Is there any way to snapshot the image from Tk window different than the method of blt::winop? (it's not useful for me)
in case if not
3) Is the only way to draw all objects on a pixmap and dump it to file?
Please help me ASAP.
Thanks in advance!
--D