Nicole Rutter's Blog
Posted At : April 18, 2008 11:22 AM | Posted By : Nicole Rutter

Photoshop Brushes - Grunge City



Click image for full size

Photoshop brushes can be a very helpful and powerful thing if you practice a little bit. It's all about combining different elements to create just about anything. Before I started using Photoshop brushes I used to draw everything out as you know this can be very time consuming. For things like clouds, splatters of paint, grass, etc... Photoshop brushes are the way to go. There will of course be times when it is just easier to draw out your own graphics.

To load Photoshop brushes I created a folder in My Documents called Photoshop Brushes. I do this because if I load a brush at work and want to take it home its easier for me to access.
Open Photoshop and click on your brush tool. Open up your brushes and click on the arrow located on the right hand side. From there you will click on Load brushes. Find the location and your ready to go.



The above image was created with Photoshop brushes. I go through brusheezy's site about once a month to check out the new Photoshop brushes. When your starting out using brushes it is best to just start playing around with them. I use a lot of opacity settings, shadows and things like that when I am using brushes.

[More]

Posted At : April 10, 2008 12:54 PM | Posted By : Nicole Rutter

Photoshop Carbon Fiber background

I have been wondering for some time now how to create a good looking carbon fiber background. Last night I was playing around with some color combinations to get the carbon fiber to look right. So lets get started.

Open a new photoshop file and make the file 8x8. I like my carbon fiber a little loose so you can tell its carbon fiber. Some people like it to look a little tighter so if this is you make yours 4x4. Your going to zoom in all the way so you can see what your doing(Ctl +). Using your select tool fill in the following colors.

#242424
#1C1C1C
#1D1D1D
#151515
#1A1A1A
#222222
#131313
#1B1B1B



Its hard to see right now but your carbon fiber pattern is now in place. You should have something like the image below.


Now lets set our pattern. Go to edit-->define pattern. Name your pattern anything of your choice. I named my pattern Carbon. Now that we have our pattern lets open up a new Photoshop file. Go to file--> new. Set your width to 600 and your height to 500 (or any size of your choice).

[More]

Posted At : March 28, 2008 1:29 PM | Posted By : Nicole Rutter

Photoshop Hue/Saturation modifying image colors



I have had a few friends ask me how to change the shirt color or a persons eyes in pictures using Photoshop. This is something I do all the time! If I find a image on stock.xchng (free stock photo site) and I don't like the shirt color someone is wearing I simply modify it in Photoshop to my liking.

Today I am going to use an example of a Tree frog to adjust its hue and saturation. The reason I wanted to use a tree frog is because it has very bright vibrant colors but you can use this tutorial on any image!

The first thing we are going to do is create a new Photoshop file by going to File-->new and select your size and background color. For my image I am using a white background 510 wide by 373 high. Now that we have a blank Photoshop file lets create a new layer. Open up your layers panel (F7 or go to Window-->Layers) and create a new layer. I called my layer Tree Frog. Now paste in your image that you wish to change.


Click Image to Enlarge

[More]

Posted At : February 14, 2008 1:49 PM | Posted By : Nicole Rutter

Photoshop Diagonal Line Background

If you have ever seen a website that uses diagonal lines for a background image and you we were wondering how to do it this is your tutorial!  I have looked at it a few times before in the past and when it didn’t work the first time decided to go with something different ha!  Well now I have it figured out.  It was never a problem to create the background I wanted.  The problem was getting the lines to repeat in a straight line and not all jagged. 

First we are going to open up Photoshop and create new file with a width of 10 pixels and a height of 10 pixels.  Make sure your background is transparent.  Now lets zoom in so we can see what we are doing (ctrl +)I zoom into 3200%. 

Okay now that we have that created select your line tool.  Select the color that you would like your lines to be.  I usually go with black diagonal lines and then fade them out a little bit.   Now we are going to draw our line from corner to corner.  If you hold down shift while you draw your line it will create a nice straight diagonal line for you.   Okay so now we have our line.

 Now the secret here is now we have to create two 1 pixel dots in the top left corner and the bottom right.  This will give it the start of our new lines.

 

In this example I placed a white background behind the line so you could better see the 1 pixel dots that I created in the corner. 

Okay now we have our diagonal line.  Now lets apply the line as a pattern so we can put it into a background.  Select edit--> Define Pattern. 

Now give your pattern a name and click okay.


Okay so we have our pattern created.  Lets open up a new file and create our background.  Select File -->New.  I created mine as 22 pixels wide and 934 pixels high with a white background.

First lets create a new layer and title it bg.  I am going to apply a blue gradient to my layer called bg. 

Now that we have a background created we are now going to apply a new layer and call it lines.  Fill the lines layer with a white background.  Double click your lines layer to get into your layer style properties.  Your now going click on the Pattern Overlay option (make sure you check the box). Now select your pattern you just created called lines. Click Okay

 

Now you should have something that looks like this. 

Now lets let that blue background shine through.  Lower the opacity on your lines layer to about 22%. We should now have a background that looks like this.

Now lets apply this to our html page and see how it looks.  Save your file as newBG.gif.  Your html code should look something like this.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
<!--
body {
   background-image: url(http://nicole.cfwebtools.com/bgNew.gif);
}
-->
</style></head>

<body>
</body>
</html>

 

At this point if you were insert your image into your background you would get something that looked like this. 

 

This is not at all what we want!  So lets open that newBG.gif up and fix the image!  What happened here is our line does not start at the right top corner of the image.  The easiest way to fix this is to just narrow your image up a little bit by cropping the image.  As long as your lines start in that top right corner they will flow in the diagonal direction. 

That’s it!  You now have a nice flowing diagonal background.


You can view a live example here




Blog provided and hosted by CF Webtools. Blog Sofware by Ray Camden.