Skip to content

Instantly share code, notes, and snippets.

@ralphbean
Created March 19, 2012 17:59
Show Gist options
  • Select an option

  • Save ralphbean/2121729 to your computer and use it in GitHub Desktop.

Select an option

Save ralphbean/2121729 to your computer and use it in GitHub Desktop.
I'm spending all day pruning code.
#!/usr/bin/env python
import fabulous.image
import urllib
prune = "http://www.gourmet.com/images/food/2008/10/foar-prunedanishes608.jpg"
fname, wat = urllib.urlretrieve(prune)
print fabulous.image.Image(fname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment