-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
AVIF Image Rendering Issues: Blue Tint and Thin Strokes #5141
Comments
@vigneshvg, could this be an issue with the decoder Glide uses to decode AVIFs? What do you think? |
Thanks for the report and the files. I will take a look. |
I am able to reproduce both the issues (blue tint and thin stroke) in Glide That PR is not in a Glide Release yet (I have filed an issue for that separately: #5142). In the meantime, you can explicitly update your Replace:
With:
Hope that helps. |
Thank you so much for the quick resolution, @vigneshvg. I really appreciate it. |
Glide Version: 4.14.2
Integration libraries: avif-integration
Device/Android Version: Samsung Galaxy M52 / Android 13
Issue details:
Both issues do not occur when rendered on Chrome on the same device. Could this be an issue with the decoder (libavif_android.so) that Glide internally uses to decode AVIF formats?
The demo project can be found here.
Blue Tint - branch: issue/blue-tint
Thin Strokes - branch: issue/thin-strokes
Screenshots:
The text was updated successfully, but these errors were encountered: