So in other words, you always have to have platform specific code to read/write the pixel data... there is no generic XRGB bitmap format, right?
Yes you need platform specific code to Enter the Raw Pixel data, to obtain RowSize, info if the bitmap is upside down (on Windows systems). Then you can use that info in a fairly platform independent way. And in the end you will need platform specific code again either to clean up or to properly return the image depending on platform.

Björn
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to