Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

Blog

The Mati Pruvost's blog. It uses the wintersmith template.

Util commands

Resize an image

This command resize an image with to 1000 px keeping the aspect ratio:
convert [input file] -resize 1000 [output file]