> Go to images directory, and create a new folder where we will store the re-size images.
$ mkdir resized
> Then we fire the Imagemagick's batch tool.
$ mogrify -resize "486x324>" -path resized *.jpg
$ mkdir resized
> Then we fire the Imagemagick's batch tool.
$ mogrify -resize "486x324>" -path resized *.jpg
Comments
Post a Comment