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

jpeg Support? #151

Open
phpsyscoder opened this issue Aug 21, 2021 · 2 comments
Open

jpeg Support? #151

phpsyscoder opened this issue Aug 21, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@phpsyscoder
Copy link

phpsyscoder commented Aug 21, 2021

Hi There
is there jpeg Support for the Input image?

@rootwork
Copy link

I'd also like to see this. Since https://github.com/AOMediaCodec/libavif supports encoding from JPEG, I'm not sure why this implementation of it wouldn't also support them.

@ledyba-z
Copy link
Contributor

ledyba-z commented Dec 2, 2021

To support JPEG, we also have to working with JPEG specification, such as progressive JPEG, EXIF, XMP, and so on.
We would like to work on supporting libaom's latest features and API to achieve better image quality, rather than supporting other image format.

While libavif is a 'easy to use' library, cavif aims to be 'difficult to use, but it let us generate better quality AVIF image' program. Note that cavif does not use libavif, which hides the libaom's API.

However, any pull request to support JPEG is always welcome!

@ledyba-z ledyba-z added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants