On Wed, Sep 25, 2002, Laurens M. Fridael wrote: > I know the maximum image is 60000 bytes. However, does this number apply to > the raw, uncompressed image data, or can the image data still be compressed > using RLE, Scanline, or PackBits encoding?
The PalmOS function that creates the offscreen window requires the width and height as input arguments, i.e. it doesn't help whether the image is compressed or not (width * height * depth will not change). /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
