Parameters
- instancePort
Type: System.Int32
The port of the instance.
- savePath
Type: System.String
The save file path.
- width
Type: System.Int32
A new width of the image.
- height
Type: System.Int32
A new height of the image.
- units
Type: System.String
Units of dimension of the parameters. It can be "pixel" or "percent".
- keep
Type: System.String
If need to keep the aspect ratio then "true"; otherwise "false".
- notIncImage
Type: System.String
If not increase size of the image then "true"; otherwise "false".
- quality
Type: System.Int32
The image quality. The value from 0 to 100. Default value is 100.
- exif
Type: System.String
The Exif Tags for metadata of image. Default value is empty string. Each tag must be written from a new line. The format of data is follow: {TagName}|{TagValue}.