How to change one color to another? |
|
To change one color to another you need to make color(s) you want to change transparent, then specify background color and remove transparency.
Example*:
2jpeg.exe s="C:\Source Images\*.*" d="C:\out" -totranspm(255,0,0) -totranspm(0,0,255) -bcm(0,255,0) -notransp
In this example we changed red and blue color to green.
* This example works the same way with 2GIF, 2TIFF, 2Bitmap, 2TGA, 2PNG and 2WBMP.