> You may need to specify the size of image in 'add' call.
> So change 
>   theim = canvas.root().add('image',x=10,y=20,image=im._im)
> to 
>   theim = canvas.root().add('image',
>       width=im.rgb_width, height=im.rgb_height, x=10,y=20,image=im._im)


Yes, That was it !!! 

I knew it was something dumb on my part.  Thanks for your help.

With the patches I added to gdkimlibmodule and your help in pointing out
my nearsightedness I can now see my Numeric arrays using the Gnome Canvas.  

This is much better than Tkinter.

Thank you

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to