EXIF and the command line on Mac OS X

I use imagesnap for a project to capture pictures from my laptop iSight camera. The problem is that imagesnap doesn’t write EXIF data to the captured files. Phil Harvey wrote command-line application called ExifTool to manipulate files’s meta information. Pictures from imagesnap are written with the following filename format: 2012-06-06_12-12-00.jpg I wrote a small shell script to extract time information … 

 

Ruby Flickr Uploader

To ease the process of uploading lots of pictures on Flickr, I just wrote a small (quick and dirty) ruby script that lets you upload, add to a set and tag pictures. https://github.com/CharlyBr/ruby-flickr-uploader try it and fork it!