cavif icon indicating copy to clipboard operation
cavif copied to clipboard

jpeg Support?

Open phpsyscoder opened this issue 4 years ago • 2 comments

Hi There is there jpeg Support for the Input image?

phpsyscoder avatar Aug 21 '21 17:08 phpsyscoder

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.

rootwork avatar Oct 19 '21 20:10 rootwork

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 avatar Dec 02 '21 23:12 ledyba-z