file_wmf_load_setargs << INDEX >> file_xbm_save

file_xbm_load (1998)

NAME
file_xbm_load - Load a file in X10 or X11 bitmap (XBM) file format
SYNOPSIS
image = file_xbm_load (run_mode,filename,raw_filename)
DESCRIPTION
Load a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images.
MENUPATH
<Load>/XBM
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
STRINGfilenameThe name of the file to load
STRINGraw_filenameThe name entered
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageOutput image
SOME SYNTAX ALTERNATIVES
image = file_xbm_load (filename,raw_filename)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/xbm
AUTHOR
Gordon Matzigkeit
(c)1998 Gordon Matzigkeit


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>