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, xnview, Dreamer
AVIF and HEIF NOT LOSSLESS Format ?
- Attachments
 - 
			
		
		
				
- original.zip
 - (1.74 MiB) Downloaded 229 times
 
 
Re: AVIF and HEIF NOT LOSSLESS Format ?
This proves my post
			
							- Attachments
 - 
			
		
		
				
- error.part8.rar
 - (193.85 KiB) Downloaded 274 times
 
 - 
			
		
		
				
- error.part7.rar
 - (2 MiB) Downloaded 260 times
 
 - 
			
		
		
				
- error.part6.rar
 - (2 MiB) Downloaded 307 times
 
 - 
			
		
		
				
- error.part5.rar
 - (2 MiB) Downloaded 256 times
 
 - 
			
		
		
				
- error.part4.rar
 - (2 MiB) Downloaded 259 times
 
 - 
			
		
		
				
- error.part3.rar
 - (2 MiB) Downloaded 288 times
 
 - 
			
		
		
				
- error.part2.rar
 - (2 MiB) Downloaded 276 times
 
 - 
			
		
		
				
- error.part1.rar
 - (2 MiB) Downloaded 293 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 )