Created
March 19, 2012 17:59
-
-
Save ralphbean/2121729 to your computer and use it in GitHub Desktop.
I'm spending all day pruning code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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