Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 176bb3d1a6719ba5482f3bab617219879b554a4c
Author: Ian Baker <ibaker@google.com>
Date: Wed Nov 23 16:56:01 2022
Fix ExifInterface's reading of alpha from WebP VP8L chunks
Test: ExifInterfaceTest
Bug: 255405635
Change-Id: I900651d2b4189b04a4c09288ce6f9e6049a9591c
M exifinterface/exifinterface/src/androidTest/java/androidx/exifinterface/media/ExifInterfaceTest.java
A exifinterface/exifinterface/src/androidTest/res/raw/webp_lossless_alpha_without_exif.webp
M exifinterface/exifinterface/src/main/java/androidx/exifinterface/media/ExifInterface.java
https://android-review.googlesource.com/2315100
Branch: androidx-main
commit 176bb3d1a6719ba5482f3bab617219879b554a4c
Author: Ian Baker <ibaker@google.com>
Date: Wed Nov 23 16:56:01 2022
Fix ExifInterface's reading of alpha from WebP VP8L chunks
Test: ExifInterfaceTest
Bug: 255405635
Change-Id: I900651d2b4189b04a4c09288ce6f9e6049a9591c
M exifinterface/exifinterface/src/androidTest/java/androidx/exifinterface/media/ExifInterfaceTest.java
A exifinterface/exifinterface/src/androidTest/res/raw/webp_lossless_alpha_without_exif.webp
M exifinterface/exifinterface/src/main/java/androidx/exifinterface/media/ExifInterface.java
ib...@google.com <ib...@google.com> #3
Thanks for reporting - should be fixed now by the commit above.
pr...@google.com <pr...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.exifinterface:exifinterface:1.3.6
na...@google.com <na...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.exifinterface:exifinterface:1.4.0-alpha01
Description
Component used: androidx.exifinterface:exifinterface
Version used: 1.3.5
The code below seems to be wrong. (It is extracted from bits of width.) saveWebpAttributes() @ line 6610
It seems correct to modify it like this: