-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with loading the AVIF image #118
Comments
Ok, I think the issue is caused by the fact that
|
We could disable sub-sampling if telephoto/zoomable-image/core/src/main/kotlin/me/saket/telephoto/zoomable/ZoomableImage.kt Lines 207 to 211 in 29f9b5a
When a callback to |
Providing empty I was getting crash because I was testing on debug build where Do you think it is still beneficial to provide falback for |
Lol that is a funny side-effect of the fact that |
Context
I've encountered an issue loading the AVIF image using the telephoto library. Interestingly, the same image loads correctly when using
AsyncImage
from the coil.After comparing events generated by
EventListener
from coil and telephoto I've noticed that telephoto only reachesresolveSizeStart
event. I suspect that the issue is related to resolving the image size. Further debugging revealed thatcanvasSize
is never emitted b/cfilter
condition is alwaysfalse
but I have no clue why this is happening 🤔3.0.4
0.14.0
Example
The text was updated successfully, but these errors were encountered: