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
It would be nice to include the resize options with the image capture. Ideally I would like to share the same resize options between the camera and the gallery selector.
[Background]
I was running into an issue when viewing captured images in a lazy grid. The scroll effect was pretty choppy because it was rendering the full size images.
I found a workaround to the scroll issue, using Coil v3's AsyncImage to handle the caching and display of the image. Much smoother now.
I did realize though, that when I upload these images to a server, especially in a low bandwidth area, I would like to pre-compress the images, but I haven't found a good utility for that yet (hence this issue). I have a max size for an image for the server, so it would be nice to just set the global resize option for both sources of images.
The text was updated successfully, but these errors were encountered:
It would be nice to include the resize options with the image capture. Ideally I would like to share the same resize options between the camera and the gallery selector.
[Background]
I was running into an issue when viewing captured images in a lazy grid. The scroll effect was pretty choppy because it was rendering the full size images.
I found a workaround to the scroll issue, using Coil v3's AsyncImage to handle the caching and display of the image. Much smoother now.
I did realize though, that when I upload these images to a server, especially in a low bandwidth area, I would like to pre-compress the images, but I haven't found a good utility for that yet (hence this issue). I have a max size for an image for the server, so it would be nice to just set the global resize option for both sources of images.
The text was updated successfully, but these errors were encountered: