Coredump
Work, play, and everything in-between [feed]

Posts Tagged ‘photography’

Wonderful timelapse photography

Straight from Gizmodo, here’s a beautiful video of timelapse photography done on a Canon 5D Mark II, set to Pink Floyd’s “Learning to Fly”. Enjoy. You might want to check another one, this time of the Tokyo skyline.

Amazing panorama

Ile Aux Canards Coral Reef Noumea in Noumea Nemo must be in there somewhere. There are also vistas available from the Philippines. A time-sink, this one, but worth it.

Storage devices

Originally uploaded by iandexter. Playing around with my phone cam’s white balance. Crappy, but acceptable.

Downloading Flickr photos, part 2

I made several improvements in the previous script: #!/usr/bin/python   import flickr import urllib import time import re   flickr.API_KEY = ‘Flick API goes here’ print "Registered using API key" user = flickr.people_findByUsername(u’username’) print "Found user %s – username" % user.id try: photos = flickr.people_getPublicPhotos(user.id, 500) print "Found the photos" total = 0 for photo [...]

Downloading Flickr photos

Flickr Leech is a cool web app. It displays all Flickr photos, including those already rendered invisible because of the 200-photo limit in free accounts. But I need more: I want to download these photos for backup. After looking around, I found several tools that does the job. They didn’t quite work for me, so [...]

« Before