Features  /  Image Editing  / 

Selective Color Change

Selective color change is a wonderful digital retouching tool for your images that allows altering only one specific color while keeping the rest of them unchanged. With reaConverter's latest version, you can easily use a color picker to select the original and the replacement color. For example, you can choose to change picture background from one color to another.

reaConverter allows you to control the intensity of the change, by offering a handy scroll bar to adjust Tolerance. All the changes you operate on your image can be checked in real time by ticking the Preview box.

Install reaConverter

Open Images

Open one or more images you intend to edit. Select them one by one, add entire folders or use the drag-and-drop tool.

Selective Color Change

Go to the Edit images tab, click Add action → Creative retouching → Selective color change.

In this new window you will be able to pick the color you intend to change and the one you intend to use as replacement. Adjust the intensity of the change using the Tolerance scroll bar.

Save the Result

Go to the Saving options tab and decide on a location for your newly retouched files. Save them in a local folder or in your Google Drive, Box.net, Dropbox or SkyDrive cloud.

Before starting the editing process, you can also pick a new extension for your images. reaConverter supports conversion in and from over 40 image extensions. Select the one you prefer by simply pressing the desired button from the lower part of the screen.

Finally, click Start and your newly edited images will soon be ready!

Video tutorial

Try Free Trial Version

You are welcome to contact our technical support when you have any questions about reaConverter.

Share

Command-line Interface

Advanced users can change selected color using command-line interface in manual or automated mode. reaConverter Pro edition provides a command-line tool called cons_rcp.exe

Replacing one color to another via command-line:

cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -color_replace o_rgb(255,0,0) r_rgb(0,255,0) t20

Manual:

-color_replace (replaces colors of pixels)

Optional parameters:
  1. Original color (Syntax: o_rgb(66,137,212), o_hex(4289d4))
  2. Replacement color (Syntax: r_rgb(66,137,212), r_hex(4289d4))
  3. Tolerance for the colors coincidence (Syntax: t10, integer from 0 to 100)

Example:
  -color_replace o_rgb(255,0,0) r_rgb(0,255,0) t20

Command-line color replacement tool is an advanced feature meant for professional use, and is available in Pro edition only.

Download reaConverter Pro with CLI