file_psd_load << INDEX >> file_sgi_load

file_psp_load (1999)

NAME
file_psp_load - loads images from the Paint Shop Pro PSP file format
SYNOPSIS
image = file_psp_load (run_mode,filename,raw_filename)
DESCRIPTION
This plug-in loads and saves images in Paint Shop Pro's native PSP format. Vector layers aren't handled. Saving isn't yet implemented.
MENUPATH
<Load>/PSP
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
STRINGfilenameThe name of the file to load
STRINGraw_filenameThe name of the file to load
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageOutput image
SOME SYNTAX ALTERNATIVES
image = file_psp_load (filename,raw_filename)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/psp
AUTHOR
Tor Lillqvist
(c)1999 Tor Lillqvist


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