yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 116 forks source link

Extraction of paint layers #43

Open torphix opened 1 year ago

torphix commented 1 year ago

Hi thanks for the cool lib.

I was wondering if it is possible to return just the paint layer seperate from the image.. I have tried: original_img - painted_img however this doesn't seem to work (perhaps some postprocessing that changes resolution / pixels values subtely?)

Thanks

lively-bigyan commented 1 year ago

Right now we are taking kind of like a screenshot of the final output. The groundwork is laid now. We should be able to support the extraction soon.

velotzy commented 9 months ago

is this feature ready?