Next Prev Up Top Contents Index

make-general-image-set

Function
Syntax

make-general-image-set &key width height count id

Description

The make-general-image-set function creates an image set object that refers to an image or a file containing an image.

The id keyword is a pathname or string identifying an image file, or a symbol previously registered with gp:register-image-translation .

The width and height are the dimensions of a single sub-image within the main image, and count specifies the number of subimages in the image.

See also

image-set
make-resource-image-set


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index