wx.Clipboard issue with large bitmaps?

Not in wx, but there is certainly a limit to the size of the clipboard
in OS X. There's supposed to be a preferences item to change the limit.

···

On Mon, 17 Dec 2007 15:32:16 -0800 (PST), lexy-lou@doyenne.com wrote:

i have a problem where a program i have written with a wxpython based
GUI displays bitmaps of png images that represent user input. the
bitmaps display fine, but when i try to copy the larger ones (i.e.
ones whose associated png file is larger, they are all scaled to the
same size for display) onto the clipboard, whatever is put on the
clipboard is not recognized as an image by other programs (image
manipulation, ms word, etc.). my clipboarding is successful for images
of size 850 x 650, not so successful for images of size 2200 x 1800.

is there a limit with the size of bitmaps and the clipboard in wx?

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.