How to make colors transparent?

fCoder Home - Image Converters - 2TIFF

To make one or several colors transparent use "-totranspm(R,G,B)" option.

Example:

2tiff.exe s="C:\Source Images\*.*" d="C:\out" -totranspm(255,0,0) -cd32

We made red areas transparent.

Example:

2tiff.exe s="C:\Source Images\*.*" d="C:\out" -totranspm(255,0,0) -totranspm(0,0,255) -cd32

We made red and blue areas transparent.