Search
Generic filters
Exact matches only

Burnt Brush

Homepage Forums Photo Critique Landscape Burnt Brush

  • This topic is empty.

Burnt Brush

  • squ1d
    Member

    Here’s one from a stroll out on the Curragh today. I’m not sure if I should have posted this in the landscape forum? Maybe it would have suited the abstract forum better!

    /s

    Oh, and Happy New Year to everyone too! :D

    PeteTheBloke
    Member

    #include boolean landscape_test(photo){
    picture_is_landscape=false;
    if(sky_in_picture(photo) == true){
    picture_is_landscape=true;
    }
    return picture_is_landscape;
    }

    Nice photo. I think the inclusion of the slopey bit on the extreme left spoils the symmetry a bit
    but it’s a very attractive shot apart from that.

    squ1d
    Member

    Thanks PeteTheBloke. I’m not sure I know which slopey bit you’re on about? Fire ahead and edit if you like.:)

    Oh, and I’ve fixed your code.. Might be a little more efficient if you’re deploying to a small device..;), say like a camera?

    #include boolean landscape_test(photo){

    return sky_in_picture(photo);

    }

    lol, How geeky is that, I think I need to change jobs!

    PeteTheBloke
    Member

    squ1d wrote:

    Oh, and I’ve fixed your code.. Might be a little more efficient if you’re deploying to a small device..;), say like a camera?

    #include boolean landscape_test(photo){

    return sky_in_picture(photo);

    }

    lol, How geeky is that, I think I need to change jobs!

    Tee hee. Something about the cut of your jib made me think you’d be able to read it! I went
    into overkill in case the function looked a bit bare.

    Here’s the edit I meant.

    squ1d
    Member

    Ah ha.. Ok, I’m with you now.

    Yep, I thought that twig was a bit distracting alright. If I knew more about photoshop I would have taken it out..

    /s

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.