gecsealexandru
Programmer
I am trying to make asimple image processing application and I want to be able to reducethe number of colors used. All that Ihave found is some code for changing the color depth.
I need a procedure:
ReduceColors(Image1.Picture.Bitmap, no_of_colors);
Does somebody know a procedure for this task?
10x
I need a procedure:
ReduceColors(Image1.Picture.Bitmap, no_of_colors);
Does somebody know a procedure for this task?
10x