mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
						commit
						30dd02cc1a
					
				| 
						 | 
					@ -147,7 +147,7 @@ Many of Pillow's features require external libraries:
 | 
				
			||||||
* **littlecms** provides color management
 | 
					* **littlecms** provides color management
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and
 | 
					  * Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and
 | 
				
			||||||
    above uses liblcms2. Tested with **1.19** and **2.7-2.13.1**.
 | 
					    above uses liblcms2. Tested with **1.19** and **2.7-2.14**.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* **libwebp** provides the WebP format.
 | 
					* **libwebp** provides the WebP format.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -293,9 +293,9 @@ deps = {
 | 
				
			||||||
        # "bins": [r"objs\{msbuild_arch}\Release\freetype.dll"],
 | 
					        # "bins": [r"objs\{msbuild_arch}\Release\freetype.dll"],
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "lcms2": {
 | 
					    "lcms2": {
 | 
				
			||||||
        "url": SF_PROJECTS + "/lcms/files/lcms/2.13/lcms2-2.13.1.tar.gz/download",
 | 
					        "url": SF_PROJECTS + "/lcms/files/lcms/2.13/lcms2-2.14.tar.gz/download",
 | 
				
			||||||
        "filename": "lcms2-2.13.1.tar.gz",
 | 
					        "filename": "lcms2-2.14.tar.gz",
 | 
				
			||||||
        "dir": "lcms2-2.13.1",
 | 
					        "dir": "lcms2-2.14",
 | 
				
			||||||
        "license": "COPYING",
 | 
					        "license": "COPYING",
 | 
				
			||||||
        "patch": {
 | 
					        "patch": {
 | 
				
			||||||
            r"Projects\VC2022\lcms2_static\lcms2_static.vcxproj": {
 | 
					            r"Projects\VC2022\lcms2_static\lcms2_static.vcxproj": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user