Francois.Bitz@SAM.CS.CMU.EDU (07/23/89)
I have used XPutImage for a long time without worrying about the maximum size of image as was specified in a previous post reply. In fact most of the time I write images of about 200-500 kbyte even though the limit given to me by the server is around 64kbytes (sun3). Does this mean that I might encouter error on other servers (i.e I will have to break the image into samller chunks) or rather that Xlib takes care of 'breaking' up my large image into smaller pieces. This is not very documented (is it at all) in the X documentation. thanks