converting to different pixel formats.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do I change the pixel format of any input image to any other pixel format for eg convert to grayscale , true color RGB , paletted(8bpp) , grayscale with alpha , true color with alpha(RGA32). Any C#.Net solution for the above? Regards, Shailesh H :)
-
How do I change the pixel format of any input image to any other pixel format for eg convert to grayscale , true color RGB , paletted(8bpp) , grayscale with alpha , true color with alpha(RGA32). Any C#.Net solution for the above? Regards, Shailesh H :)
I suggest you read the following articles: Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters[^] Image Processing using C#[^]