mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			238 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __QUANT_OCTREE_H__
 | 
						|
#define __QUANT_OCTREE_H__
 | 
						|
 | 
						|
#include "QuantTypes.h"
 | 
						|
 | 
						|
int quantize_octree(Pixel *,
 | 
						|
          uint32_t,
 | 
						|
          uint32_t,
 | 
						|
          Pixel **,
 | 
						|
          uint32_t *,
 | 
						|
          uint32_t **,
 | 
						|
          int);
 | 
						|
 | 
						|
#endif
 |