smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 131 forks source link

Adding a filter for black&white(Grayscale) #262

Open anushbhatia opened 3 years ago

anushbhatia commented 3 years ago

Requested feature from a user to create a Grayscale image and keep that filter to be easy to use.

Reference to the article is attached below https://medium.com/@samarth_agarwal/turn-images-to-grayscale-in-flutter-the-colorfiltered-widget-16de44cf8045

pratishthaa commented 3 years ago

Can I be assigned with this?

smaranjitghose commented 3 years ago

Assigned for 3 days

Atharv-Joshi commented 2 years ago

I would like to work on this if its still pending

anushbhatia commented 2 years ago

Go ahead @Atharv-Joshi

Atharv-Joshi commented 2 years ago

Screenshot_1637841841 image

can you please tell me what is the name of the filter screen? I cannot find it

anushbhatia commented 2 years ago

image_view check that cause we have merged screens to make it more efficient. Also, there's a plugin used for that photofilters which is present in that I think. Want to move the black and white filters ahead so that anyone could select the important ones only and remove the unused filters present there.

https://pub.dev/packages/photofilters Feel free to replace this code in case u want with custom filter code here

Atharv-Joshi commented 2 years ago

thanks ! will check it out