Jump to content

Recommended Posts

Posted

Ever taken a photograph on a sunny day but though it would look better in the rain?

This tutorial will teach you an easy way to quickly make it look like it was raining when your photograph was taken.

 

Let’s start off by having a look at the final result:

finished.jpg

 

It looks alright, the rain is real enough so let’s learn how to achieve this effect.

 

First step is to choose your photograph. For this tutorial I am using this nice picture of the Sydney Opera House.

step_1.jpg  

 

Add your photograph onto a new layer in Photoshop. You then need to duplicate that layer. You can do this by right clicking on the layer and selecting “Duplicate Layer” from the drop down menu.

step_2.jpg

 

Now make sure the original layer is selected. We want to add some Hue and Saturation to this layer. So click on “Image” in the top toolbar and then hover over “Adjustments” from the drop down menu, then lastly click on “Hue/Saturation” from the next drop down menu.

Alternatively you can just use the short cut, hold down “Ctrl+U” .

step_3.jpg

 

 

Now you should have the Hue/Saturation setting screen in front of you.

You want to use these settings:

step_4.jpg

 

You can tweak these a little bit, to make it darker/lighter or add a bit more grey to the photograph.

Click “Ok” after changing the settings.

 

Next you want to select the duplicated layer which we will add the rain effect to.

Click on “Filter” in the top menu bar, then move down and hover over “Sketch” in the drop down menu and then click on “Graphic Pen” in the next drop down menu.

step_5.jpg

 

Now a new window will open allowing you to edit the settings for the graphic pen.

You want to use these settings:

step_6.jpg

 

Upon changing the settings you want to click on Ok to save them.

 

Your photograph should now look like this so far:

step_7.jpg

 

Now to make it look a lot better we want to lower the opacity and change the overlay effect.

 

Start by changing the layer to “Pin Light”.

Then lower the opacity to around 4%

 

That completes your photograph, it should now look like this:

finished.jpg

 

- Jye

This tutorial is copyright to Creative Design Forum 2009

 

Posted

Now to make it look a lot better we want to lower the opacity and change the overlay effect.

Start by changing the layer to “Pin Light”.
Then lower the opacity to around 4%

From Where I Change This?

Posted

Now to make it look a lot better we want to lower the opacity and change the overlay effect.

Start by changing the layer to “Pin Light”.
Then lower the opacity to around 4%

From Where I Change This?

 

 

i548819_NewBitmapImage.PNG

 

http://www.imagehosting.gr/show.php/548819_NewBitmapImage.PNG.html :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock