| Pixopedia_24 Tutorial | Colors Manipulation | |||
| Index page | ||||
| Previous page |
Colors Manipulation performs exchange of red, green and blue channels of particular image. There are also functions to perform thresholding, color casting and color reduction. Color reduction uses neural network color quantizer, for fast and accurate color reduction. |
|||
| Next page | ||||
![]()
|
Green-Blue action swaps values of Green and Blue channels.
Blue-Red
Max RG
action replaces both Red and Green channel values with maximum value of those two channels. Max GB is the same as above, except that now Green and Blue channel values are replaced by maximum value of those two channels. Max BR is the same as above, except that now Blue and Red channel values are replaced by maximum value of those two channels.
Max RGB
action actually converts color image to grayscale image by replacing all channel values with value that is
maximum of those three channels. Min RG is similar to Max RG, except that Red and Green channel values are replaced this time by minimum value of those two channels. Min GB action replaces Green and Blue channel values by minimum value of those two channels. Min BR action replaces Blue and Red channel values by minimum value of those two channels.
Min RGB
action actually converts color image to grayscale image by replacing all channel values with value that is
minimum of those three channels.
MinMax
action swaps channel values between MinVal channel and
MaxVal channel. Circular action circularly exchanges channel values on pixel. That is : R->B, B->G, G->R; Applying this action three times you will again return to original image. |
Background action replaces all pixels with background color. Without color restriction, this action is actually simple drawing. Using color restriction where RGB = FOREGROUND color (+/- Epsilon) replaces foreground color with background. Cast colors replaces all colors in the range (background color, foreground color) with cast color, chosen from color selection dialog. Thresholds replaces all colors lower or equal to background color with this color. All colors higher then foreground color are replaced with this color. Reduction action reduces colors number to number specified in edit field on the bottom of this panel. This action plays very important role in web graphics, to ensure fast image loading. This action can be applied only to whole image.
Applying Colors Manipulation
|
||