Change values of pixels
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do i change the value of pixels? I saw this guide (http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters11.aspx[^]). Is unsafe code the only way to modify the value of pixels? Since Im only working on grayscale images (8 bit depth), is it possible to "color" in the pixels instead of changing the value numerically?
-
How do i change the value of pixels? I saw this guide (http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters11.aspx[^]). Is unsafe code the only way to modify the value of pixels? Since Im only working on grayscale images (8 bit depth), is it possible to "color" in the pixels instead of changing the value numerically?