FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
Object described on page has changed in 8.0. Moderate update since 8.0 release.

load-pixmap

Arguments: pathname &key name pixmap-to-return (icon-index 0) make-unique-name

Reads a pixmap from any device-independent bitmap file. These are typically .bmp files. You can also load .ico (icon) files on Windows, or X bitmap files on GTK. The arguments are:

This function returns the loaded pixmap.

See also save-pixmap (which creates .bmp files) and load-lisp-pixmap (which loads a Lisp file which will recreate a pixmap).


Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. The object described on this page has been modified in the 8.0 release; see the Release Notes.
Created 2007.4.30.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.0
Object described on page has changed in 8.0. Moderate update since 8.0 release.