OOF2: The Manual

Name

OOF.LoadData.Image.New — Load an Image.

Synopsis

OOF.LoadData.Image.New(name,microstructure,pixels)

Details

  • Parent Menu: OOF.LoadData.Image
  • Callback: function _newImage in module ooflib.image.IO.imageIO
  • Parameters:

    name
    Name for the Image. Type: A character string.
    microstructure
    Type: The path to an existing Microstructure object.
    pixels
    Type: An object of the ImageData class.

Description

Load an Image from a saved Microstructure.