mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			77 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| 11.3.0
 | |
| ------
 | |
| 
 | |
| Security
 | |
| ========
 | |
| 
 | |
| TODO
 | |
| ^^^^
 | |
| 
 | |
| TODO
 | |
| 
 | |
| :cve:`YYYY-XXXXX`: TODO
 | |
| ^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| TODO
 | |
| 
 | |
| Backwards incompatible changes
 | |
| ==============================
 | |
| 
 | |
| TODO
 | |
| ^^^^
 | |
| 
 | |
| Deprecations
 | |
| ============
 | |
| 
 | |
| TODO
 | |
| ^^^^
 | |
| 
 | |
| TODO
 | |
| 
 | |
| API changes
 | |
| ===========
 | |
| 
 | |
| TODO
 | |
| ^^^^
 | |
| 
 | |
| TODO
 | |
| 
 | |
| API additions
 | |
| =============
 | |
| 
 | |
| TODO
 | |
| ^^^^
 | |
| 
 | |
| TODO
 | |
| 
 | |
| Other changes
 | |
| =============
 | |
| 
 | |
| Added QOI saving
 | |
| ^^^^^^^^^^^^^^^^
 | |
| 
 | |
| Support has been added for saving QOI images. ``colorspace`` can be used to specify the
 | |
| colorspace as sRGB with linear alpha, e.g. ``im.save("out.qoi", colorspace="sRGB")``.
 | |
| By default, all channels will be linear.
 | |
| 
 | |
| Support using more screenshot utilities with ImageGrab on Linux
 | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| :py:meth:`~PIL.ImageGrab.grab` is now able to use GNOME Screenshot, grim or Spectacle
 | |
| on Linux in order to take a snapshot of the screen.
 | |
| 
 | |
| Do not build against libavif < 1
 | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| Pillow only supports libavif 1.0.0 or later. In order to prevent errors when building
 | |
| from source, if a user happens to have an earlier libavif on their system, Pillow will
 | |
| now ignore it.
 | |
| 
 | |
| Python 3.14 beta
 | |
| ^^^^^^^^^^^^^^^^
 | |
| 
 | |
| To help other projects prepare for Python 3.14, wheels are now built for the
 | |
| 3.14 beta as a preview. This is not official support for Python 3.14, but rather
 | |
| an opportunity for you to test how Pillow works with the beta and report any
 | |
| problems.
 |