Hello,
I'm trying to use avifenc to create thumbnails from "out-of-camera" jpg files, these may be 6000x4000 in size and are high quality.
Since avifenc cannot resize images, I first have to create a thumbnail in the correct size and a supported format (e.g. jpg or png) and then reencode this with avifenc to have a valid avif file.
Example:
Lets say I would like to create a thumbnail of 235px in size. Now I have 2 possibilities:
- Resize the original
jpg to 235px jpg and then avifenc
- Resize the original
jpg to 235px png (lossless) and then avifenc
While the lossless process file has better quality in the end, it is also significantly larger (which is logical), the whole process seems to be suboptimal.
So my questions:
- Why does
avifenc does not support resize to save one encoding step?
- What is the officially recommended process for creating
avif thumbnails of larger images at the moment (jpg, lossless png or something else)?
- Would this be a good feature to have?
Thank you.
sandreas
Hello,
I'm trying to use
avifencto create thumbnails from "out-of-camera" jpg files, these may be 6000x4000 in size and are high quality.Since
avifenccannot resize images, I first have to create a thumbnail in the correct size and a supported format (e.g. jpg or png) and then reencode this withavifencto have a validaviffile.Example:
Lets say I would like to create a thumbnail of 235px in size. Now I have 2 possibilities:
jpgto 235pxjpgand thenavifencjpgto 235pxpng(lossless) and thenavifencWhile the lossless process file has better quality in the end, it is also significantly larger (which is logical), the whole process seems to be suboptimal.
So my questions:
avifencdoes not support resize to save one encoding step?avifthumbnails of larger images at the moment (jpg, lossless png or something else)?Thank you.
sandreas