mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Merge pull request #6682 from radarhere/releasenotes
This commit is contained in:
		
						commit
						b6e0b668b9
					
				| 
						 | 
					@ -43,7 +43,7 @@ Within the BLP image format, BLP1 data may use JPEG compression. Instead of
 | 
				
			||||||
telling the JPEG library that this data is in BGRX mode, Pillow will now
 | 
					telling the JPEG library that this data is in BGRX mode, Pillow will now
 | 
				
			||||||
decode the data in its natural CMYK mode, then convert it to RGB and rearrange
 | 
					decode the data in its natural CMYK mode, then convert it to RGB and rearrange
 | 
				
			||||||
the channels afterwards. Trying to load the data in an incorrect mode could
 | 
					the channels afterwards. Trying to load the data in an incorrect mode could
 | 
				
			||||||
result in a segmentation fault.
 | 
					result in a segmentation fault. This issue was introduced in Pillow 9.1.0.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Other Changes
 | 
					Other Changes
 | 
				
			||||||
=============
 | 
					=============
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user