Logan wrote: "You could just MemCmp() the whole entire pixel data, but there is no guarantee that there aren't unused bytes (or at least bits) between rows that might be filled with random garbage. (In other words, rowbytes doesn't necessarily equal 2 * bitmapwidth for all 16-bit bitmaps, and it certainly doesn't equal bitmapwidth / 2 for all 4-bit bitmaps, especially if bitmapwidth is an odd number!)"
I had a problem with bitmaps format storage . How can I know the line length if is it not constant ? There is any kind of compression used in bitmap storage ? Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
