|  |  | @ -310,11 +310,10 @@ RECENT REVISION HISTORY: | 
			
		
	
		
		
			
				
					
					|  |  |  | //
 |  |  |  | //
 | 
			
		
	
		
		
			
				
					
					|  |  |  | // iPhone PNG support:
 |  |  |  | // iPhone PNG support:
 | 
			
		
	
		
		
			
				
					
					|  |  |  | //
 |  |  |  | //
 | 
			
		
	
		
		
			
				
					
					|  |  |  | // By default we convert iphone-formatted PNGs back to RGB, even though
 |  |  |  | // We optionally support converting iPhone-formatted PNGs (which store
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | // they are internally encoded differently. You can disable this conversion
 |  |  |  | // premultiplied BGRA) back to RGB, even though they're internally encoded
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | // by calling stbi_convert_iphone_png_to_rgb(0), in which case
 |  |  |  | // differently. To enable this conversion, call
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | // you will always just get the native iphone "format" through (which
 |  |  |  | // stbi_convert_iphone_png_to_rgb(1).
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | // is BGR stored in RGB).
 |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | //
 |  |  |  | //
 | 
			
		
	
		
		
			
				
					
					|  |  |  | // Call stbi_set_unpremultiply_on_load(1) as well to force a divide per
 |  |  |  | // Call stbi_set_unpremultiply_on_load(1) as well to force a divide per
 | 
			
		
	
		
		
			
				
					
					|  |  |  | // pixel to remove any premultiplied alpha *only* if the image file explicitly
 |  |  |  | // pixel to remove any premultiplied alpha *only* if the image file explicitly
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |