-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
PNG conversion does not preserve transparency #10
Comments
Yea it literally says it isn't supported right now Also the issue is already mentioned here: |
Do you know what would be need to support alpha? Is it a feature missing in this library or an issue with libaom-dev or a combination? |
Did a little digging and it seems like libaom doesn't support alpha: https://bugs.chromium.org/p/aomedia/issues/detail?id=2199&sort=-modified&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Modified&q=alpha&can=1 |
Any idea when will this be completed? It it useless to me until this is fixed. But once it is fixed it will be incredible! |
Got trapped in the transparency hole as well when implementing av1 in a image service I am writing |
Any progress? |
I have tested the encoder with a few png images with transparency but in every case the resulting image lacks of transparency. Is there anything I'm missing?
Here are the images:
![mario](https://user-images.githubusercontent.com/5391176/94168510-18886c80-fe64-11ea-87d2-5c1be9af0f58.png)
![artist](https://user-images.githubusercontent.com/5391176/94168527-1c1bf380-fe64-11ea-892f-b9d541adc156.png)
The text was updated successfully, but these errors were encountered: