P
platinumhimani
-> How to convert any image(8,16,24,32 or 64-bit) to 8-bit grayscale
-> i have tried to convert a 24-bit image to grayscale using setpixel
and getpixel functions, in vb.net
but i am unable to save that image in grayscale format.How do i do
that.It still saves in true color format.
-> i used picturebox1.image.save() method
-> i tried to convert an 8-bit image into grayscale but was unable to
do it.
-> i have tried to convert a 24-bit image to grayscale using setpixel
and getpixel functions, in vb.net
but i am unable to save that image in grayscale format.How do i do
that.It still saves in true color format.
-> i used picturebox1.image.save() method
-> i tried to convert an 8-bit image into grayscale but was unable to
do it.