Guide:ImageMagick: Difference between revisions

From Game Making Tools Wiki
(Created - list of guides)
 
(No difference)

Latest revision as of 15:18, 7 March 2022

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