Class ActionSaveImage

All Implemented Interfaces:
ScriptableActionInterface

public class ActionSaveImage extends ActionSaveBase
A script action which writes out an image to disk.
  • Constructor Details

    • ActionSaveImage

      public ActionSaveImage()
      Constructor for the dynamic instantiation and execution of the SaveImage script action.
    • ActionSaveImage

      public ActionSaveImage(ModelImage input, FileWriteOptions options)
      Constructor used to record the script action line.
      Parameters:
      input - The image which was saved.
      options - The options used during the image save.
  • Method Details