Select Page

Photoblog Changes

I made some changes to the workflow for getting photos onto my photoblog. Previously I mentioned using a bit of Perl trickery to get photos posted to my photoblog in a semi automated manner.
I’ve now made this much better since I got my Flickr account. Since all my photos that I’ve edited will end up on Flickr it also means that all photos I post to the blog will be on Flickr.
I wrote something using the Flickr API in Perl to fetch a given image from flickr, get the meta data from it, get the thumbnails that Flickr makes – nice uniformly square ones – and combine all of this into a blog posting. The advantage here is that I can use the very good Flickr UI to edit descriptions and the like relying on the Perl code to just fetch those and publish it to the blog without needing me to duplicate any data entry.
There exists a Flickr::API module for Perl to make this easy but it uses XML::Parser::Lite::Tree to give the data back to the user and I find this quite complex so I am using XML::DOM to parse the XML that Flickr returns and while this is probably more code to write it is much more readable.
The end result is that I’ve changed the layout of posts to be more readable, the shooting data is in a table with some bold’s etc and there is also now a links section that for the moment only points to the Flickr page of the posted photo. I’m also using the square thumbnails from Flickr which saves me time in making my own as well as making my blogs look better since thing’s are always laid out the same with these.
I may post some code samples later, suffice so say the Flickr API is really amazing you can easily skin the whole site into your design.

Flickr Migration Done

I’ve finally finished uploading all of my photos that I edited since buying the D70 onto Flickr. I also went through my old gallery site and found all the older ones I had in my Favorites group there, re-edited these and uploaded them too. The grand total is 690 photos.
It was a big job to say the least, it was made even bigger by the fact that for a very long time I used the ‘Save for web’ thing on photoshop, what a bad idea! It strips out Exif information which means it messed up the Calendar View on Flickr.
I previously posted about Image::ExifTool and again it proved to be invaluable to me. It comes with a command line tool for manipulating Exif data which can be used to copy Exif data from one file to another. Thanks to my strict naming conventions I could fetch original Exif information out of the original JPG or NEF file and copy it to the edited files with a very simple for loop:

for i in D*jpg
do
exiftool -TagsFromFile ../../`echo $i|awk '{print toupper($1)}'` $i
done

Ran that in each directory with Exifless JPG files and it got quickly sorted out, very nice!
Flickr provides a number of tools for uploading data to it, what they do not provide is a Unix command line tool but I found one in Flickr::Upload which worked a charm and made uploading and tagging very very easy. Other tools and scripts for Flickr can be found here.

$ flickr_upload –tag london –tag ‘”portobello road”‘ –tag animalsp6290618.jpg

So with this done I’m about to retire my old Gallery – it’s already empty of all photos – so anyone who was subscribed to RSS feeds there will need to change. I’ve created Sets that more or less resemble my old Gallery categories, it seems you cannot make RSS feeds for individual sets, this really is a PITA but you can subscribe to tags, so to see all photos of a specific Tag in a RSS reader you can view my list of Tags and click the ones you want, there are RSS and Atom links in the generated pages for each.

Photoblog Entries 06/06/2005 – 15/06/2005

Didn’t quite get this out this weekend and was too busy Flickering in the last few days to get this out. But here it is now, favorite photos of the last while as found on my photoblog subscriptions.
No People (all of them) – Ancient Imagery of the Future
Fort Sam – Grey Expectations
Off The Traffic – Staring at the Sun
Broadway & Wall St. – Chromagenic.Net
Fisherman’s Knots – Chromasia, and see this that shows this photo being made ๐Ÿ™‚
Yellow Crowns – Ryan Rahn
Car Park – Imagology
Coats of Paint – Shots Photography
Day to Night – Whateverland
Nightrider – A Walk Through Durham Township
Cloud and Bird, Caught in Web – Daily Dose of Imagery
I also subscribed to a single new feed: Darkshapes.com
Something new this week, people on Flickr that I added to my contacts list, I suspect there will be many more of these: atcy, dshearer, hangdog, lorilea, Ngudu Brown, rinaldi, Captain Patata, Flower87, Julespics, lunaryuna, Rigmarole.

UK Photographers Rights

There has been a bit of noise in the press about the His Royal Idiot The Mayor of London putting up signs all over warning parents to be on the lookout for photographers in public places taking pics of their sprog and that these may be Pedophiles.
While it’s fair that photos may be abused I think this will also cause a general witch hunt of photographers in public places, it is for example impossible to take any kind of wide photo of any touristy area in London without getting at least a small amount of kids in the scene, I suspect we’ll be hearing lots of horror stories of innocent photographers being harassed as a result.
Previously I blogged about a flyer made to apply to the US laws regarding photography and mentioned how no such thing exists for the UK, well it does now and can be found here

The guide was written by Linda Macpherson LL.B, Dip.L.P., LL.M, who is a lecturer in law at Heriot Watt University, with particular experience in Information Technology Law, Intellectual Property Law and Media Law.

Nice one.

Flickr

For a while I’ve been wondering what to do with all the photos I take, edit but don’t put on my photoblog. At the moment for example I’ve been posting a series of shots I took in Greenwich Park one day, but at 1 photo a day by the time I’m done there are tons more I need to put somewhere.
So I signed up for a Flickr freebie account to check it out and I almost immediately signed up for a Pro account. It really is so simple to use and organize your photos, especially with the fancy flash app they have for organizing.
The idea is to just upload all the web versions of photos I edit in photoshop, last year it was around 400 for the whole year, this year it’s nearing 300 already. I’ve uploaded all of 2005 photos and some of 2004 to My Flickr account, at the moment things will be arriving in a weird order, new to old, as I catch up with history but soon you should be able to subscribe and get a more real time view on what I take and how often etc.
I especially like the community bits, already some people have commented on my photos, added to their favorite lists etc, that’s really nice as it can be really difficult to build up any kind of community around ones own photos, but since Flickr is so strongly community orientated it’s pretty nice as a photographer.
I am still getting used to the idea of tags instead of categories, but it seems to work ok so far, everything of course outputs RSS or Atom so you can subscribe to a feed of all photos, or just for instance Photos of People.
Links:
My Photo Stream
My Photo Tags
Sets of Photos
Calendar View by Date-Taken