OOF2: The Manual
Name
OOF.File.Save.Image — Save an Image in a file.
Synopsis
OOF.File.Save.Image(image,filename)
Details
- Parent Menu: OOF.File.Save
-
Callback: function
saveImagein moduleooflib.image.IO.imagemenu -
Threadability:
Threadable -
Options:
disabled=1 -
Parameters:
image- Type: The path to an existing
Imageobject. filename- Name of the file. Type: A character string.
Description
Save the given Image to a file. The file type is determined by
the suffix of the given filename
(e.g, .gif,
.ppm, etc.).
Any file type supported by the ImageMagick library is acceptable.
/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */




