How to remove transparency from file in .gif format? |
|
To remove transparency from file in .gif format you need to specify background color (white by default) and use "-notransp" option.
Example:
2gif.exe s="C:\Source Images\*.gif" d="C:\out" -bcm(0,255,0) -notransp