Releases: VerisimilitudeX/quickfilters
Introducing Updated Documentation
Introducing 3 New Converters
What's Changed
- Updated Color to Grayscale converter
- Added Grayscale to Color converter
- Added Color to Inverted converter
- Added Inverted to Color converter
- Update README.md to reflect these changes
Full Changelog: v1.0.0...v2.0.0
Installation Instructions
To use this software, you first need download and extract the ImageConversionTools_.jar_
or ImageConversionTools_.zip_
file. There, you can run the conversion software you wish to use. Then, you can select your image(s) and click the Open
button from the DirectoryResource popup. The software will automatically perform the task and save it to the same directory as the original image.
Introducing Color to Grayscale Converter
Usage
This software turns color photos into grayscale ones. Only gray color information is left in the output image after it removes all color channel information. You only see a black and white image as a result. There are several methods for removing color from an image, so you can select the conversion algorithm or enter your own constant weights to specify how much grayscale to extract from each color channel.
Installation Instructions
To use this software, you first need download and extract the Color-to-Grayscale-Converter.jar
file. There, you can remove the comment from the conversion algorithm you wish to use (or use the default ITU-R BT.709 algorithm). Then, you can select your image(s) and click the Open button from the DirectoryResource popup. The software will automatically convert the image to grayscale and save it to the same directory as the original image.
Full Changelog: https://github.com/Verisimilitude11/Color-to-Grayscale-Converter/commits/v1.0.0