Skip to content

Releases: VerisimilitudeX/quickfilters

Introducing Updated Documentation

24 Aug 20:29
6528bd8
Compare
Choose a tag to compare

What's Changed

  • Added diagrams to README by @Verisimilitude11 in #3
  • [ImgBot] Optimize images by @imgbot in #4

New Contributors

  • @imgbot made their first contribution in #4

Full Changelog: v2.0.0...v2.0.1

Introducing 3 New Converters

15 Aug 23:53
Compare
Choose a tag to compare

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

15 Aug 17:04
Compare
Choose a tag to compare

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