So as many of you know, I’m a geek. As such, I love all things “geeky”.
I’m starting to become a bit of a photography geek (Not quite to CHDK level, but slowly getting there). I have the camera, the flickr account, and the patience to take 100 pics of one thing and weed through to find that perfect pic within.
After spending quite a bit of time looking at others pics on flickr, I’ve run across quite a few of the “view on black” links. To those who don’t know, “view on black” is a Big Huge Labs creation that takes your image, and displays it on a black page. Having a rather unobtrusive background, all in black, really emphasizes pics. Examples….
Sunset on white
Sunset on black
Now you tell me, which looks better? To each their own, but I personally like the black better.
The process to get Big Huge Labs to display a pic on black, and put it on your page, requires quite a few small steps:
- In Flickr, copy the url to the image: http://flickr.com/photos/bydustin/2561085694/
- In Big Huge Labs, on the “black” page, paste the flickrurl to the box.
- In my case, click the checkbox next to “Large”, then click “preview”
- On the resulting page, click on the URL along the top
- Ctrl + C
- Go back to the Flickr page of the photo
- Click in the description area, then paste
Now, one of the traits of a geek is to try to find a more efficient way of doing things. Not wanting to follow all these steps for every pic I wanted to display on black, I figured out a better way.
First up, you need to have AutoHotKey installed and running. If you don’t know what AHK is, read up on it. Fantastic software. Now edit your script, and add the following code to it (Make sure to make the BHL url into an actual URL. WP parsed it when I first tried here):
F12:: inputbox, FlickrID, ID, Enter the Image ID</p> <p>ClipBoard = <a href="http://bighugelabs.com/flickr/onblack.php?id=%FlickrID%&size=large"> View On Black </a> return
(Sorry, I just figured out how to post source code)1
Save and reload the script. Once its up and running, go into your Flickr photo stream and follow along:
- Find the photo you want to display on black
- Copy the image number from the URL
- Click the description area
- Hit F12
- Paste the number
- Click OK
Now, isn’t that easier?
NOTE: I might try my hand at making this a GreaseMonkey script or FF plugin.



