User Tools

Site Tools


imagemagick

This is an old revision of the document!


Table of Contents

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

Guides

See Also

imagemagick.1646200329.txt.gz · Last modified: 2022/03/02 16:52 by rjt