Hi )
I very angry, very very very angry!
Why in XnConvert AVIF named as with lossless method if I select 100% quality ?
I do make test , compress from BMP to AVIF image and decompressing AVIF to BMP image and both BMP file do not match difference if do compare files in Total Commander , why ? Why so ? What for need this false ?
AVIF and HEIF NOT LOSSLESS Format ?
Moderators: helmut, XnTriq, xnview, Dreamer
AVIF and HEIF NOT LOSSLESS Format ?
- Attachments
-
- original.zip
- (1.74 MiB) Downloaded 117 times
Re: AVIF and HEIF NOT LOSSLESS Format ?
This proves my post
- Attachments
-
- error.part8.rar
- (193.85 KiB) Downloaded 150 times
-
- error.part7.rar
- (2 MiB) Downloaded 163 times
-
- error.part6.rar
- (2 MiB) Downloaded 185 times
-
- error.part5.rar
- (2 MiB) Downloaded 149 times
-
- error.part4.rar
- (2 MiB) Downloaded 150 times
-
- error.part3.rar
- (2 MiB) Downloaded 176 times
-
- error.part2.rar
- (2 MiB) Downloaded 173 times
-
- error.part1.rar
- (2 MiB) Downloaded 174 times
Re: AVIF and HEIF NOT LOSSLESS Format ?
For avif if see syntax to lossless encoding It looks so :
avifenc -q 100 -l -s 0 original.png lossless.avif
or
avifenc -l -s 0 original.png toosamelossless.avif
if use syntax as :
avifenc -q 100 -s 0 original.png nolossless.avif
file will be lossy
In examples use (L not I)
from https://github.com/AOMediaCodec/libavif/releases
avifenc -q 100 -l -s 0 original.png lossless.avif
or
avifenc -l -s 0 original.png toosamelossless.avif
if use syntax as :
avifenc -q 100 -s 0 original.png nolossless.avif
file will be lossy
In examples use (L not I)
from https://github.com/AOMediaCodec/libavif/releases
Last edited by Xn User on Mon Dec 09, 2024 8:35 pm, edited 2 times in total.
Re: AVIF and HEIF NOT LOSSLESS Format ?
In HIEF also lossy , but I not known syntax for lossless compression in HEIF )
Re: AVIF and HEIF NOT LOSSLESS Format ?
This problem is supposed to be fixed in XnView MP 1.8.4. Please check and confirm the bug fix here.
Pierre.
Re: AVIF and HEIF NOT LOSSLESS Format ?
This problem fiexd , thank you )