Skip to content

Instantly share code, notes, and snippets.

@sunny
Created June 6, 2011 13:01
Show Gist options
  • Save sunny/1010198 to your computer and use it in GitHub Desktop.
Save sunny/1010198 to your computer and use it in GitHub Desktop.
#!/bin/bash
convert -page +5+5 $1 \
+page \
-page +80+50 /Users/treize/Sites/_alexis/verges/bite-1.png \
-channel A -blur 0x2 -level 0,20% +channel \
-matte -background None -virtual-pixel background \
-flatten $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment