Re: No -resize command in OSX /bin
Posted: 2007-08-08T23:26:37-07:00
the command is "convert" "-resize" is an image operation of convert
Code: Select all
convert input_image.png -resize 400x300 output_image.png