User Tools

Site Tools


images:crop_photo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

images:crop_photo [2016/07/04 00:27] – created peterimages:crop_photo [2019/11/29 16:26] (current) – removed peter
Line 1: Line 1:
-====== Images - Crop Photo ====== 
- 
-The **convert** program is a member of the ImageMagick suite of tools. 
- 
-<code bash> 
-## Photo cropper \ resizer bash 
-for f in *.jpg; do convert "$f" -resize 533×357 -strip -quality 100 "$f"; done 
-</code> 
  
images/crop_photo.1467592052.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki