OOF2: The Manual

Name

OOF.Graphics_n.File.DumpLayers — Save each graphics layer as a separate png file.

Synopsis

OOF.Graphics_n.File.DumpLayers(filename)

Details

  • Parent Menu: OOF.Graphics_n.File
  • Callback: function GfxWindow.dumpLayers in module ooflib.common.IO.ghostgfxwindow
  • Parameters:

    filename
    File name prefix. Type: A character string.

Description

Save each individual graphics layer in a png file, named filenameXX.png, where XX is an integer. Only the non-empty layers will be saved, so files for some values of XX may be missing. This command is only available if the window was opened in debug mode.

See Also