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
Considering image sizes varying from 4MB+, the conversion of image to bitmap and then fetching resolution takes a lot of time and causes bad UX in the application.
The text was updated successfully, but these errors were encountered:
@eXist-FraGGer
In my case, I edited my backend code. When uploading the image to the server, I calculated the dimensions then and there and saved it after I could find a good enough solution to the problem.
Sorry if this was not the answer you were hoping for.
For Android Only.
The library works great for small image sizes.
Considering image sizes varying from 4MB+, the conversion of image to bitmap and then fetching resolution takes a lot of time and causes bad UX in the application.
The text was updated successfully, but these errors were encountered: