Download image size #874
-
I'd like to download an image of it's original size if it's smaller than my target size or the target size if the image's original size is larger. My target is not an ImageView. How can do that? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
colinrtwhite
Sep 2, 2021
Replies: 1 comment 1 reply
-
You can do this by setting |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gemiren
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this by setting
size(width, height)
andprecision(Precision.INEXACT)
when building your image request.