K9998 Posted April 24, 2010 Posted April 24, 2010 Hi,I'm trying to split a Alpha-PNG with two bitmaps(.bmp). One is non-transparent bitmap(24Bit) and another is mask(8 Bit). How to make it happend in C# or VB.net? Quote
K9998 Posted April 24, 2010 Author Posted April 24, 2010 I have an idea below: for (int Xcount = 0; Xcount < Bit.Width; Xcount++) { for (int Ycount = 0; Ycount < Bit.Height; Ycount++) { //Do same decide } } But I don't know how to deal with translucence part. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.