FireScythe
New member
- Joined
- Jun 18, 2006
- Messages
- 4
Hi, Im currently making a program that opens a bitmap for viewing from a non-standard format. I have succeeded in getting the bitmap data and have opened it into a Bitmap object. Now I want to be able to select one (or a mix of ARGB) of the colour channels to display.
I have achieved this by cycling through all of the pixels using for statements and changing the pixels ARGB colour values one by one. But as was expected this takes alot of time with larger images.
Is there a quicker (much quicker) way of doing this?
I have achieved this by cycling through all of the pixels using for statements and changing the pixels ARGB colour values one by one. But as was expected this takes alot of time with larger images.
Is there a quicker (much quicker) way of doing this?