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
- Graphics from the command line - Archive of 2003 guide by Michael Still.
- More graphics from the command line - Archive of 2004 guide by Michael Still.
- Examples of ImageMagick Usage (Legacy Version 6)
- Convert sprite sheet to gif animation - Stackoverflow, 2019.
- Fred's ImageMagick Scripts