Function
register-image-load-function image-id image-load-function
&key image-translation-table =>
An image identifier or a list of image identifiers
A function
An image translation table
register-image-load-function function registers one or more image-ids with an image-load-function in the image-translation-table. If image-load-function isnil it causes the default loader to be used in subsequent calls toload-image. The image-id argument can be a list of identifiers or a single identifier. The default value of image-translation-table is*default-image-translation-table*.