system.kanoa.image.convertImage(inputImagePath, outputImagePath, formatName)
Converts an image into the format passed.
Parameters
inputImagePath String
outputImagePath String
formatName String: Supported formats are 'jpg', 'jpeg', 'png', 'bmp', 'gif'
Returns
result Integer
message String None if success
Example