Episode 070: It’s dripping drops
 
icon for podpress  Podcast Video (56.1 MB) [37:42m]: Play Now | Play in Popup | Download
icon for podpress  Torrent: Download
icon for podpress  The files used in this video: Download

If you have already downloaded this episode before October 31 3:30 PM GMT, you’ll have noticed a black border around the too small image. It’s fixed now, so if you want to look again at some details I would consider a new download.

This week you see how to create drops of water while staying dry at your computer. Again starting with a view on nature Philippe shows what a drop of water does to the light and emulates this from scratch with GIMP.

At the end you are in for a surprise gift – it costs you just a download.

You can discuss this techniques and more in our Forum post your achievement here or write a comment here in the blog.

The TOC:

00:50 Studying nature

04:50 Setting up background and texture

07:00 Setting ilumination

07:50 Giving a shape to the drops

10:10 Creating new layers

11:50 Selecting alpha channel

12:20 Filling and blurring the effects layers

15:40 Moving and cutting highlights and shadows

18:20 Displacing the background texture

20:35 Over sharping  texture

22:30 Tuning highlight and specular reflection

34:05 Bonus (The file in question is in the companion zip archive)

Creative Commons License This work is licensed under a
Creative Commons Attribution-Share Alike 2.0 Germany License.

Tags: ,

Comments (9)
  1. jgack

    Philippe, you are _the master_ of layers in this video. How you even keep track of the purpose of each is impressive! I think I will have to practice this lesson many times, perhaps concentrating on just a few layers at a time.

    Your introductory examination of real-world effects is much appreciated — it gives a wonderful glimpse of these things through the eyes of an artist. Please keep on explaining to us what we’re seeing. :-)

    Thanks again,
    ..jim

  2. Philippe Demartin

    You know, I loose track sometime … To avoid that problem, I try to name the layers with explicit names, but it become hairy when you have more than 10 of those.
    I would really welcome the layers group planed for future gimp release, So we are gonna be hable to collapse entire group of layers to focus just in the part currently edited.
    If you really want to be scared, look at http://revision3.com/pixelperfect/2008-09-22SneakPreview/ There Bert Monroy tell that the piece Hi’s showing at the beginning have 15000 layers !!!!!

  3. Martin

    I now know what i will be doing this winter. Great tutorial, which demonstrates the power of The Gimp and what can be achieved with patience. I am beginning to understand layers a lot more now. Thank you very much Phillippe.

  4. David Gowers

    Philippe : On Linux at least, if you install DMenu, it’s pretty easy to make a ‘quick-jump-to-layer’ command so you can type a fragment of a layer’s name to find it.

    the main code required would be like this:

    import os
    _input, _output = os.popen2(‘dmenu -p “Select Layer: “‘)
    layerlist = ‘\n’.join ([layer.name for layer in image.layers])
    _input.write(layerlist)
    result = _output.read()
    for layer in image.layers:
    if layer.name == result:
    image.active_layer = layer

    I agree that we need better ability to ignore irrelevant layers.. I think layer groups will only improve this somewhat. We really need a search functionality.. like we have in the file-selection dialog.
    If we could trigger it that kind of search with ‘/’, that should be quite convenient for most people.. and then if we could generalize that to the other types of named data like brushes, patterns, channels and paths, I think we could work quite a lot faster :)

  5. Philippe Demartin

    This approach can be a winner, if peoples name layers in an consistent way, (no “new layer” “pasted layer” or “background copy” thing).
    In my case, I easily imagine the immediate benefit of this feature in my daily use of layers

  6. jgack

    re: Bert Monroy stuff .. wow!
    I had seen that rail station image before, somewhere.. But it is fascinating to hear about the ridiculous level of detail in his work.

    I wonder how much RAM he has in his computer .. probably more than a couple GB, eh?

    And Philippe, I wonder if you have a tablet like his? That probably cost more than my computer.

    ..jim

  7. Philippe Demartin

    No I would love to have a wacom cintiq http://www.amazon.com/Wacom-21-Inch-Interactive-Display-Software/dp/B000P32M3U
    But at 1.999 dollars. really to much
    Perhaps a rich sponsor can buy two of those, one for Rolf and One for me ;-)
    Main wail, I use a Genius MousePen 6×8 at 50 box

  8. Serge Gielkens

    I am glad you pointed to GIMPressionist. That can be a very convenient texture too.

  9. Philippe Demartin

    The possibilitys are endless with this plugin, and it can be easily enhanced with custom papers and texture

Add your comments: