react-native-image-size icon indicating copy to clipboard operation
react-native-image-size copied to clipboard

Alternate to big image files

Open divyaswormakai opened this issue 2 years ago • 2 comments

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.

divyaswormakai avatar Mar 25 '22 11:03 divyaswormakai

@divyaswormakai Hey man, would be great if you share the results of your work, how did you solve your issue and maybe you have an implementation...

eXist-FraGGer avatar Sep 20 '23 16:09 eXist-FraGGer

@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.

divyaswormakai avatar Sep 20 '23 16:09 divyaswormakai