bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

GrayScale and Threshold function #6

Open officer47p opened 5 years ago

officer47p commented 5 years ago

Hey guys, and author of this package.

I was wondering that if there is a library for turning an image to grayscale and doing a threshold operation in flutter? I asked this question on Reddit and they suggested to use this package(bitmap) but I can't see any threshold function in the docs. or maybe I couldn't find it. Can you guys help me out? Thank you all in advance.

renancaraujo commented 5 years ago

Thanks for your interest. Currently, there is no implementation of a threshold transformation, but you can help this lib grow, contributions are welcome. I've added a card on our project to address that.