Hello Yes, you can use the above code to convert your image to 24bpp or 32bpp format (as you already know, Image.Clone does not produce this functionality, as it was expected). With 24bpp image you can use most of image processing filters.
XeoN-Kc wrote:
I was observing this message board and found out the following code:
Yes, there is. Use LockBits. But, you will get troubles if you have color indexed image (like GIF). As you can see from my first article, I am using 24bpp format for color images, 8bpp indexed for grayscale images. Both formats I am processing using LockBits. And in the case of grayscale image it's rather obvious to implement brightness filter (the same logic as for 24bpp).
XeoN-Kc wrote:
...Many thanks to Andy Kirillov
Oh, what is it ? :~ Who changed my name ? :mad: With best regards, Andrew Kirillov, MCP x 3 Prize winner, August 2005