You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only final image is cached if you use processor.
It means that if you use resizing or other image modifications it will be downloaded few times or you will not see the image if you use another processor and open screen in offline mode
It will be great if you can add option to store original image in cache and use it if needed
Algorithm should be like:
Get final image from cache, return image if exist
If failed
Get original image from cache, apply processor and store image in cache, return final image if exist
if failed
Load image, store original image in cache, apply processor, store final image in cache return image
The text was updated successfully, but these errors were encountered:
Only final image is cached if you use processor.
It means that if you use resizing or other image modifications it will be downloaded few times or you will not see the image if you use another processor and open screen in offline mode
It will be great if you can add option to store original image in cache and use it if needed
Algorithm should be like:
If failed
if failed
The text was updated successfully, but these errors were encountered: