Skip to main content

Rainy Day

It's raining today. Horrible. What happened to the beautiful weather from last week? Oh well, rain provides its own photo opportunities. Today I focused on what I could do with the raindrops that remained on the kitchen window once the shower had passed. This is the most processed photo so far; everything has has been pretty much "out of the camera" with only levels adjustment and minor cropping.

It's a composite of two shots. The first is a photograph of the flowers outside my kitchen window with the raindrops in focus. It's a fairly long telephoto with macro mode turned on, so about 100mm or so. I introduced a key into the scene to get the focus because I was having trouble focussing on the raindrops. Once a solid object was there, the autofocus had no issues getting it just right. The second is the same shot, but with the flowers in focus.

To put the two together, I overlayed them in The Gimp with the raindrops on the bottom. I set the top layer to "overlay" to produce the desired effect, then boosted saturation just a gnat's on the raindrops picture to make the blur of the flowers glow. I think it worked particularly well. It's worth clicking the image to see a larger version to see the detail in the raindrops. The individual drops cause the flower behind to come into sharp focus and remove the blurring and glow, making tiny, focussed images of each flower they obscure.

One thing I'm conscious of is the number of portrait oriented photographs in this project. I'm obviously a very vertically oriented person (being tall and thin might do that?) and find it easier to get the feel I want by holding the camera sideways. I seem to find it difficult to fill a landscape frame with detail, and end up with superfluous bits off the sides. Square cropping helps, but defeats the object of this project, which is to practice fixing my weaknesses. I think this one fills the frame nicely.


Comments

Popular posts from this blog

Fairy Lights

Street lights at night can be very pretty. For someone who lives close to the centre of a large city, skirting round the edge of the town centre can provide a host of beautiful views at night. One advantage to using a wide open lens when taking these pictures is the capture of bokeh, or creative blur. An extreme example is shown to your right; a mass of coloured circles that roughly represent the city they are part of. A more subtle example, of course, is in the picture of the day at the top of this post. The lights cluster around the top of the leaves like fireflies, obviously part of a cityscape but at the same time abstract. The extreme out of focus image is a blurred version of the picture on the left. A view over Sheffield from Pitsmoor, looking up Netherthorpe Road and up to the university. Even when the buildings are focussed (roughly; I'm still practicing) the lights take on the shape of the lens's aperture. I try to incorporate some foreground focus wh...

In which I complain that coding standards are a waste of time

Just kidding. I'm not going to rail against coding standards. No, I'm going to rail against the absolute and dictatorial enforcement of coding style guidelines, to the point where a single misplaced curly bracket can fail the code review of a thousand line project before it's even started. I'm going to rail against the fact that many people these days don't actually know that coding style guidelines and coding standards are not the same thing. Coding style guidelines are not coding standards. Coding standards are rules on how to construct software. Rules that have practical and defined benefits. Rules than can be proven to assist in the structured and correct building of code. For example: Do not perform database access in the constructor. All database access should use the framework's DAL. Do not rely on complex instantiation instructions; provide a factory method. Do not inherit from a class in a different module or library; only encapsulate. Avoid sin...

DeCSS on Ubuntu 9.10 and later

It used to be the case that enabling DVD playback on Ubuntu was a case of installing ubuntu-restricted-extras and that was that. Unfortunately DMCA nonsense in the US has buggered that up for all of us and so now there's an additional step. So, without further ado, here are the commands that need to be run at a command line: sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh Voila! DVD playback a-la Ubuntu.