ImageMagick convert jpg to png
Posted: Mon Aug 14, 2023 11:50 am
I am trying to use Imagemagick to convert jpgs to png, but my result is a 0 kb png file with no picture.
I am using run command with the example flow for converting an image. My command is:
i am also getting an error message: Command failed with exit code: "4", Error output: "Invalid drive specification. "
I am using run command with the example flow for converting an image. My command is:
Code: Select all
convert "%%InputFilePath%%" > "[Job.NameProper].png"