Name
make-image -- Loads an image from the file NAME.
Synopsis
(make-image name)
Description
Loads an image from the file name.
To load the image, the appropriate image loaders will be invoked as
needed. If name starts with "/", "./" or "../", it is treated as a
fully qualified pathname; otherwise, the image path is searched for an
appropriate file.
Implementation Notes
Module: Built-in Primitive
Defined in src/image.c
at line 565 (CVS log)