Makes a certain color in an image transparent
Overview | Screenshots | Description | Download | Changelog
|
1.0.1 |
|
![]() |
|
2008 |
|
![]() |
| Running transconv | The original files | The original files and the newly created transparent files |
Sometimes you want a certain color in an image to be transparent, that is, invisible. For example game developers need translucent regions in their images so that the things below are not hidden by an ugly rectangle. transconv (transparency converter) makes the color, which appears in the upper left corner of the image, translucent and converts the image into the png format which supports transparency. This means, transconv saves time and doesn't forget to replace single pixels, which a human could easily miss, when doing the same task with an image editing tool.
How to use transconv
In order to enable developers to automate color replacement, it was designed as a command line tool. Below you find a short description on how to parameterize transconv.
java -jar transconv.jar source_image(s)
java -jar C:\coolapp\transconv.jar C:\pictures\*.bmp
This program requires the Java Runtime Environment (JRE) in version 6 or higher!
Download transconv
|
First public release: Version 1.0.1 |