mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			212 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			212 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __QUANT_PNGQUANT_H__
 | 
						|
#define __QUANT_PNGQUANT_H__
 | 
						|
 | 
						|
#include "QuantTypes.h"
 | 
						|
 | 
						|
int quantize_pngquant(Pixel *,
 | 
						|
    int,
 | 
						|
    int,
 | 
						|
    uint32_t,
 | 
						|
    Pixel **,
 | 
						|
    uint32_t *,
 | 
						|
    uint32_t **,
 | 
						|
    int);
 | 
						|
 | 
						|
#endif
 |