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.

#!/bin/bash
import -window root $HOME/Pictures/screenshot_`date +%y-%m-%d_%H-%M-%S`.png
imagemagick.1642094615.txt.gz · Last modified: 2022/01/14 04:23 by rjt