Skip to content
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

WebP lossless + alpha read support #629

Closed
haraldk opened this issue Sep 20, 2021 · 0 comments · Fixed by #696
Closed

WebP lossless + alpha read support #629

haraldk opened this issue Sep 20, 2021 · 0 comments · Fixed by #696

Comments

@haraldk
Copy link
Owner

haraldk commented Sep 20, 2021

The current WebP plugin only supports decoding of lossy WebP, not the lossless encoding. This also means it does not support alpha, as alpha is always stored lossless in WebP.

Support for decoding lossless alpha would be very desirable.

haraldk added a commit that referenced this issue Oct 15, 2021
gotson pushed a commit to gotson/TwelveMonkeys that referenced this issue Oct 27, 2021
gotson pushed a commit to gotson/TwelveMonkeys that referenced this issue Oct 27, 2021
haraldk added a commit that referenced this issue Dec 11, 2021
haraldk added a commit that referenced this issue Dec 11, 2021
(cherry picked from commit 16d0af3)
gotson pushed a commit to gotson/TwelveMonkeys that referenced this issue Jan 4, 2022
gotson pushed a commit to gotson/TwelveMonkeys that referenced this issue Jan 4, 2022
haraldk added a commit that referenced this issue Jan 5, 2022
…lly (#633)

* remove oss-parent

* add github workflow

* use java 16 for now

* disable fail fast

* add java 15

* use only java 8 and 11 for now

* snapshot deploy

* snapshot deploy

* oracle jdk

* oracle jdk

* oracle jdk

* kcms matrix

* kcms job name

* only deploy for snapshots

* try not operator

* prepare PR

* restore groupId

* Fixed Travis link + bonus project summary updates

* Readme improvements

* #629: Preliminary WebP animation (ANIM/ANMF) support

* #629: Fixed build

* Make tests pass on JDK 16 and 17 (#635)

* make tests pass on JDK 16 and 17
replace deprecated mockito-all by mockito-core, and updated to latest 3.x
replace deprecated org.mockito.Matchers

* code cleanup from IDE suggestions

* add oracle jdk 16 and 17 to Travis

* test on java 17

* try to fix warning about maven-source-plugin

Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
haraldk pushed a commit that referenced this issue Feb 21, 2022
…lly (#633)

* remove oss-parent

* add github workflow

* use java 16 for now

* disable fail fast

* add java 15

* use only java 8 and 11 for now

* snapshot deploy

* snapshot deploy

* oracle jdk

* oracle jdk

* oracle jdk

* kcms matrix

* kcms job name

* only deploy for snapshots

* try not operator

* prepare PR

* restore groupId

* Fixed Travis link + bonus project summary updates

* Readme improvements

* #629: Preliminary WebP animation (ANIM/ANMF) support

* #629: Fixed build

* Make tests pass on JDK 16 and 17 (#635)

* make tests pass on JDK 16 and 17
replace deprecated mockito-all by mockito-core, and updated to latest 3.x
replace deprecated org.mockito.Matchers

* code cleanup from IDE suggestions

* add oracle jdk 16 and 17 to Travis

* test on java 17

* try to fix warning about maven-source-plugin

Co-authored-by: Harald Kuhr <harald.kuhr@gmail.com>
(cherry picked from commit 191b237)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant