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 saveImage in module oof2.image.IO.imagemenu
  • Threadability: Threadable
  • Options: disabled=1
  • Parameters:

    image
    Type: The path to an existing Image object.
    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 */