grayscale_filter is a package to apply grayscale filters to images with customizable intensity.

Installation

Use pub.dev to install grayscale_filter.

pub get grayscale_filter

Usage

dart pub run grayscale_filter --input .example/test.jpeg --output .example/test2.jpeg --amount 0.5

Supported options are 'input', 'output', 'amount', 'mask', 'maskChannel'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Libraries