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
Sometimes when the selected image is heavy the preview image in ShareActivity, the one that appears in the background of the title and descriptions screen, fails to load. This mostly happens when the camera operates at maximum resolution. If the resolution of the image is a couple of notches lower it loads just fine.
Observed
Expected (This was achieved by clicking the same photo at a lower resolution using open camera)
Solution: I think most of this can be solved by using downsampling and resizing functions of fresco given here . I also came across #889 which intents to replace fresco with glide.
I'd like to work on this if the community feels it's a good idea.
Cheers!
The text was updated successfully, but these errors were encountered:
@nicolas-raoul My bad, it's same as #1004. But I strongly feel about downsampling and resizing because my screen resolution is 720x1280 and the maximum resolution of my camera is 3280x2160. Knowing this I should be able to resize the image without any loss in quality of the displayed picture, right? Or am I getting this wrong somewhere?
Also should I move this conversation to #1004 ?
Sometimes when the selected image is heavy the preview image in ShareActivity, the one that appears in the background of the title and descriptions screen, fails to load. This mostly happens when the camera operates at maximum resolution. If the resolution of the image is a couple of notches lower it loads just fine.
Observed
Expected (This was achieved by clicking the same photo at a lower resolution using open camera)
Device and Android version:
Xiaomi Redmi 4A, Android 6.0.1, MIUI 8.5.7.0
Solution: I think most of this can be solved by using downsampling and resizing functions of fresco given here . I also came across #889 which intents to replace fresco with glide.
I'd like to work on this if the community feels it's a good idea.
Cheers!
The text was updated successfully, but these errors were encountered: