When the Image.IdentityAsync(Stream) return null value? #1685
Answered
by
dlemstra
ntruongvux
asked this question in
Q&A
-
When I use IdentityAsync to get image information but it always returns null. |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Jul 3, 2021
Replies: 2 comments 4 replies
-
You’ll need to provide a lot more information than that for anyone to be able to help in any way. At an absolute minimum a code sample and image. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You are getting null returned because that image is an unsupported format. The extension is |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are getting null returned because that image is an unsupported format. The extension is
.jpg
but it actually is a.webp
file that is currently not supported by this library.