hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
104 stars 103 forks source link

Performance issue #29

Closed RAII-DEVELOPMENT closed 1 year ago

RAII-DEVELOPMENT commented 1 year ago

The package is so slow when it comes to adding filters or cropping the image.

When you click on crop or filters it takes 3 seconds minimum to push the page

moneebshammout commented 1 year ago

add a layer check if its one dont take a screen shot thats a massive performance increase also add overlay when waiting for any screen shot

hsbijarniya commented 1 year ago

thanks added.