Mobile app version of vmapp.org
Login or Join
Reiling762

: How can I create a half-circle patterned background in photoshop? Have a look at this website: http://owltastic.com/extras.html - in particular, look at the topmost part of the page. You can see

@Reiling762

Posted in: #AdobePhotoshop #Background #Patterns

Have a look at this website: owltastic.com/extras.html - in particular, look at the topmost part of the page. You can see a small background the bottom of which forms half circles. The same effect can be seen below the own in the "work with me" box.

I would like to create a similar background using photoshop.

Can anyone recommend a tutorials or technique that can help me create something similar? I'm very new to Photoshop.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Reiling762

2 Comments

Sorted by latest first Latest Oldest Best

 

@Reiling762

Create a new document
Select the Ellipse tool (U)
Hold shift, and click+drag out your circle
Select the Move Tool (V)
Alt+shift drag the circle layer.
This will duplicate the layer, and keep it aligned while you drag it.
Repeat step 5 as many times as you'd like.
Select the Crop Tool (C)
Select the bottom half (or upper half) of the circles, and press the enter/return key.


EDIT

That should leave you with what you're looking for. Of course, feel free to delete the default white background and save it as a png/gif if you need transparency.

Now, if you want to use this type of pattern on the web, use a method similar as the above put only make ONE circle, crop it, and save it.

Then, as part of your code, use this:
#mySpecialBackground
{
background-image:url('halfCircle.gif');
background-repeat:repeat-x;
}


This would of course make the background of that ID the half circles, looping the same image over the x-axis. This helps lower loading time as opposed to using a larger image.

10% popularity Vote Up Vote Down


 

@Speyer780

I would cheat... use a round brush, create the circles, and cut the top half off. :)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme