More fun with layers

It can take a surprising amount of layers to get an image the way you want. This isn’t necessarily a particularly great image, but I still want to do my best. Going from:

to

Takes a bit of work.

I divided it into four layers.

The cloulds:

The rest of the sky:

The water:

and a background layer to put it all together

I adjusted each layer to get a well blended mixture of the features.

For my work see playfulgallery.com (I changed the name because there are too dangled many Robert Harrisons and my website supports more than one artist.)

Layers, Layers, Layers

How I go from a raw image to a photograph in 42 easy steps.
There’s a neat trick in photoshop (and gimp) that makes it much easier to adjust photograph intensity and get the image you want. Normally, you would select a color range or a subject, possibly adjust the selection and then use image tools to adjust the image bit by bit to get what you want. This works well when there isn’t much to change, but it’s very hard to backtrack and readjust things because the selection will change after you’ve changed the image. It’s surprisingly easy to go off the deep end and have to start over, again.
Here’s an example I just put up on our website. The original is below:
It’s a bit flat. Pretty enough, but flat, and grey, and not very interesting.
I divided this into four layers: sky, trees, shadow, and rocks (well everything else). Then I could adjust these independently. The sky gets darker, the trees more saturated, the rocks more intense, and the shadow lighter.
Suddenly it has a bit of pop.
I’m still not sure anyone who isn’t a geologist will really like it, but it is a much improved photograph. (I also had to remove some specks in the sky. I must remember to clean my filters more often.)
Here’s another example. This one is St Catherine’s chapel in Abbotsbury UK. The original is bluh and distorted because I’m looking up at it.
Three layers are what’s needed: the chapel, the sky, and the ground. I darkened the sky, slightly brightened the building, and adjusted the ground. Photoshop has a perspective warp and I used that to straighten the building. Because of the warp, I had to crop a bit.
It’s a much more intense and almost frightening building now. I could probably adjust it a bit more (I wonder if a lighter building would be good), but as it is, I almost expect a spectral friar to gaze malevolently from the tower or perhaps a hapless abbot to rise from his grave at night and pursue the living.
Not that any of this will happen. Abbotsbury is a delightful English village and things like that just don’t happen.

For more examples please see http://www.robertharrisonfineart.com

Focus Stacking for Fun and Profit

I’ve been playing with focus stacking because it can result in spectacular results.

The sharpness and three dimensionality of this image are a combination of using a telephoto lens for a flat perspective and focus stacking to generate the depth of focus. 

It can also fail spectacularly.

and

There are a couple of simple ways to fail:

  • Move the camera. Ideally, you would use a tripod, but I can usually hold the camera still enough. Especially if I lie on the ground and brace like I was doing target shooting. 
  • Use too few focus layers. Nothing like having blurry stuff in the middle.
  • Let the subject move. Windy days are heck with flowers. 
  • Align Jpegs rather that raw images. Jpeg images will vary in their color normalization and will generate odd color patches in the output. You can spend some time blending those by hand, or you can use the raw data which should have constant normalization. 

It works surprisingly well when you get it right. I’m looking forward to trying this with landscape photography. The allure of a sharp, sharp foreground and background is hard to pass up.

For more of my work please see www.robertharrisonfineart.com

On the cutting room floor.

I thought it would be worthwhile to show how a little cropping can make an image. I have rather mixed feelings about cropping as my ideal is to make the image in the viewfinder. It’s not for nothing that I say I admire Henri Cartier-Bresson and his principles.

Principles are nice, but a good image is everything.

The original image, after correcting the color and intensity, is nice enough, but there’s an awful lot of blurry green background. Once you’ve seen one bit of green blur, you’ve seen it all.

A first crop gives:

Which is pretty good, but maybe we can do better. Let’s try a square crop:

That’s better but let’s see what happens when we get close up:

That’s got the main flower right, but something is missing. So we go back to the original aspect ration and stay close in:

And that’s right. It has the detail but the other blooms balance the image. This image is the one on the website.

Squishy Images

I recently attended a southeastern photography society meeting which was neat. Many of the photographers lamented the demise of polaroid imaging. Apparently, there was quite a sub-culture involved in modifying the process either to put images on unusual papers or to modify SX-70 images while they were still squishy.

I loved the squishy effect and the applied mathematician in my background realized it was a problem in fluid dynamics. Therefore, it was something fun to play with and more importantly I knew how to do it.

Or at least I thought I did. Turning the idea into an algorithm and then an efficient program took a little work. Work which I’ll describe after the photots.

Here’s my test image. Nothing special, really, just a street scene in San Diego from a study section trip. 

After applying a coordinate deformation, I generate this wavy image.  The coordinate deformation is determined by the red and green bits on an input mask:

This is designed so you can use a layer in photoshop or Gimp to draw it over the original image. Red is high pressure, where the image moves away, and green is low pressure, where the image moves to.  The background can be black, white, or transparent without effect.

Using a different pattern results in a different image:

Which is sort of cool.

Outside of efficiency issues and wandering aimlessly down a quick and dirty approximation (never a good idea), the only real issue is mapping grids to grids when bending the surface coordinates. If the effects of mapping floating point numbers to integers is not corrected, the image degrades with lots of little bitsy things:

