Skip to content

Instantly share code, notes, and snippets.

@lincerely
Created February 13, 2023 16:41
Show Gist options
  • Save lincerely/c119702af977032339bc52d40664c037 to your computer and use it in GitHub Desktop.
Save lincerely/c119702af977032339bc52d40664c037 to your computer and use it in GitHub Desktop.
take X11 screenshot and output PNG to STDOUT
#!/usr/bin/env bash
#xsshot.sh - take X11 screenshot and output PNG to STDOUT
xwd | xwdtopnm | pnmtopng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment