Convert Image II


Author: Taiki Shimasaki


Description

This plugin does the format conversion of an image file such as .jpg to .png.

日本語のヘルプはこちらをクリック




Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Input


  • Full file path of the source image file. The file type will be auto detected. (If undetectable the plugin fails.)
  • Destination folder to store the new image file after conversion. File name will be same as the source image file by default (you can change the file name with optional input)
  • Target file type. Default is .png. Other choices are:
    - .jpg
    - .bmp
    - .gif


Optional Input


  • File name
  • File name validation feature (When “Sanitize” is selected unusable characters will be deleted and a underscore _ will be added at the end of the file name.)
  • Procedure choice when the target file (filename) already exists


Output/Return Value


  • The full file path of the converted file



Result Codes


  • 0 for successful execution
  • 1 for all non-successful execution


(정보)日本語のヘルプはこちらをクリック


How to set parameters




Right Text Bubble

  • Enter file path of the source image file
  • Enter the path of the folder that you want to save the converted file at
  • Pick a target file type. Choices are .png .jpg .bmp, and .gif
  • Enter a new file name if want to change from the original file name.
  • Check here if file-name sanitization is desired to be performed.
  • Check here if you desire for the file name conflict handler to be performed

Left Text Bubble

  • Plugin returns file path of the converted file
  • Return code can be used to set up branching. 0 for success and 1 for failure will be returned.