Guide:ImageMagick

From Game Making Tools Wiki

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