file_jpeg_load << INDEX >> file_miff_load

file_jpeg_save (1995-1999)

NAME
file_jpeg_save - saves files in the JPEG file format
SYNOPSIS
file_jpeg_save (run_mode,image,drawable,filename,raw_filename,quality,smoothing,optimize,progressive,comment,subsmp,baseline,restart,dct)
DESCRIPTION
saves files in the lossy, widely supported JPEG format
MENUPATH
<Save>/JPEG
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableDrawable to save
STRINGfilenameThe name of the file to save the image in
STRINGraw_filenameThe name of the file to save the image in
FLOATqualityQuality of saved image (0 <= quality <= 1)
FLOATsmoothingSmoothing factor for saved image (0 <= smoothing <= 1)
INT32optimizeOptimization of entropy encoding parameters (0/1)
INT32progressiveEnable progressive jpeg image loading - ignored if not compiled with HAVE_PROGRESSIVE_JPEG (0/1)
STRINGcommentImage comment
INT32subsmpThe subsampling option number
INT32baselineForce creation of a baseline JPEG (non-baseline JPEGs can't be read by all decoders) (0/1)
INT32restartFrequency of restart markers (in rows, 0 = no restart markers)
INT32dctDCT algorithm to use (speed/quality tradeoff)
SOME SYNTAX ALTERNATIVES
file_jpeg_save (drawable,filename,raw_filename,quality,smoothing,optimize,progressive,comment,subsmp,baseline,restart,dct)
file_jpeg_save (image,drawable,filename,raw_filename,quality,smoothing,optimize,progressive,comment,subsmp,baseline,restart,dct)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/jpeg
AUTHOR
Spencer Kimball, Peter Mattis & others
(c)1995-1999 Spencer Kimball & Peter Mattis


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