mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	
						commit
						b25e8f7769
					
				| 
						 | 
					@ -126,7 +126,7 @@ apply(PyObject *self, PyObject* args)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Match a morphologic LUT to a binary image and return a list
 | 
					/* Match a morphologic LUT to a binary image and return a list
 | 
				
			||||||
   of the coordinates of all all matching pixels.
 | 
					   of the coordinates of all matching pixels.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Expected parameters:
 | 
					   Expected parameters:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,8 +13,8 @@
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Check the versions from mux.h and demux.h, to ensure the WebPAnimEncoder and
 | 
					 * Check the versions from mux.h and demux.h, to ensure the WebPAnimEncoder and
 | 
				
			||||||
 * WebPAnimDecoder APIs are present (initial support was added in 0.5.0). The
 | 
					 * WebPAnimDecoder APIs are present (initial support was added in 0.5.0). The
 | 
				
			||||||
 * very early versions added had some significant differences, so we require
 | 
					 * very early versions had some significant differences, so we require later
 | 
				
			||||||
 * later versions, before enabling animation support.
 | 
					 * versions, before enabling animation support.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#if WEBP_MUX_ABI_VERSION >= 0x0104 && WEBP_DEMUX_ABI_VERSION >= 0x0105
 | 
					#if WEBP_MUX_ABI_VERSION >= 0x0104 && WEBP_DEMUX_ABI_VERSION >= 0x0105
 | 
				
			||||||
#define HAVE_WEBPANIM
 | 
					#define HAVE_WEBPANIM
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user