Skip to content

Instantly share code, notes, and snippets.

@dstrelau
Created December 16, 2008 00:55
Show Gist options
  • Save dstrelau/36200 to your computer and use it in GitHub Desktop.
Save dstrelau/36200 to your computer and use it in GitHub Desktop.
convert -crop 509x1+0+0 top-row.png txt:- | grep -v 'black$' | ruby -e 'STDIN.each {|line| print $1.to_i.chr if line =~ /0,\s?(\d{2,3})\)/}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment