mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Add TIFF compression codecs: LZMA, Zstd, WebP
This commit is contained in:
		
							parent
							
								
									b97f9c4fcf
								
							
						
					
					
						commit
						c0f4382af2
					
				| 
						 | 
				
			
			@ -133,6 +133,9 @@ COMPRESSION_INFO = {
 | 
			
		|||
    32946: "tiff_deflate",
 | 
			
		||||
    34676: "tiff_sgilog",
 | 
			
		||||
    34677: "tiff_sgilog24",
 | 
			
		||||
    34925: "lzma",
 | 
			
		||||
    50000: "zstd",
 | 
			
		||||
    50001: "webp",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
COMPRESSION_INFO_REV = {v: k for k, v in COMPRESSION_INFO.items()}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user