All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

NextPrevUpTopContentsIndex

image-loader

Function
Summary

Returns the image load function.

Package

graphics-ports

Signature

image-loader image-id &key image-translation-table => loader

Arguments

image-id

An image identifier.

image-translation-table

An image translation table.

Values

loader

An image load function.

Description

The function image-loader returns the image load function that would be called to load the image associated with image-id in image-translation-table . If the image-id is not registered with a load function, the default image load function is returned. The default value of image-translation-table is *default-image-translation-table*.

See also

register-image-load-function
register-image-translation


CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017

NextPrevUpTopContentsIndex