Tuesday 6 August 2019

How to resize images with awk and convert


If photos in a directory are too large, you may want to use a script to automatically convert all the files into another format. AWK and convert tools can help you. The following command should convert all the files with JPG extension into 1024×680 images.
The executable convert is part of ImageMagick package.

0 comments:

Post a Comment