Gorman-Holbert grayscale conversion

I’ve just found back some links explaining a grayscale conversion method named after Greg Gorman and Mac Holbert, and also called the Carr method.

It is a conversion method based on the CIELab L channel, and which is supposed to give very good results on portraits.

The steps are quite obscure, but the results are sometimes really nice!
Here are couple of links explaining how to realise the method in photoshop and ImageMagick, but I suppose the same can be done with GIMP with minor modifications…

http://www.imagemagick.org/discourse-server/viewtopic.php?t=19866

Wow, that was a blast from the past. I think I had looked at this years ago as a B&W conversion method. I got it to work, but don’t remember the steps I did back then. I suppose we can have another look at it. :slight_smile:

[update]
Ok, I’ve just walked back through the steps in GIMP…

  1. Colors → Components → Decompose
    • Color model: LAB
    • Uncheck Decompose to layers.
  2. This gives you three new images, L, a, and b. Delete a and b. Work on the L image.
  3. On the Channels tab, right-click the Gray channel → Channel to Selection.
  4. Invert selection (Selection → Invert). (So you’re selecting the shadows).
  5. Go back to an RGB image (Image → Mode: RGB).
  6. Duplicate the Base layer.
  7. On the duplicate layer, fill it with your chosen fill color (Black for a straight B&W conversion). This will fill in the selection (shadows).
  8. Change layer blend mode to Multiply.
  9. Make a new layer from visible.
  10. Change it’s blend mode to Overlay, adjust as desired (20% in your linked example).

Here’s the original G-H version from your link:

Here is our result following the steps above in GIMP (the banding is b/c the color version in the link you provided is poor):

1 Like

I found that old thread. I actually think I may be response #10