Replies: 2 comments 3 replies
-
I have solved it, there are two ways, the first one uses a custom decoder and the other is a custom fetcher. |
Beta Was this translation helpful? Give feedback.
3 replies
-
还有一种是添加Interceptor,拦截数据然后进行转换,再返回 |
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
-
Is it possible to load an image with Content-Type "application/octet-stream”, cause the backend sends a file with this type, Glide can load this content type, but no luck with Coil.
Have an error "
java.lang.IllegalStateException: BitmapFactory returned a null bitmap. Often this means BitmapFactory could not decode the image data read from the input source (e.g. network, disk, or memory) as it's not encoded as a valid image format."
Beta Was this translation helpful? Give feedback.
All reactions