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
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, non-interactive
STRING
filename
The name of the file to load
STRING
raw_filename
The name entered
RETURN VALUES
TYPE
NAME
DESCRIPTION
IMAGE
image
Output 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>