In this example we will use simple color recalculation method to grayscale images. For each pixel on image we will calculate "average color" that we write back on image. Average color is sum of current color's red, green and blue channels integer value divided by three. This value is assigned to all three channels for current pixel.
|
5
proggs |
Wednesday, July 08, 2009 3:32:05 AM GMT
Tuesday, July 07, 2009 7:00:35 PM GMT
|





Комментариев нет, оставьте первый комментарий.