Async image saving
Posted: Fri Mar 28, 2025 2:37 am
I know it maybe a large architectural change but saving images blocks the UI, which is not as per current behavioral norms. Like if I am working with PNGs any small changes to the image takes 3-5 seconds and within this time I can't do anything.
Perhaps these images get into a queue and a progress bar appears at the bottom. Till it completes those images are not available but I get to work on other images through the UI.
Perhaps these images get into a queue and a progress bar appears at the bottom. Till it completes those images are not available but I get to work on other images through the UI.