Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy and save part of a picture
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00496599
Message ID:
00497316
Views:
9
>George,
>
>The bitmap array for 32-bit colour depth is a bunch of DWORDS (or RGBQUAD) where the high byte (alpha channel) is usually ignored.
>
>typedef struct {
>  BYTE   Blue;
>  BYTE   Green;
>  BYTE   Red;
>  BYTE   Alpha;
>};
>
Neil,

Would you take a look at MESSAGE#497313? Explains the problem better.

Thanks,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform