imagemagick
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| imagemagick [2022/03/02 16:52] – guides rjt | imagemagick [2023/12/20 21:56] (current) – PDF rjt | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| + | ==== Screenshots ==== | ||
| I use this script for taking screenshots, | I use this script for taking screenshots, | ||
| Line 9: | Line 10: | ||
| import -window root $HOME/ | import -window root $HOME/ | ||
| </ | </ | ||
| + | |||
| + | Without beep: | ||
| + | |||
| + | <file bash screenshot.sh> | ||
| + | #!/bin/bash | ||
| + | import -silent -window root $HOME/ | ||
| + | </ | ||
| + | |||
| + | ==== Image Conversion ==== | ||
| + | |||
| + | Two main commands are '' | ||
| + | |||
| + | This will convert all PNGs in the current directory to JPGs at quality 50 and scaled to 1200px width. | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | ==== Create PDF ==== | ||
| + | |||
| + | To create a PDF from a bunch of PNG files in a directory: | ||
| + | |||
| + | <code bash> | ||
| ===== Guides ===== | ===== Guides ===== | ||
imagemagick.1646200329.txt.gz · Last modified: 2022/03/02 16:52 by rjt
