Skip to content

Instantly share code, notes, and snippets.

@negipo
Created August 16, 2010 03:46
Show Gist options
  • Save negipo/526361 to your computer and use it in GitHub Desktop.
Save negipo/526361 to your computer and use it in GitHub Desktop.
#!/bin/sh
screencapture -m -tjpg ~/tmp/capture.jpg
cat ~/tmp/capture.jpg | perl -npe 's/0/9/g' >~/tmp/glitched_capture.jpg
open /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app # set qtz file shows ~/tmp/glitched_capture.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment