| 
				
				
					
						
					
				
				
				 | 
			
			 | 
			
			@ -1021,7 +1021,7 @@ RLAPI void ImageAlphaClear(Image *image, Color color, float threshold); | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageAlphaCrop(Image *image, float threshold);                                                // Crop image depending on alpha value | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageAlphaPremultiply(Image *image);                                                          // Premultiply alpha channel | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageCrop(Image *image, Rectangle crop);                                                      // Crop an image to a defined rectangle | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageResize(Image *image, int newWidth, int newHeight);                                       // Resize image (bilinear filtering) | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageResize(Image *image, int newWidth, int newHeight);                                       // Resize image (Bicubic scaling algorithm) | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageResizeNN(Image *image, int newWidth,int newHeight);                                      // Resize image (Nearest-Neighbor scaling algorithm) | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageResizeCanvas(Image *image, int newWidth, int newHeight, int offsetX, int offsetY, Color color);  // Resize canvas and fill with color | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			RLAPI void ImageMipmaps(Image *image);                                                                   // Generate all mipmap levels for a provided image | 
			
		
		
	
	
		
			
				| 
				
					
						
					
				
				
				
				 | 
			
			 | 
			
			
 |