flutter_css_filter icon indicating copy to clipboard operation
flutter_css_filter copied to clipboard

Ability to save on the device the picture with the filter

Open JulienSanfilippo opened this issue 1 year ago • 1 comments

Hello, thank you for your amazing plug in.

Can you expand it to allow the saving of the picture with the filter applied to it ?

i tried to do it, but i failed to find a solution.

best reguards

JulienSanfilippo avatar Mar 29 '23 09:03 JulienSanfilippo

I am rendering the widget first which takes time and then save this widget as image data. However this approach is not ideal. This is slow and resource intensive with variable image quality. Can the package authors provide a way to get image data from disk, call a filter function which provides the pixel data with filter baked in? This would be very helpful.

SpirikleOfficial avatar Jul 19 '23 09:07 SpirikleOfficial