This thread just gave me a great idea. I am going to add inline image download and upload to SimpleCV. E.g.
img = Image("http://foo.com/stuff.jpg)
img = img.dosomething()
img.upload(src="imgur" apikey="ASDFASDFASDF")
This will be fun. I just ticketed it up. Hopefully I will have it pushed to the repo this week.