file_avi_load << INDEX >> file_bmp_load

file_avi_save (1999-11-08)

NAME
file_avi_save - save image as uncompressed avi
SYNOPSIS
file_avi_save (run_mode,image,drawable,filename,raw_filename,depth,compression,index)
DESCRIPTION
Saves images in the 24 bit uncompressed AVI format used by windows software
MENUPATH
<Save>/AVI
IMAGETYPES
RGB
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGfilenameThe name of the file
STRINGraw_filenameThe name of the file
INT32depthformat (currently always 0)
INT32compressioncompression (currently always 0)
INT32indexwrite an index hunk (required by some software)
SOME SYNTAX ALTERNATIVES
file_avi_save (drawable,filename,raw_filename,depth,compression,index)
file_avi_save (image,drawable,filename,raw_filename,depth,compression,index)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/avi
AUTHOR
Marc Lehmann
(c)1999-11-08 Marc Lehmann <pcg@goof.com>


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