LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

image

Class
Summary

An abstract image object. An image can be drawn via draw-image .

Package

graphics-ports

Accessors

image-height
image-width

Description

The image class is the abstract image object class. An image can be drawn using draw-image .

image-height and image-width return the image size in pixels.

See also

convert-external-image
draw-image
load-image
make-image-from-port
make-sub-image
read-and-convert-external-image


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex