Changes

Jump to navigation Jump to search

image.copy

18 bytes added, 21:45, 24 May 2011
no edit summary
Line 3: Line 3:       −
The function returns a copy of the input image scaled to fit the specified pixel width and height.  
+
The function returns a copy of the input image scaled to fit the specified pixel width and height. <br />
The width and height default to the size of the input image.
+
The width and height default to the size of the input image.<br />
The routine raises an error if the new width or height are less than or equal to 0 or greater than 25000. This routine raises an error if there is insufficient memory to create the new image.
+
The routine raises an error if the new width or height are less than or equal to 0 or greater than 25000.<br />
 +
This routine raises an error if there is insufficient memory to create the new image.
     

Navigation menu