mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	added RN for the new exact option.
This commit is contained in:
		
							parent
							
								
									becdd31eec
								
							
						
					
					
						commit
						55a75b9a69
					
				|  | @ -37,6 +37,13 @@ support a ``start`` argument. This tuple of horizontal and vertical offset | |||
| will be used internally by :py:meth:`.ImageDraw.text` to more accurately place | ||||
| text at the ``xy`` coordinates. | ||||
| 
 | ||||
| Added the ``exact`` encoding option for WebP | ||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||
| 
 | ||||
| The ``exact`` encoding option for WebP is now supported. The WebP encoder | ||||
| removes the hidden RGB values for better compression by default. By setting  | ||||
| this option to ``True``, the encoder will keep the hidden RGB values. | ||||
| 
 | ||||
| Security | ||||
| ======== | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user