saving webp to jpg gives strange result #2659
-
I tried saving an webp image to jpg using this code:
and the result is quite strange, here is the result: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@omuleanu this looks like a bug in the webp decoder, my first guess is something is wrong with the alpha channel decoder. |
Beta Was this translation helpful? Give feedback.
-
@omuleanu This is not actually a bug, I was wrong on that: See Comment, Also: #2660 Use the following to make the background black:
Or save to a format which supports alpha channels. |
Beta Was this translation helpful? Give feedback.
@omuleanu This is not actually a bug, I was wrong on that: See Comment, Also: #2660
Use the following to make the background black:
Or save to a format which supports alpha channels.