<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DesignBash &#187; Photoshop</title>
	<atom:link href="http://www.designbash.com/category/photoshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designbash.com</link>
	<description>web magazine and more...</description>
	<lastBuildDate>Fri, 25 Nov 2011 01:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Make a Favicon for your Blog &#8211; An Easy How To&#8230;</title>
		<link>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/</link>
		<comments>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:27:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=303</guid>
		<description><![CDATA[In the world of modern web design, Favicons are considered one of the most important aspects of your website. Although it may only be 16px by 16px, the importance of this icon should not be underestimated. This is the type of polish that puts your site in a whole new league. But really, they are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to"><img src="http://www.designbash.com/wp-content/uploads/2010/03/favicon-guide.jpg" alt="" title="favicon-guide" width="500" height="150" class="aligncenter size-full wp-image-319" /></a><br />
In the world of modern web design, Favicons are considered one of the most important aspects of your website. Although it may only be 16px by 16px, the importance of this icon should not be underestimated. This is the type of polish that puts your site in a whole new league.<span id="more-303"></span></p>
<p>But really, they are kinda nice and having one makes your site seem just a little more professional. So today the gloves come off and we&#8217;re going to make a sweet favicon for an application I&#8217;ve been working on.</p>
<h2>But Where do I Start?</h2>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-304" title="new-favicon-psd" src="http://www.designbash.com/wp-content/uploads/2010/03/new-favicon-psd.png" alt="" width="462" height="198" /><br />
The first step I like to take when making a favicon is to create a 16px by 16px Photoshop document &#8211; which is the standard favicon size. For this quick tutorial I already have a nice little logo created &#8211; and I&#8217;ll be using that to make my favicon.</p>
<h2>Keep it Simple, Stupid</h2>
<p>Because there is so little space to work with, it&#8217;s important to keep your favicon as simple as possible. My starting logo is a bit too busy to make into a favicon, plus favicons need to be square &#8211; so what I&#8217;ll probably do is lose the text and use either just the envelope edges and the heart.</p>
<div id="attachment_305" class="wp-caption aligncenter" style="width: 387px"><img class="size-full wp-image-305" title="my-logo-example" src="http://www.designbash.com/wp-content/uploads/2010/03/my-logo-example.png" alt="" width="377" height="196" /><p class="wp-caption-text">My Starting Logo, I&#39;ll be losing the text and keep just the envelope and heart.</p></div>
<h2 style="text-align: left;">Some Playing Around</h2>
<p>After playing around for 10-minutes in Photoshop, I quickly realized that 16-pixels is just too small to preserve the definition of the actual envelope. What I&#8217;ve ended up doing instead is using just the edges (red and blue stripes) of my envelope with a heart in the middle. A couple things I noticed as I did this:</p>
<ol>
<li>When transforming things down in size, <strong>blacks will sometimes become a little too gray and need to be darkened</strong> (using the Photoshop burn tool).</li>
<li>Whatever you end up with, <strong>run the sharpen tool over it a few times</strong>. It really helps clear up any blurry edges that resulted from such a dramatic size reduction.</li>
</ol>
<p>The final result looks something like this:</p>
<h2><img class="aligncenter size-full wp-image-307" title="my-favicon" src="http://www.designbash.com/wp-content/uploads/2010/03/my-favicon.png" alt="cool favicon" width="97" height="58" /></h2>
<h2>Next Up, Turn that PNG into an ICO file&#8230;</h2>
<p>Now comes the easy part. First, save your favicon as a PNG file. PNG is better than JPG because it is a lossless format, and with such a small image, you cannot afford to lose any quality. <strong>Next, head over to this <a href="http://www.dagondesign.com/tools/favicon-generator-tool/">sweet favicon generator</a> &#8211; the best tool I&#8217;ve found for converting images to the ICO favicon format</strong>. To be honest, I tried a few different sites and they all gave me problems except for this one.</p>
<h2>Making it Display on Your Blog or Site</h2>
<p>Once you have the ICO file on your computer, you need to <strong>rename it &#8220;favicon.ico&#8221;</strong>, anything else and it simply won&#8217;t work. Next you need to <strong>upload the icon to your public_html directory</strong> (it won&#8217;t work anywhere else). Finally, you&#8217;ll also need to include this small snippet of code in the &lt;head&gt; of your HTML files:</p>
<pre class="brush:html">
<link rel="shortcut icon" href="/favicon.ico" />
</pre>
<p>If everything is setup properly you should now see a favicon when you refresh your site. I should mention that I did have a problem with Firefox not displaying the icon, but I think it was a caching issue because I verified it with this <a href="http://www.seositecheckup.com/favicon.php">seositecheckup</a> tool and everything seemed good!</p>
<p>Here is what it looks like using Safari<br />
<img src="http://www.designbash.com/wp-content/uploads/2010/03/favicon-example.png" alt="Nice Favicon Example" title="favicon-example" width="240" height="29" class="aligncenter size-full wp-image-316" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/make-a-favicon-for-your-blog-an-easy-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Offset Filter &#8211; Making Seamless Textures</title>
		<link>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/</link>
		<comments>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Pattern]]></category>
		<category><![CDATA[Seamless]]></category>
		<category><![CDATA[Texture]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=250</guid>
		<description><![CDATA[Today we will be working with the offset filter in Photoshop to help create a seamless textured pattern. If you ever find yourself trying to make repeatable patterns for the web, then you'll definitely want to follow this quick tutorial.]]></description>
			<content:encoded><![CDATA[<p>Today we will be working with the offset filter in Photoshop to help create a seamless textured pattern. If you ever find yourself trying to make repeatable patterns for the web, then you&#8217;ll definitely want to follow this quick tutorial.<span id="more-250"></span> I&#8217;ll be using a random texture that I found somewhere on the internet, you can grab it here (click on the thumb for the full size):</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/jute-texture.jpg"><img class="size-medium wp-image-251" title="jute-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/jute-texture-300x212.jpg" alt="Jute Texture" width="300" height="212" /></a><p class="wp-caption-text">Download Jute Texture</p></div>
<h3>Step 1 &#8211; Setup Your Photoshop Document</h3>
<p>Go ahead and create a new photoshop document that is <strong>600px by 600px</strong>. Choosing a large tile size will make our background seem less tiled, but may require a little more work depending on the image your trying to make repeatable. Specifically, if your source image has a lot of color variation you might want to choose a smaller tile size to make things easier on yourself. The image we are using has a very consistent color scope, so our 600&#215;600 tile size should be easy enough to work with.</p>
<p><img class="aligncenter size-full wp-image-253" title="seamless-document" src="http://www.designbash.com/wp-content/uploads/2010/01/seamless-document-e1264003762422.png" alt="" width="500" height="282" /></p>
<h3>Step 2 &#8211; Paste in the Jute Texture</h3>
<p>Next you need to paste in the jute texture. I&#8217;ve oriented mine to the top left and scaled it down until it just fits the canvas. You&#8217;ll end up cutting off the right side of the image.</p>
<h3><img class="aligncenter size-full wp-image-254" title="scale-down-texture" src="http://www.designbash.com/wp-content/uploads/2010/01/scale-down-texture-e1264004340229.png" alt="" width="500" height="357" /></h3>
<h3>Step 3 &#8211; Using the Offset Filter</h3>
<p>Now comes the fun part! With your texture layer selected, goto the top menu and choose <strong>Filter &gt; Other &gt; Offset</strong>. We want to offset our image horizontally and vertically by <strong>300-pixels,</strong> allowing us to see where our pattern has its seams. After applying the filter you should see your texture now has 4 defined quadrants. In the next step we are going to clean those up and make our pattern seamless.</p>
<p><img class="aligncenter size-full wp-image-255" title="choose-offset" src="http://www.designbash.com/wp-content/uploads/2010/01/choose-offset-e1264005566588.png" alt="" width="498" height="215" /></p>
<p><img class="aligncenter size-full wp-image-256" title="offset-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/offset-settings-e1264005600492.png" alt="" width="499" height="265" /></p>
<h3>Step 4 &#8211; Smooth the Divisions</h3>
<p>This is the hardest part of making seamless textures. We need to smooth out the dividing lines using photoshop&#8217;s many helpful tools. I&#8217;ve found two different ways to do this, but the method you use ultimately depends on the texture you&#8217;re working with. Some textures are really easy to turn into a pattern, other textures are almost impossible. This jute texture is relatively easy thanks to the consistent color, but there are a few tricks I used to get things just right.</p>
<p><strong>Method #1 &#8211; </strong><em>(I found this works better for this texture)</em></p>
<ol>
<li>Copy areas of the texture that have no seam and paste them (in a new layer) <strong>on top of the seams</strong>. Adding some feathering to your selection <em>(around 5px)</em> will make things a little smoother.</li>
<li>Use the eraser tool (using a soft &amp; small setting) and <strong>erase the edges of your new layer</strong>.</li>
<li>You&#8217;ll find that the edges of your new layer look a little blurred and don&#8217;t really fit in&#8230; to fix this use the <strong>sharpen tool along the edge</strong>.</li>
</ol>
<p><img class="aligncenter size-full wp-image-259" title="copy-and-paste" src="http://www.designbash.com/wp-content/uploads/2010/01/copy-and-paste.jpg" alt="" width="500" height="300" /></p>
<p><strong>Method #2</strong></p>
<ol>
<li>Use the clone tool to remove the seams</li>
<li>If you find things are blurry use the sharpen tool to make things fit properly.</li>
</ol>
<p><strong>TIP</strong>: <em>When you have a relativity seamless pattern you can use the </em><strong><em>burn</em></strong><em> and </em><strong><em>darken</em></strong><em> tools to make the lighting more standard&#8230;</em></p>
<p>It definitely takes a little time to get things perfect, but it&#8217;s worth it in the end. It took me around 20-minutes before I had a semi-perfect seamless texture. Below you&#8217;ll find the final image:</p>
<div id="attachment_267" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/seamless-jute1.jpg"><img class="size-medium wp-image-267" title="seamless-jute" src="http://www.designbash.com/wp-content/uploads/2010/01/seamless-jute1-300x300.jpg" alt="Seamless Jute Texture" width="300" height="300" /></a><p class="wp-caption-text">Download Seamless Jute Texture</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/photoshop/photoshop-offset-filter-making-seamless-textures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Halftone Tutorial Photoshop &#8211; Quickie</title>
		<link>http://www.designbash.com/photoshop/halftone-tutorial-photoshop-quickie/</link>
		<comments>http://www.designbash.com/photoshop/halftone-tutorial-photoshop-quickie/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:50:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Quickie]]></category>
		<category><![CDATA[Quickies]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=130</guid>
		<description><![CDATA[Here is a quick way to produce a neat halftone effect in Photoshop that can be used to give your compositions a little more complexity.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"> </p>
<p style="text-align: center;"><a href="http://www.designbash.com/photoshop/halftone-tutorial-photoshop-quickie"><img class="aligncenter size-full wp-image-131" title="Halftone-Example" src="http://www.designbash.com/wp-content/uploads/2010/01/Halftone-Example-e1262976803281.jpg" alt="halftone tutorial photoshop" width="497" height="150" /></a></p>
<p>Here is a quick way to produce a neat <strong>halftone effect in Photoshop</strong> that can be used to give your compositions a little more complexity.<span id="more-130"></span></p>
<h2>Step One &#8211; Setup the Document</h2>
<p>Start off by creating a new document with the dimensions of <strong>800px by 800px</strong>.</p>
<p><img class="aligncenter size-full wp-image-132" title="halftone-document-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/halftone-document-settings-e1262975128994.png" alt="halftone document settings" width="450" height="210" /></p>
<h2>Step Two &#8211; Black to White Gradient</h2>
<p>Create a new layer and fill it with a <strong>blank-to-white gradient</strong>. Try and make the gradient fairly even across the entire document.</p>
<p><img class="aligncenter size-full wp-image-133" title="black-to-white-gradient" src="http://www.designbash.com/wp-content/uploads/2010/01/black-to-white-gradient-e1262975329729.png" alt="black to white gradient" width="500" height="451" /></p>
<h2>Step Three &#8211; Apply the Halftone Filter</h2>
<p>Select the entire gradient layer and goto <strong>Filter &gt; Pixelate &gt; Color Halftone&#8230; </strong>and fill it in with the settings below.</p>
<p><a href="http://www.designbash.com/wp-content/uploads/2010/01/color-halftone-settings.png"><img class="aligncenter size-full wp-image-134" title="color-halftone-settings" src="http://www.designbash.com/wp-content/uploads/2010/01/color-halftone-settings.png" alt="Color Halftone Settings Photoshop" width="367" height="205" /></a></p>
<h2>Step Four &#8211; Rotate the Halftone Layer</h2>
<p>Next we can rotate the halftone layer by around 45 degrees counter clockwise.</p>
<p><img class="aligncenter size-full wp-image-135" title="rotate-counter-clockwise" src="http://www.designbash.com/wp-content/uploads/2010/01/rotate-counter-clockwise-e1262975744812.png" alt="Halftone Rotate Counter Clockwise" width="500" height="501" /></p>
<h2>Step Five &#8211; Crop it Down</h2>
<p>Next make a selection near the centre of the halftone and crop it &#8211; I ended up cropping a section of ~ 615px by 300px.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-136" title="crop-it" src="http://www.designbash.com/wp-content/uploads/2010/01/crop-it-e1262975997169.jpg" alt="cropped halftone" width="500" height="242" /></p>
<h2>Step Six &#8211; Apply a Pleasing Gradient</h2>
<p>Choose a nice two color gradient (I choose blue). You now have two options. The first is to create a new gradient layer <strong>above</strong> your halftone layer and then <strong>reduce the gradient layer&#8217;s opacity</strong> to a suitable level. Or, the second option is to put a gradient layer <strong>below</strong> the halftone layer, set the halftone layer&#8217;s blending option to &#8220;<strong>Darken</strong>&#8220;, and reduce the <strong>halftone layer&#8217;s opacity</strong> until you find a good level. Either way the effect will be similar!</p>
<p><img class="aligncenter size-full wp-image-137" title="blue-halftone" src="http://www.designbash.com/wp-content/uploads/2010/01/blue-halftone-e1262976537128.jpg" alt="Blue Halftone Example" width="499" height="242" />And there you have it &#8211; a quick and e<strong>asy halftone effect</strong> that you can use to make neat backgrounds!</p>
<p style="text-align: left;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/photoshop/halftone-tutorial-photoshop-quickie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated GIF &#8211; How to Make a Loading Bar</title>
		<link>http://www.designbash.com/tutorials/animated-gif-how-to-make-a-loading-bar/</link>
		<comments>http://www.designbash.com/tutorials/animated-gif-how-to-make-a-loading-bar/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Animations]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=94</guid>
		<description><![CDATA[Todays topic will deal with the wonderfully painful world of animated GIFs. Specifically, how to make animated GIFs inside of Photoshop. For this tutorial I'll be using Photoshop CS3 on a Mac, but I suspect that CS4 probably uses almost the same process. Alright, lets get started!]]></description>
			<content:encoded><![CDATA[<p>Todays topic will deal with the wonderfully painful world of animated GIFs. Specifically, <strong>how to make animated GIFs inside of Photoshop</strong>. For this tutorial I&#8217;ll be using Photoshop CS3 on a Mac, but I suspect that CS4 probably uses almost the same process. Alright, lets get started!<span id="more-94"></span></p>
<p><br class="spacer_" /></p>
<div id="attachment_126" class="wp-caption aligncenter" style="width: 274px"><a href="http://www.designbash.com/wp-content/uploads/2010/01/animated-loading-bar.gif"><img class="size-full wp-image-126" title="animated-loading-bar" src="http://www.designbash.com/wp-content/uploads/2010/01/animated-loading-bar.gif" alt="animated-loading-bar" width="264" height="34" /></a><p class="wp-caption-text">Our Final Product</p></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>First off, I know that it&#8217;s easy to find semi-customizable GIF makers around the web. This being said, I think it&#8217;s important to understand how to make these yourself, as it allows for a degree of customizability that would otherwise be impossible with the online tools such as <a href="http://www.ajaxload.info/" target="_blank">AjaxLoad</a> (a great tool to make little AJAX loaders).</p>
<h3>A Word of Warning</h3>
<p>I love Photoshop with all my heart, but to be honest, creating animated GIFs can be painful and annoying. Things just don&#8217;t work the way you would expect, and if you mess things up bad enough, it means sometimes redoing the entire animation (<em>aka make sure your history settings are set to longer than normal</em>). What makes this worse is that changing small details can be really annoying because it seems like you need to do it across ALL your frames of animation. If anyone out there has any insight into this please let me know and I&#8217;ll update this post. Thanks <img src='http://www.designbash.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Step One: Create a Nifty Looking Loader Bar</h3>
<p>First we&#8217;ll create a new Photoshop document with the following settings:</p>
<p><img class="aligncenter size-full wp-image-98" title="new-document-animated-loader" src="http://www.designbash.com/wp-content/uploads/2010/01/new-document-animated-loader-e1262893909516.png" alt="Animated Banner Settings" width="400" height="226" /></p>
<p>Next we need to create the background for the loading bar. When creating basic elements I generally try to use <strong>vector shapes</strong> whenever possible. This allows me to scale my work without losing quality and ends up saving me tons of time if I ever need to resize my document. Go ahead and create a vector rectangle shape (<em>U key</em>). Make sure that you&#8217;re making a shape, not a path. Your top toolbar should look like this:</p>
<p><img class="aligncenter size-full wp-image-100" title="vector-shape" src="http://www.designbash.com/wp-content/uploads/2010/01/vector-shape.png" alt="vector toolbar" width="409" height="27" /></p>
<p>Now, using the info panel for precision, make the rectangle shape exactly <strong>260px by 30px </strong>and centre it on in the document. Another thing that&#8217;s nice about vector shapes is how easy it is to change their color. All you need to do is double click the color swatch located on the left side of the layer (in the layer panel). For this example I choose a light grey <strong>#d2d2d2</strong>. Your basic outline should look something like this (<em>click to enlarge</em>):</p>
<p style="text-align: center;">0<a href="http://www.designbash.com/wp-content/uploads/2010/01/create-loader-shape-e1262896351926.png"><img class="aligncenter size-full wp-image-101" title="create-loader-shape" src="http://www.designbash.com/wp-content/uploads/2010/01/create-loader-shape-e1262896351926.png" alt="create loader shape" width="560" height="248" /></a></p>
<p style="text-align: left;">Next up we will add a subtle gradient overlay to give our loader background a little more depth. Make sure that <strong>foreground color is set to white</strong> <strong>(#ffffff)</strong> and double click on the layer  (<em>again, in the layer panel</em>) to pop open the layer styles dialog. In the Gradient Overlay section click on the Gradient dropdown to see all our possible gradients. In this instance we want to have a <strong>white to transparent gradient</strong>, which will probably be your second gradient swatch (<em>you did choose a white foreground, didn&#8217;t you?</em>). We will also be adding a small inner shadow:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-107" title="background-styles" src="http://www.designbash.com/wp-content/uploads/2010/01/background-styles.png" alt="" width="316" height="521" /></p>
<p style="text-align: left;">If everything is working out, your image should look something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-108" title="animated-loader-background" src="http://www.designbash.com/wp-content/uploads/2010/01/animated-loader-background.png" alt="" width="400" height="200" /></p>
<p style="text-align: left;">OK, now let&#8217;s make the actual loader. I like the glossy candy-striped look, but you can really choose anything you want. Start by <strong>duplicating the layer we&#8217;ve been working on</strong>, and make sure that it is sitting on top of our background layer. Right-click on the new layer and choose &#8220;<strong>remove layer styles</strong>&#8221; to clear out our old styles and rename the layer to something like &#8220;loading bar.&#8221; I want to have a nice viberent red loading bar, so I choose #ff2f2f as my base color. Now we are going to add some layer styles that will give our loading bar that glossy look. Just like before, make sure that you have pure white selected as your foreground color. We are adding 4 different styles: an<strong> inner shadow</strong>, an <strong>inner glow</strong>, a <strong>gradient overlay</strong>, and a <strong>pattern overlay</strong>. If you want to use the same pattern that I&#8217;m using, I&#8217;ll attach it to this tutorial at the end.</p>
<p style="text-align: left;"><a href="http://www.designbash.com/wp-content/uploads/2010/01/loadingbar-layer-styles.png"><img class="aligncenter size-full wp-image-110" title="loadingbar-layer-styles" src="http://www.designbash.com/wp-content/uploads/2010/01/loadingbar-layer-styles.png" alt="" width="300" height="800" /></a></p>
<p style="text-align: left;">Whew, I know it&#8217;s a lot of styles, but it creates a really nice effect! At this point you should have something that looks kinda like this:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-111" title="loading-style" src="http://www.designbash.com/wp-content/uploads/2010/01/loading-style-e1262901279501.png" alt="loading bar style" width="398" height="197" /></p>
<p style="text-align: left;">Finally, you should reselect the background layer (the grey one) and transform the shape so that it sticks out 1px by on each side. This will give our loader a little border.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-113" title="with-border" src="http://www.designbash.com/wp-content/uploads/2010/01/with-border.png" alt="" width="339" height="95" /></p>
<h3>Step Two &#8211; Animating the GIF in Photoshop</h3>
<p>With our loader in vector format, we can now start the process of animation. There are quite a few ways of doing this and tons of little tricks and tips, but if you&#8217;ve never animated a GIF before I&#8217;ll try and keep this easy (there is probably a faster/more complicated way to do this).</p>
<p>First things first, transform your loading bar until it is only a few pixels wide:</p>
<p><img class="aligncenter size-full wp-image-114" title="only-a-few-px" src="http://www.designbash.com/wp-content/uploads/2010/01/only-a-few-px.png" alt="" width="329" height="85" />Now comes the annoying part. First you need to open up the animation window.</p>
<p><a href="http://www.designbash.com/wp-content/uploads/2010/01/animation-window.png"><img class="aligncenter size-full wp-image-115" title="animation-window" src="http://www.designbash.com/wp-content/uploads/2010/01/animation-window.png" alt="photoshop-animation-window" width="347" height="313" /></a></p>
<p style="text-align: left;">By default, your animation window is probably on the wrong setting (timeline mode) and we want to do this animation frame by frame. Adobe has hidden a huge menu in the animation window, it&#8217;s located in the top right corner, just below the close button. Click on it and select &#8220;<strong>convert to frame animation</strong>&#8220;. If you&#8217;ve done this right your animation window should now look something like this:</p>
<p style="text-align: center;"><a href="http://www.designbash.com/wp-content/uploads/2010/01/frame-animation.png"><img class="aligncenter size-full wp-image-116" title="frame-animation" src="http://www.designbash.com/wp-content/uploads/2010/01/frame-animation.png" alt="" width="397" height="96" /></a></p>
<p style="text-align: left;">Now we need to put in some guides so that we can animate our loading bar with precision. The number of slices you put in will correspond with the smoothness of your loading bar. The more guides you place, the more frames you&#8217;ll need, and the smoother the animation will be. It doesn&#8217;t need to be exact, but try to keep it relatively uniform. Take a look at my example:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-118" title="loader-with-guides" src="http://www.designbash.com/wp-content/uploads/2010/01/loader-with-guides.png" alt="loader with guides" width="323" height="75" /></p>
<p style="text-align: left;">With our guides in place we can start the actual animation process. In the animation panel you can add new frames by clicking the new frame button (<em>bottom of the animation window, just left of the trash icon</em>). While clicked on the second frame, duplicate the loading bar, and horizontally transform it &#8211; moving the right side up by one &#8220;notch.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-119" title="first-increment" src="http://www.designbash.com/wp-content/uploads/2010/01/first-increment-e1262971859944.png" alt="" width="500" height="190" /></p>
<p style="text-align: left;">Photoshop allows you to hide and show layers within the animation timeline, and that&#8217;s really the magic that will make our loading bar move. Click back on the first frame of animation and hide the duplicated layer we just created. Now when you click between the first and second frame, you should see the loading bar get bigger and smaller. It&#8217;s good practice to name your layers after their corresponding frames, so the first (smallest) loading bar layer should  be named &#8220;1st&#8221;.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-123" title="more-increments" src="http://www.designbash.com/wp-content/uploads/2010/01/more-increments-e1262972279493.png" alt="" width="500" height="200" /></p>
<p style="text-align: left;">Hopefully you&#8217;re getting the idea by now. Go ahead and finishing incrementing the loader until you&#8217;ve filled up the entire thing. It can be hassle to do all the frames, and you&#8217;ll find that Photoshop can be a little annoying. What seemed to work for me was to <strong>1. add new frame, 2. hide the current loader step, 3. duplicate the hidden loader step, 4. unhide and transform the duplicated loader step</strong>&#8230; <em>repeat, repeat, repeat&#8230; (If you do it in this order you won&#8217;t need to go back and re-hide the duplicated loader step in each animation frame). </em>My animation took a total of 26 frames, yikes!</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-124" title="26 frames" src="http://www.designbash.com/wp-content/uploads/2010/01/26-frames-e1262973170777.png" alt="" width="450" height="572" /></p>
<p style="text-align: left;">You can tweak the timing in the animation window &#8211; in my project each frame is set to take 0.07 seconds:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-125" title="07-seconds" src="http://www.designbash.com/wp-content/uploads/2010/01/07-seconds.png" alt="" width="470" height="125" /></p>
<p style="text-align: left;">When you&#8217;re ready to export make sure you save it as a GIF and the animation should work just fine. The finished product looks quite nice: <em>(for this example I&#8217;ve set the gif to automatically repeat, although you probably only want it to play once)</em></p>
<p style="text-align: left;"><em><a href="http://www.designbash.com/wp-content/uploads/2010/01/animated-loading-bar.gif"><img class="aligncenter size-full wp-image-126" title="animated-loading-bar" src="http://www.designbash.com/wp-content/uploads/2010/01/animated-loading-bar.gif" alt="animated-loading-bar" width="264" height="34" /></a><br />
 </em></p>
<p>So thats it! As I mentioned before, there is probably a much easier and efficient method of doing this, but for simple animations this technique will work fine.</p>
<p>Feel free to <strong><a href="http://www.designbash.com/wp-content/uploads/2010/01/animated-loader.psd">download the source PSD</a></strong> and have a look for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/tutorials/animated-gif-how-to-make-a-loading-bar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

