Makes a new, empty, image object.
The function make-image
makes a new blank, editable image object associated with
port
and of the given
width
and
height
.
On Windows and Cocoa, if alpha is true, then the image will have an alpha channel.
The initial pixels in image are undefined. image is editable, that is, it is suitable for use with the Image Access API. To set the pixels, see make-image-access.
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017