WebPPictureRescale: add a note about 0 width/height
(cherry picked from commit 0f773693bf)
Change-Id: I3890bb3fd32a148d7dd24c714546160c6c59d4ea
			
			
This commit is contained in:
		@@ -419,7 +419,9 @@ WEBP_EXTERN(int) WebPPictureView(const WebPPicture* src,
 | 
				
			|||||||
WEBP_EXTERN(int) WebPPictureIsView(const WebPPicture* picture);
 | 
					WEBP_EXTERN(int) WebPPictureIsView(const WebPPicture* picture);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Rescale a picture to new dimension width x height.
 | 
					// Rescale a picture to new dimension width x height.
 | 
				
			||||||
// Now gamma correction is applied.
 | 
					// If either 'width' or 'height' (but not both) is 0 the corresponding
 | 
				
			||||||
 | 
					// dimension will be calculated preserving the aspect ratio.
 | 
				
			||||||
 | 
					// No gamma correction is applied.
 | 
				
			||||||
// Returns false in case of error (invalid parameter or insufficient memory).
 | 
					// Returns false in case of error (invalid parameter or insufficient memory).
 | 
				
			||||||
WEBP_EXTERN(int) WebPPictureRescale(WebPPicture* pic, int width, int height);
 | 
					WEBP_EXTERN(int) WebPPictureRescale(WebPPicture* pic, int width, int height);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user