All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

make-scaled-image-set Function

Summary

Creates an image set by scaling the images of another image set on Microsoft Windows.

Package

capi

Signature

make-scaled-image-set &key image-count width height base-image-set => image-set

Arguments
image-count
An integer.
width
An integer.
height
An integer.
base-image-set
An image-set object.
Values
image-set
An image-set object.
Description

The function make-scaled-image-set constructs an image set that provides scaled images based on an existing image set object base-image-set.

width and height are the dimensions of a single sub-image within the main image. That is, the sub-images in base-image-set are scaled to this size to produce the sub-images of image-set.

image-count specifies the number of sub-images in the image. It is unspecified what happens if image-count is different from the image count in base-image-set.

Notes

make-scaled-image-set is only available in LispWorks for Windows.

See also

image-set
make-general-image-set
5.10.4 image-list, image-set and image-locator


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57