clone-scaled-image

Name

clone-scaled-image -- Returns a copy of IMAGE scaled to have dimensions WIDTH by HEIGHT.

Synopsis

(clone-scaled-image image width height)

Description

Returns a copy of image scaled to have dimensions width by height. See also clone-resized-image from the background module.

Implementation Notes

Module: Built-in Primitive

Defined in src/image.c at line 683 (CVS log)