mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Split versionadded info (#9190)
This commit is contained in:
		
						commit
						8f685e1235
					
				| 
						 | 
				
			
			@ -20,7 +20,9 @@ or the clipboard to a PIL image memory.
 | 
			
		|||
    used as a fallback if they are installed. To disable this behaviour, pass
 | 
			
		||||
    ``xdisplay=""`` instead.
 | 
			
		||||
 | 
			
		||||
    .. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
 | 
			
		||||
    .. versionadded:: 1.1.3 Windows support
 | 
			
		||||
    .. versionadded:: 3.0.0 macOS support
 | 
			
		||||
    .. versionadded:: 7.1.0 Linux support
 | 
			
		||||
 | 
			
		||||
    :param bbox: What region to copy. Default is the entire screen.
 | 
			
		||||
                 On macOS, this is not increased to 2x for Retina screens, so the full
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +55,9 @@ or the clipboard to a PIL image memory.
 | 
			
		|||
 | 
			
		||||
    On Linux, ``wl-paste`` or ``xclip`` is required.
 | 
			
		||||
 | 
			
		||||
    .. versionadded:: 1.1.4 (Windows), 3.3.0 (macOS), 9.4.0 (Linux)
 | 
			
		||||
    .. versionadded:: 1.1.4 Windows support
 | 
			
		||||
    .. versionadded:: 3.3.0 macOS support
 | 
			
		||||
    .. versionadded:: 9.4.0 Linux support
 | 
			
		||||
 | 
			
		||||
    :return: On Windows, an image, a list of filenames,
 | 
			
		||||
             or None if the clipboard does not contain image data or filenames.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user