Guide:ImageMagick

From Game Making Tools Wiki
Revision as of 15:18, 7 March 2022 by Rjt (talk | contribs) (Created - list of guides)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Commands

Screenshot

Bash script for taking a screnshot, adding date and time, and saving it to the Pictures directory. I have this set to run when I pres the 'Print Scrn' key— rjt (talk)

#!/bin/bash
import -window root $HOME/Pictures/screenshot_`date +%y-%m-%d_%H-%M-%S`.png

Guides

See Also