User Tools

Site Tools


imagemagick

This is an old revision of the document!


ImageMagick

Usage

I use this script for taking screenshots, bound to the Print Scrn key with i3wm. It dumps a screenshot into my 'Pictures' directory, and makes a beep. You can set it to make a notification if you want.

screenshot.sh
#!/bin/bash
import -window root $HOME/Pictures/screenshot_`date +%y-%m-%d_%H-%M-%S`.png
imagemagick.1646090490.txt.gz · Last modified: 2022/03/01 10:21 by rjt