Eventually, those bitsy things take over the entire image, which is sort of ugly.

The algorithm involves inputting the initial pressure (that red/green map) and then solving for an equilibrium solution or potential. You can do this with finite differences but that is really really really slow. Instead I used a convolution with the scipy.signal.convolution function. It’s a bit tricky to figure out the reference frame for the convolution, but once understood and implemented correctly it’s blazingly fast.

I then find the gradient of that potential. Again, scipy.signal.convolution comes to the rescue as I define the finite element for the difference and simply convolve that with the potential. This is much easier done than said. (if you want to see the math, we developed it in detail for a related problem and on google scholar)  

The final issue is performing gradient descent in the image coordinate space. If you take an efficient sized step, then the integer round off when you map between the real value of the estimate and its closest integer will always skip a few pixels. Iterating this ends up with lots of additional little lines. So it is necessary to perform a smooth extension along the gradient by filling in with multiple step sizes (again easier to do than to say).

Photograph of the Week

I’m rather proud of this image. It’s of the sun through the misty early morning woods in Alabama. Getting it “just right” took more than a little trickery.

The original isn’t bad,

but no matter how I adjusted it as a single layer, it just wasn’t the way I liked. Not that there is a great difference between almost right and just right. I think it’s a little too busy and a getting a good balance between foreground and background is hard.

So I cut the lit areas of the background out.

Then I used  Gaussian blur on the original image to produce a smooth bright background:

These were then layered together resulting in a composite that I think hits the spot

I’ve used the same sort of techniques in portraiture – both to brighten hair and remove distracting background without causing the picture to cross the “uncanny valley” into caricature, but that’s for another post.

Fur and Feathers

I’ve joined one of the groups of photographers in the Atlanta area: the Southeastern Photography Society. Partially for social reasons, and partially to get feedback and learn new things.

Anyway they have monthly themed contests and next month’s is “Fur and Feathers.” The obvious choice is animals, though I did entertain several alternatives, and maybe will pursue them. Unfortunately I don’t know anyone with a feather boa who wears fur and would be willing to be an outrageous model. I wondered about a still life of fish flies or lures since they often use both fur and feathers; and something tells me that my puppies would not be keen on being dressed up with a bunch of feathers. So the obvious choice it is.

I get to put in a black and white/monochrome entry and a color one. 

This one is one of my favorites, just because it’s funny. 

I also like this one of our puppy. It looks like a Julia Ward Cameron work. Either of these will work well enough.

Feathers are a different case.

A bird is an obvious choice:

A closeup of a bluejay feather is also possible:

I have a lighter and a darker version of this, but the mid-range is probably best.

This close up of the edge of a turkey feather is neat, though there are some artefacts from the focus stacking.

What do you think?

Landing in the Microverse

This science-fiction landscape is actually an extreme closeup of a decomposing Oak branch. 

Cool, aint it? There’s a tiny mite near the left side and at least three small fungi spore bodies (or possibly slime molds). If you like seeing new worlds, and I do, this is exciting.

I’ll be experimenting with ultraclose photography in the new year. It practically begs for focus stacking – where you overlap a stack of images based on the focus. The lens I’m using is basically a microscope lens adapted onto a mount for my cameras. It’s only a 20mm lens, but you must be within a couple of centimeters to focus. And by the way, you focus by moving the camera, not the lens. So a focusing rail and sturdy tripod are de rigueur  so to say.  I’m also curious to see what happens when I use extension tubes to move the lens away from the camera body and increase the magnification. 

Still there’s a lot to see even with single shots.

This jungle is a common species of moss:

And English Ivy sparkles with color or perhaps it should be colour, even though it’s dark from the cold.

I didn’t know that and wouldn’t have noticed it with just my eyes.

These images probably won’t make it onto our website, though I’m not sure about the first as it is intrinsically interesting, but drop me a line if you’d like a copy (I’ll probably aske you to sign up for the mailing list though).

Artwork of the week 1/6/23

One of the big differences between “just snapshots” and art photography is that the artist thinks about what they’re doing, what they’re trying to show, and how to achieve the desired result. 

I’ve been reading and studying techniques of composition because … well … that’s one way to learn. The other is way is to go out and shoot, I’ve been doing that as well, and I’m hoping to have meaningful interactions with some of the local photography groups. (We’ll see about that last part, I tried before with one group and had a less than stellar experience. Cliques and in-groups are a thing.)

One book I’ve found useful is Richard Garvey-Williams “mastering composition”   It’s inspired me to look again at how I edit images. You can’t always plan out photographs in the wild. You can try, but nature has a way of doing what she wants and the process of observation often perturbs the environment. Shades of quantum mechanics, say what? 

Today’s images show what I mean.  (and they are or soon will be available on this site.)

The original is pretty, enough, but it’s out of balance and a bit washed out.

Cropping, playing with the image chromatic values (adjusting the image values to remove saturation and then adjusting the midpoint level), and using various trickery to restore the size results in:

This is a vastly better image. The subject dominates the picture and the lines defined by the flowers leads the eyes to it.

Much the same happens with this image of a Swallowtail. Before:

and after: