i think that how i can Compression image to 9 colors. for exampel when i have in image 90 color , how i can to make it just in 9 color , i whant a method how i can make it in c#
it will by like when i have RGB in image
1.1 pixal in RGB (240.5.6) it will by red (255.0.0);
1.2 pixal in RGB (253.6.8) and this will by red (255.0.0)
take a look at the Bitmap Class in System.Drawing.
it has many properties and methods to reduce the size and quality of either a jpeg or bitmap, you can probably get away without changing colors, there are quality mode presets you can use to greatly reduce the size / quality.
help,,,how i can quantization image to 9 color in c#?pleassssssssssssss
Jeremy Lawrence
thaaaaaaaaaaank you man
i will look than . and pleas if you have some code same it send mi , or gif a link here ,sorry but i'm beginners in C# and GDI+.
Andy089
thank you
i think that how i can Compression image to 9 colors. for exampel when i have in image 90 color , how i can to make it just in 9 color , i whant a method how i can make it in c#
it will by like when i have RGB in image
1.1 pixal in RGB (240.5.6) it will by red (255.0.0);
1.2 pixal in RGB (253.6.8) and this will by red (255.0.0)
a ted .
i need it to make data basa
Spuddo
SiteGeek
ChrisMentioned
take a look at the Bitmap Class in System.Drawing.
it has many properties and methods to reduce the size and quality of either a jpeg or bitmap, you can probably get away without changing colors, there are quality mode presets you can use to greatly reduce the size / quality.
hth,
mcm
David Eccleston
what on earth does "quantization" mean