I thought shell() command was the one that was suppose to do this, but it doesn’t work for me.
I tried to this shell(“convert ‘/Users/admin/Documents/1.tiff’ -scale ‘640x480’ ‘/Users/admin/Documents/1.jpg’”)
I have to run “convert ‘1.tiff’ -scale ‘640x480’ ‘1.jpg’” command in the “~/Documents/” folder of the Terminal.
Is there a way to do this?
Thanks!