Did ImageRequest provide any load options like thumbNail()? #1087
shawnlinboy
started this conversation in
Ideas
Replies: 1 comment
-
OK, after I looked into all params of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a request to load a local media image into AppWidget. Sometimes the Appwidget's size is not that big, so we don't need to load a full size image to it. Now I'm using
coil.request.ImageRequest.Builder#size(int, int)
option to resize the image, but I'm stil expecting that Coil should provide with athumbNail
API and implement it in a more effecient way.Beta Was this translation helpful? Give feedback.
All reactions