Batch image resize
Jumaat, 19 Februari 2010, 6:56 pm0
To mass resize image files, you need ImageMagick
yum install ImageMagick
To resize:
cd image-folder/ mogrify -resize 800px *.jpg
Note: 800px is the width, it’ll keep the aspect ratio of the image
20 Februari 2010
Deploy Turbogears 2.1 on Fedora
19 Februari 2010