Class ActionSaveImageAs

All Implemented Interfaces:
ScriptableActionInterface

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

    • ActionSaveImageAs

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

      public ActionSaveImageAs(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