<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ photoshop - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ photoshop - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Sat, 23 May 2026 22:21:14 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/tag/photoshop/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ How to Blur a Picture in Photoshop - Blur Faces, Backgrounds, and More ]]>
                </title>
                <description>
                    <![CDATA[ This tutorial will show you how to blur faces, backgrounds, text, and more using Photoshop CC. We'll be making use of the Gaussian blur effect. The first step is to open the image you want to modify in Photoshop CC. How to blur an entire image in Ph... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-blur-a-picture-in-photoshop-blur-faces-backgrounds-and-more/</link>
                <guid isPermaLink="false">66b202e3eea9870582e16c4b</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Sat, 09 Nov 2019 17:42:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/blur-face.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>This tutorial will show you how to blur faces, backgrounds, text, and more using Photoshop CC.</p>
<p>We'll be making use of the Gaussian blur effect. The first step is to open the image you want to modify in Photoshop CC.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-151.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-how-to-blur-an-entire-image-in-photoshop">How to blur an entire image in Photoshop</h3>
<p>If you want to blur the entire image choose <strong>Filter &gt; Blur &gt; Gaussian Blur...</strong></p>
<p>Adjust the radius to add more or less blur to the image. Then click "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-155.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You're done!</p>
<h3 id="heading-how-to-blur-faces-in-photoshop-easy-method">How to blur faces in Photoshop (easy method)</h3>
<p>If you want to blur a face in Photoshop, here is an easy way to do it. You can also use this method to blur text, logos, backgrounds, and anything else you want to blur. </p>
<p>First, use the selection tools to select the area you want to blur. In the following example, the face is selected using the Elliptical Marquee Tool.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-156.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Next, apply a Gaussian Blur just like before (<strong>Filter &gt; Blur &gt; Gaussian Blur...</strong>). Select the radius and click "OK". Finally, choose <strong>Select &gt; Deselect</strong>.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-157.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You're done!</p>
<h3 id="heading-how-to-blur-faces-in-photoshop-advanced-method">How to blur faces in Photoshop (advanced method)</h3>
<p>In the easy method above, there is a hard line between the blurred section and the unblurred section. If you want to make a soft transition between the sections, use this advanced method. This method will also keep the unblurred version on a separate layer so it will be easy to revert if necessary.</p>
<p>First, duplicate the layer by right clicking on the layer and selecting "Duplicate layer...".</p>
<p>Next, apply a Gaussian Blur just like before (<strong>Filter &gt; Blur &gt; Gaussian Blur...</strong>) with your desired radius.</p>
<p>Add a layer mask to the duplicated layer by clicking the "Add vector mask" button. Make sure to hold OPTION on Mac or ALT on Windows while clicking the button to conceal the entire layer behind the mask. You will no longer see the blurred layer.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-159.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>The next step is to use a brush tool to paint the areas that you want to be blurred. Make sure the brush tool has a soft edge (consider setting the hardness to 0%) and use white as the foreground color.</p>
<p>When you paint white on the mask the areas you paint will become blurred because the blurred layer is revealed.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-160.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You can see in the image above that the original unblurred layer is still available.</p>
<p>You can continue to paint any section you want blurred.</p>
<p>You're done!</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How to Turn a Picture into a Cartoon with Photoshop CC ]]>
                </title>
                <description>
                    <![CDATA[ A fun photo effect is to make a photo look like a cartoon. In this tutorial you will learn how to use Photoshop CC to make a photo look like a cartoon drawing. Step 1: Open the photo and make sure it has a solid background. If you need help ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-turn-a-picture-into-a-cartoon-with-photoshop/</link>
                <guid isPermaLink="false">66b2035782069b4c678c98ce</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Fri, 08 Nov 2019 19:27:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/cartoon.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>A fun photo effect is to make a photo look like a cartoon. In this tutorial you will learn how to use Photoshop CC to make a photo look like a cartoon drawing.</p>
<h3 id="heading-step-1-open-the-photo-and-make-sure-it-has-a-solid-background">Step 1: Open the photo and make sure it has a solid background.</h3>
<p>If you need help removing a background from a photo, check out <a target="_blank" href="https://www.freecodecamp.org/news/how-to-remove-a-background-in-photoshop-cc/">this background eraser tutorial</a>.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-161.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-2-duplicate-the-layer-two-times">Step 2: Duplicate the layer two times.</h3>
<p>To duplicate a layer, right click on the layer and select "Duplicate Layer...". After duplicating the layer two times, hide the top layer and select the second layer.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-163.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-3-add-a-cutout-filter-to-the-second-layer">Step 3: Add a Cutout filter to the second layer.</h3>
<p>To add a Cutout filter, first choose <strong>Filter &gt; Filter Gallery...</strong> Then select "Cutout". Set Number of Levels to 7, Edge Simplicity to 2, and Edge Fidelity to 2. You can experiment with other numbers if you like. Click "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-164.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-4-add-a-poster-edges-filter-to-the-top-layer">Step 4: Add a Poster Edges filter to the top layer.</h3>
<p>Unhide and select the top layer. Just like the last step, choose <strong>Filter &gt; Filter Gallery...</strong> This time select "Poster Edges". Set Edge Thickness to 10, Edge Intensity to 10, and Posterization to 2. Click "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-165.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-5-adjust-the-threshold-on-the-top-layer">Step 5: Adjust the Threshold on the top layer.</h3>
<p>Choose <strong>Image &gt; Adjustments &gt; Threshold...</strong> Set the Threshold Level to 50. Depending on your image, other values could look better. Select "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-166.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-6-add-an-oil-paint-filter-to-the-top-layer">Step 6: Add an Oil Paint filter to the top layer.</h3>
<p>Choose <strong>Filter &gt; Stylize &gt; Oil Paint...</strong> Set Stylization to 5.0, Cleanliness to 7.0, Scale to 8.0, and Bristle Detail to 1.0. Select "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-167.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-7-adjust-the-threshold-again-on-the-top-layer">Step 7: Adjust the Threshold again on the top layer.</h3>
<p>Choose <strong>Image &gt; Adjustments &gt; Threshold...</strong> Set the Threshold Level to 150 this time. Depending on your image, other values could look better. Select "OK".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-168.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-8-change-the-blending-mode-of-the-top-layer-to-color-burn">Step 8: Change the blending mode of the top layer to "Color Burn".</h3>
<p>In the blending mode dropdown menu, select "Color Burn".</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-169.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You're done! Your picture now looks like a cartoon.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How to Fix Red Eye - Use Photoshop CC to Remove Red Eye from Pictures ]]>
                </title>
                <description>
                    <![CDATA[ It's simple to remove red eyes from photos using Photoshop. This tutorial will show you how to remove red eye in three easy steps. Step One: Open your photo with red eye in Photoshop. Step Two: Select the Red Eye Tool. Step Three: Click anywhere in... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-fix-red-eye-use-photoshop-to-remove-red-eye-from-pictures/</link>
                <guid isPermaLink="false">66b2031c27569435a9255abe</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Wed, 06 Nov 2019 19:26:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/red-eye.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>It's simple to remove red eyes from photos using Photoshop. This tutorial will show you how to remove red eye in three easy steps.</p>
<h3 id="heading-step-one-open-your-photo-with-red-eye-in-photoshop">Step One: Open your photo with red eye in Photoshop.</h3>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-170.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-two-select-the-red-eye-tool">Step Two: Select the Red Eye Tool.</h3>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-171.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-three-click-anywhere-in-the-red-part-of-each-eye-with-the-red-eye-tool">Step Three: Click anywhere in the red part of each eye with the Red Eye Tool.</h3>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-173.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You're done! </p>
<h2 id="heading-not-good-enough">Not good enough?</h2>
<p>If the results are not exactly what you are looking for, there are a few things you can do to improve the results.</p>
<p>You can modify the Pupil Size and Darken Amount settings. Usually you won't need to change these but sometimes it can help. </p>
<p>The Pupil Size setting changes how big of an area will darken. The Darken Amount setting will change how dark the red area becomes.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-174.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Sometimes just clicking a red eye will not make the entire red area dark. You can also click and drag using the Red Eye Tool to indicate the entire area that contains red. Try selecting an area if just clicking the red eye does not work correctly.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-176.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Since all pictures are slightly different, you may have to experiment with the settings until you get the look that you want. You can also try clicking different areas of the red eye or selecting different sizes of the red eye.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How to Open a PSD File Without Photoshop ]]>
                </title>
                <description>
                    <![CDATA[ Do you have a Photoshop (.psd) file that you need to open but you don't have Photoshop? In this guide you will learn a few different ways you can open a Photoshop file for free without paying for Photoshop. Preview on Google Drive You can use this me... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-open-a-psd-file-without-photoshop/</link>
                <guid isPermaLink="false">66b2033e27569435a9255ac3</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Wed, 06 Nov 2019 19:20:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/psd-image.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Do you have a Photoshop (.psd) file that you need to open but you don't have Photoshop? In this guide you will learn a few different ways you can open a Photoshop file for free without paying for Photoshop.</p>
<h3 id="heading-preview-on-google-drive">Preview on Google Drive</h3>
<p>You can use this method no matter what type of operating system you have. Just upload your PSD file to Google Drive. You will be able to preview the file.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-179.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-180.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Once you are previewing the file, you can take a screen shot and then open the screenshot file in a different program. </p>
<p>Here are some shortcuts to take screenshots on various operating systems:</p>
<ul>
<li>Windows: Win+Shift+S</li>
<li>Mac: Command+Shift+4</li>
<li>ChromeOS: Ctrl + Shift + []]] (window switch key)</li>
</ul>
<h3 id="heading-irfanview-windows-only">IrfanView (Windows Only)</h3>
<p>InfranView is a free program you can download on Windows. It will allow you to display a PSD Photoshop file, as well as save it in a bunch of other popular formats. However, it does not support layers in Photoshop files so everything will be merged into a single layer.</p>
<p><a target="_blank" href="https://www.irfanview.com/main_download_engl.htm">Download IrfanView here.</a></p>
<h3 id="heading-preview-mac-only">Preview (Mac Only)</h3>
<p>The built-in Preview program on MacOS can open Photoshop files. Just right click on the file, choose "Open With", then "Preview". Once the file is opened in Preview, you can export it to other formats by choosing "File", then "Export...". The Export menu has a dropdown menu where you can select the format. Just like IrfanView, layer information is not supported.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-182.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-gimp">GIMP</h3>
<p>GIMP is a free, open source alternative to Photoshop. It can open PSD files and even preserves layer information. GIMP is the most powerful option on this list and will allow you to make other modifications to the file.</p>
<p>To open a Photoshop file in GIMP, first <a target="_blank" href="https://www.gimp.org/downloads/">download and install GIMP</a>.</p>
<p>Then, open the Photoshop file in GIMP. Just use the default settings to convert the file.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-190.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>You now have access to the image in GIMP, including all the layers! You can edit the image, or export it in any format. GIMP may not preserve all text information or layer styles.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-186.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>Now you know you don't need Photoshop to open PSD files!</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How to Use Photoshop - Free Tutorials to Get You Started ]]>
                </title>
                <description>
                    <![CDATA[ Photoshop is the top image editing software in the world. Many jobs require knowledge of how to use Photoshop. It is used by designers, web developers, graphic artists, photographers, creative professionals, and more.  Photoshop has a learning curve ... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-use-photoshop-free-tutorials-to-get-you-started/</link>
                <guid isPermaLink="false">66b2036a82069b4c678c98d0</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Tutorial ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Tue, 05 Nov 2019 19:18:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/ps-tut-image.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Photoshop is the top image editing software in the world. Many jobs require knowledge of how to use Photoshop. It is used by designers, web developers, graphic artists, photographers, creative professionals, and more. </p>
<p>Photoshop has a learning curve and can be intimidating for beginners. Luckily, there are a bunch of great free tutorials to learn how to use Photoshop. Here are 7 places you can go to find free Photoshop tutorials.</p>
<h3 id="heading-the-official-tutorials">The official tutorials</h3>
<p>One of the best places to learn Photoshop for free is directly from Adobe, the company which makes Photoshop. </p>
<p>Adobe offers 190 free Photoshop tutorials on their website. Each tutorial includes sample files, videos, and written instructions. You can learn everything from the basics to advanced topics.</p>
<p>Learn from Adobe here: <a target="_blank" href="https://helpx.adobe.com/photoshop/tutorials.html">https://helpx.adobe.com/photoshop/tutorials.html</a></p>
<h3 id="heading-photoshop-basics-from-gcflearnfreeorg">Photoshop Basics from GCFLearnFree.org</h3>
<p>This free Photoshop tutorial is sponsored by the Goodwill Community Foundation. The course covers basic and advanced tasks and is a great introduction to Photoshop.</p>
<p>View the course here: <a target="_blank" href="https://edu.gcfglobal.org/en/photoshopbasics/">https://edu.gcfglobal.org/en/photoshopbasics/</a></p>
<h3 id="heading-photoshop-essentials">Photoshop Essentials</h3>
<p>The photoshopessentials.com website has a bunch of free Photoshop tutorials. Some have videos and some do not but they are all well done.</p>
<p>They offer step-by-step tutorials for all skill levels, written with beginners in mind. They have tutorials on Photoshop basics, photo editing and retouching, text effects and more.</p>
<p>Check out the site: <a target="_blank" href="https://www.photoshopessentials.com/">https://www.photoshopessentials.com/</a></p>
<h3 id="heading-photoshop-star">Photoshop Star</h3>
<p>Photoshop Star is similar to Photoshop Essentials. They have a lot of free Photoshop tutorials. The tutorials are step-by-step guides to create many different effects in photoshop.</p>
<p>Most of the tutorials provide source files to follow along with while going through the tutorials.</p>
<p>Start learning here: <a target="_blank" href="https://photoshopstar.com/">https://photoshopstar.com/</a></p>
<h3 id="heading-photoshop-cafe">Photoshop Cafe</h3>
<p>This is another site that has many different free Photoshop tutorials. Lean how to use the different tools in Photoshop to create a wide variety of looks and effects. The site also has some paid courses.</p>
<p>Go here for the tutorials: <a target="_blank" href="https://photoshopcafe.com/">https://photoshopcafe.com/</a></p>
<h3 id="heading-the-complete-beginners-guide-to-photoshop">The complete beginner's guide to Photoshop</h3>
<p>This free course is from way back in 2014. But almost everything in the course is still relevant to the newest version of Photoshop. If you are looking for a single video course that covers everything you need to know about Photoshop, this is a good choice.</p>
<p>Start watching here: <a target="_blank" href="https://www.youtube.com/watch?v=sF_jSrBhdlg&amp;list=PLYfCBK8IplO6v0QjCj-TSrFUXnRV0WxfE&amp;index=1">https://www.youtube.com/watch?v=sF_jSrBhdlg&amp;list=PLYfCBK8IplO6v0QjCj-TSrFUXnRV0WxfE&amp;index=1</a></p>
<h3 id="heading-youtube-channels">YouTube channels</h3>
<p>There are a lot of great YouTube channels that have high-quality Photoshop tutorials. Check out the following channels:</p>
<ul>
<li>Photoshop Training Channel: <a target="_blank" href="https://www.youtube.com/channel/UCdQ_ZkYaMe6qPoueUyPQgpQ">https://www.youtube.com/channel/UCdQ_ZkYaMe6qPoueUyPQgpQ</a></li>
<li>PiXimperfect: <a target="_blank" href="https://www.youtube.com/channel/UCMrvLMUITAImCHMOhX88PYQ">https://www.youtube.com/channel/UCMrvLMUITAImCHMOhX88PYQ</a></li>
<li>tutvid: <a target="_blank" href="https://www.youtube.com/user/tutvid">https://www.youtube.com/user/tutvid</a></li>
<li>PHLEARN: <a target="_blank" href="https://www.youtube.com/user/PhlearnLLC">https://www.youtube.com/user/PhlearnLLC</a></li>
</ul>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ Learn How to Use Photoshop for Free - 7 Great Online Classes and Tutorials ]]>
                </title>
                <description>
                    <![CDATA[ Photoshop is a full-featured image editing software. If you want to create or modify any type of image, Photoshop can make it possible. It is used by more professionals than any other graphics software. Photoshop is jam-packed with features which mea... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/learn-how-to-use-photoshop-for-free-great-online-classes-and-tutorials/</link>
                <guid isPermaLink="false">66b20482c181ed99dbd2af30</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Tutorial ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Mon, 04 Nov 2019 19:12:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/ps-image.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Photoshop is a full-featured image editing software. If you want to create or modify any type of image, Photoshop can make it possible. It is used by more professionals than any other graphics software.</p>
<p>Photoshop is jam-packed with features which means there is a learning curve. If you want to master the use of Photoshop, there are a bunch of great free courses you can take online. Here are 7 Photoshop courses where you can learn the software for free.</p>
<h3 id="heading-adobe-photoshop-cc-tutorials-for-beginners-learn-in-7-dayshttpswwwguru99comphotoshop-tutorialshtml"><a target="_blank" href="https://www.guru99.com/photoshop-tutorials.html">Adobe Photoshop CC Tutorials for Beginners: Learn in 7 Days</a></h3>
<p>In this free course from Guru99, you will learn how to use Photoshop CC. The sections in the course contain videos and written instructions to help you grasp the Photoshop IDE quickly. No prior knowledge is expected.</p>
<h3 id="heading-adobe-photoshop-cc-for-beginners-learn-the-main-features-of-photoshop-cchttpswwwskillsharecomclassesadobe-photoshop-cc-for-beginners-learn-the-main-features-of-photoshop-cc1221956544"><a target="_blank" href="https://www.skillshare.com/classes/Adobe-Photoshop-CC-For-Beginners-Learn-The-Main-Features-Of-Photoshop-CC/1221956544">Adobe Photoshop CC For Beginners: Learn The Main Features Of Photoshop CC</a></h3>
<p>This free one-hour course from Will Bartlett on Skillshare is an introduction into Adobe Photoshop CC. It is for absolute beginners. It begins with opening Photoshop and learning the various panel windows. Then the course it covers importing and working with various images, cleaning up acne in photos, removing objects from images, apply effects, working with vector files, exporting, and more.</p>
<h3 id="heading-adobe-photoshop-tutorialshttpshelpxadobecomphotoshoptutorialshtml"><a target="_blank" href="https://helpx.adobe.com/photoshop/tutorials.html">Adobe Photoshop Tutorials</a></h3>
<p>No Photoshop course list would be complete without mentioning the free training provided directly from the company who makes Photoshop. These quality video course include sample files to practice with and text instruction. This is a great place to begin your leaning.</p>
<h3 id="heading-photoshop-cc-2019-essential-training-the-basicshttpswwwlinkedincomlearningphotoshop-cc-2019-essential-training-the-basics"><a target="_blank" href="https://www.linkedin.com/learning/photoshop-cc-2019-essential-training-the-basics">Photoshop CC 2019 Essential Training: The Basics</a></h3>
<p>This Photoshop course is part of LinkedIn Learning (formally Lynda.com). While not free, many libraries in the United States offer free access to LinkedIn Learning. Check your local library to see if you can access this course for free. </p>
<p>In this course you will learn how to work efficiently and effectively with Adobe Photoshop CC 2019. The 5 hour course covers how to use different Photoshop tools and perform common tasks. You will learn about nondestructive editing using Smart Objects, adjustment layers, blend modes, filters, and more.</p>
<h3 id="heading-beginner-to-professional-the-complete-photoshop-guidehttpswwweduonixcomcoursesgraphic-designbeginner-to-professional-the-complete-photoshop-guidecouponcodemoocfree"><a target="_blank" href="https://www.eduonix.com/courses/Graphic-Design/beginner-to-professional-the-complete-photoshop-guide?coupon_code=moocfree">Beginner To Professional The Complete Photoshop Guide</a></h3>
<p>This course from Eduonix is another beginner's Photoshop course. Unlike some of the other courses on this list, it does require you to create an account and sign-in.</p>
<p>The course teaches everything you need to know to get started with Photoshop. It also covers tricks, techniques, and advanced features that will take your skill to the next level.</p>
<h3 id="heading-photoshop-basicshttpsedugcfglobalorgenphotoshopbasics"><a target="_blank" href="https://edu.gcfglobal.org/en/photoshopbasics/">Photoshop Basics</a></h3>
<p>This free Photoshop tutorial is sponsored by the Goodwill Community Foundation. The course covers basic and advanced tasks and is a great introduction to Photoshop. The course features videos and written lessons. The lessons have an easy print feature so this is one of the best courses if you prefer to print out lessons.</p>
<h3 id="heading-four-hour-photoshop-crash-coursehttpswwwyoutubecomwatchvb-0hekkbdjm"><a target="_blank" href="https://www.youtube.com/watch?v=b-0HekkbdJM">Four Hour Photoshop Crash Course</a></h3>
<p>While it's called a "crash course", this course on YouTube covers quite a bit of material in four hours. It will take you from a complete beginner to someone who knows their way around Photoshop. You will learn about the three legs of Photoshop: layers, selections, and color correction. Rather than showing you every single feature, this course focuses on the features people actually use.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ The Price of Photoshop - Is it Worth the Money? Here's How to Try Photoshop for Free. ]]>
                </title>
                <description>
                    <![CDATA[ Photoshop is the industry standard for image editing. But is it worth the money? There are quite a few competitors with different pricing models. In this article we'll cover the price and features of Photoshop and its competitors so you can determine... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/photoshop-price-is-photoshop-worth-the-money-heres-how-to-try-it-for-free/</link>
                <guid isPermaLink="false">66b20603eea9870582e16cc8</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Sun, 03 Nov 2019 19:04:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/photoshop-image.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Photoshop is the industry standard for image editing. But is it worth the money? There are quite a few competitors with different pricing models. In this article we'll cover the price and features of Photoshop and its competitors so you can determine if Photoshop is the best choice for you.</p>
<h2 id="heading-the-price">The price</h2>
<p>Let's get right to it: <strong>Photoshop CC costs $9.99 per month</strong> (US dollars). This price includes 20 GB of cloud storage. You can pay more for additional storage.</p>
<p>Is it worth it? Well, for plenty of people, it is. You have to ask your self if it is worth the price <em>to you</em>.</p>
<p>We'll discuss some reasons Photoshop CC may or may not be worth the price. First, let's cover some competitors so you have something to compare to.</p>
<h2 id="heading-the-competitors">The competitors</h2>
<p>Here just a few of the competitors to Photoshop:</p>
<ul>
<li><a target="_blank" href="https://affinity.serif.com/en-us/photo/">Affinity Photo</a> (Mac, Windows, $49.99)</li>
<li><a target="_blank" href="http://www.pixelmator.com/">Pixelmator</a> (Mac, $39.99)</li>
<li><a target="_blank" href="https://www.paintshoppro.com/en/products/paintshop-pro/">Corel PaintShop Pro</a> (Windows, $69.99)</li>
<li><a target="_blank" href="https://www.gimp.org/downloads/">GIMP</a> (Mac, Windows, Linux, free)</li>
<li><a target="_blank" href="http://www.getpaint.net/">Paint.NET</a> (Windows, free)</li>
</ul>
<p>One thing to notice right away is that all of the main competitors are either free or a one-time fee. Some people like the idea of paying a one-time cost and owning the software forever. Other people may like the subscription model of Photoshop that includes all updates and cloud storage space.</p>
<h2 id="heading-photoshop-vs-competitors">Photoshop vs competitors</h2>
<p>Photoshop and its competitors share many features. All of the programs listed will be able to do basic image editing and anything most people do on a day-to-day basis. Many of the programs can even open Photoshop files (.psd).</p>
<p>However, there are a few things that make Photoshop stand out among its competitors that continue to make Photoshop the number one program used by professional photographers and designers.</p>
<p>Photoshop has more advanced tools and is updated more frequently than most competitors. Also, there are many more tutorials for Photoshop than other graphics software.</p>
<p>Here are a list of features that are part of Photoshop. All of these features are either less developed or nonexistent in much of the competing software.</p>
<ul>
<li>Four healing tools</li>
<li>Color &amp; Luminance Range Masking</li>
<li>Stroke smoothing</li>
<li>Brush organization</li>
<li>Various collaboration tools</li>
<li>Cross-platform compatibility with other Adobe products</li>
<li>Custom path &amp; width</li>
<li>Curvature Pen tool</li>
<li>CMYK mode (especially important for print)</li>
<li>Non-destructive editing (original layer remains unaltered)</li>
<li>User friendly interface</li>
</ul>
<h2 id="heading-so-is-photoshop-worth-it">So is Photoshop worth it?</h2>
<p>Whether or not Photoshop is worth the price comes down to personal preference and use cases. </p>
<p>If you are a professional photographer or designer, you have likely spent thousands of dollars on equipment already. An extra $9.99 per month isn't that much in comparison. If you are paying monthly for Photoshop, you can be assured that you always have access to the best image editing tools available.</p>
<p>However, if you are just starting out, or you don't need all the features that Photoshop offers, it may be better to go with one of the alternatives. You may consider starting with a free alternative, like GIMP, and upgrade when you find you want additional features or a more user friendly interface.</p>
<h2 id="heading-try-it-for-free">Try it for free</h2>
<p>If you are on the fence, you can try out Photoshop for free for a week. In fact, most of Photoshop's competitors offer free trials as well. Try a few and see which one you like best. <a target="_blank" href="https://www.adobe.com/products/photoshop/free-trial-download.html">Start your Photoshop free trial.</a></p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ Background Eraser - How to Remove a Background in Photoshop CC ]]>
                </title>
                <description>
                    <![CDATA[ It's common to want to remove the background of a photo and just keep the subject. The subject of the photo can then be placed on an entirely different background. This guide will show how to erase the background of a photo using Photoshop CC. With t... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-remove-a-background-in-photoshop-cc/</link>
                <guid isPermaLink="false">66b2034627569435a9255ac7</guid>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Fri, 01 Nov 2019 16:55:00 +0000</pubDate>
                <media:content url="https://www.freecodecamp.org/news/content/images/2020/01/background-eraser.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>It's common to want to remove the background of a photo and just keep the subject. The subject of the photo can then be placed on an entirely different background. This guide will show how to erase the background of a photo using Photoshop CC. With the newest version of Photoshop CC, removing backgrounds is easier than ever!</p>
<p>First, make sure Photoshop is the correct tool for the job. If you just want to remove a background quickly, that can be done simply without Photoshop using one of these websites:</p>
<ul>
<li><a target="_blank" href="https://www.remove.bg/">https://www.remove.bg/</a></li>
<li><a target="_blank" href="https://clippingmagic.com/">https://clippingmagic.com/</a></li>
<li><a target="_blank" href="https://removal.ai/">https://removal.ai/</a></li>
</ul>
<p>Here are the steps to remove a background with Photoshop. </p>
<h3 id="heading-step-1-open-your-image-in-photoshop">Step 1: Open your image in Photoshop.</h3>
<p>Open the image. If you have multiple layers, make sure the layer is selected that contains the background you want to remove.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-124.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-2-in-the-select-menu-click-subject">Step 2: In the "Select" menu click "Subject".</h3>
<p>This will cause Photoshop to make a guess at a section of the the subject of the photos.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-123.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>This does a pretty good job selecting the foreground, but there may be a few parts that need to be touched up. In the image below, arrows point to the parts that need to be improved.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-125.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-3-go-back-to-the-select-menu-again-and-click-select-and-mask">Step 3: Go back to the "Select" menu again and click "Select and Mask".</h3>
<p>This will open up a window that allows you to make adjustments to the selection.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-130.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-3-adjust-the-view-mode-and-opacity">Step 3: Adjust the view mode and opacity.</h3>
<p>Try a few different options until you can clearly see the selected foreground. The exact options you should choose will depend on the colors in your foreground image and your personal preferences. </p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-132.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-3-adjust-edge-detection">Step 3: Adjust edge detection.</h3>
<p>This is useful for detailed selections such as hair. The Edge Detection pixel radius indicates that the edge, including all details, could be within that many pixels on each side of what is currently selected. If you select "Smart Radius", then Photoshop will automatically determine what the pixel radius is.</p>
<h3 id="heading-step-4-set-global-refinements-such-as-smooth">Step 4: Set global refinements such as smooth.</h3>
<p>Smooth is the main refinement you will need for photo editing. This will smooth out the jagged edges of the selection. You may also want to increase the feather, which will create a soft edge around the selection. </p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-133.png" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-5-use-the-tools-on-the-left-side-to-refine-the-selection">Step 5: Use the tools on the left side to refine the selection.</h3>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-135.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>The quick selection tool allows you to easily add or remove from current selection. For this tool and any brush tool you can use the bracket key to increase and decrease the size of the brush.</p>
<p>The refine edge brush tool will adjust the border area and is useful to add hair or other fine details to the selection.</p>
<p>The brush tool is used to fine-tune selections and the lasso tool is used to draw a free-hand selection.</p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/photoshop2.gif" alt="Image" width="600" height="400" loading="lazy"></p>
<h3 id="heading-step-6-confirm-selection-and-apply-layer-mask">Step 6: Confirm selection and apply layer mask.</h3>
<p>On the "Select and Mask" window, hit OK. Your foreground is now selected. To finish removing the background, hit the layer mask button to apply your selection to the mask. </p>
<p><img src="https://www.freecodecamp.org/news/content/images/2019/09/image-136.png" alt="Image" width="600" height="400" loading="lazy"></p>
<p>When you create a layer mask, the background is still available behind the mask in case you ever need it again. If you want to get rid of the background for good, you can copy the foreground and paste it in another image or you can invert the selection (choose Select &gt; Inverse) and press 'delete' to permanently remove the background.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ Photoshop 101: an introduction for web developers ]]>
                </title>
                <description>
                    <![CDATA[ By Vincent Humeau Introduction Often, when working as web developer, we need to integrate templates. They can be from Photoshop or other software. In this article, we will have a look at the basics of Photoshop for web developers. This content was in... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/photoshop-101-introduction-for-web-developers-62d55232e62b/</link>
                <guid isPermaLink="false">66d461753dce891ac3a9683a</guid>
                
                    <category>
                        <![CDATA[ Design ]]>
                    </category>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                    <category>
                        <![CDATA[ General Programming ]]>
                    </category>
                
                    <category>
                        <![CDATA[ technology ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Web Development ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ freeCodeCamp ]]>
                </dc:creator>
                <pubDate>Mon, 23 Jul 2018 21:19:02 +0000</pubDate>
                <media:content url="https://cdn-media-2.freecodecamp.org/w1280/5f9cabbc740569d1a4ca93a0.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>By Vincent Humeau</p>
<h3 id="heading-introduction">Introduction</h3>
<p>Often, when working as web developer, we need to integrate templates. They can be from Photoshop or other software. In this article, we will have a look at the basics of Photoshop for web developers.</p>
<p>This content was initially written for a workshop for <a target="_blank" href="http://damdigital.com/">DAMDigital London</a>.</p>
<p>Adobe Photoshop is a raster graphics editor software, meaning it is a program that allows users to create and edit images.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/Hn9dRTjo6YkUp5YZ5bnr1oIGxXjjMm9G1j2V" alt="Image" width="800" height="401" loading="lazy">
_Image [source](https://www.adobe.com/products/photoshop.html#hero-featured-video" rel="noopener" target="<em>blank" title=")</em></p>
<p>It was released in 1988 and has grown to be the industry standard for graphics software.</p>
<p>You can download a free trial version of Photoshop on the <a target="_blank" href="https://www.adobe.com/products/photoshop/free-trial-download.html">Adobe website</a>.</p>
<h3 id="heading-workspace">Workspace</h3>
<p>Photoshop’s workspace is modular, so you can adapt it depending on the work you are doing. Some default workspaces are already set up in Photoshop. In this article, I’m using the <code>Graphic and Web</code> one. To change to this workspace, go into <code>Window/workspace/Graphic and Web</code>.</p>
<p>Let’s have a look at our workspace:</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/GrHsceHchCL77wzBJVYovMnh6Wumhltg6ikN" alt="Image" width="800" height="433" loading="lazy">
<em>Photoshop</em></p>
<ul>
<li><strong>A — Menu bar</strong>: This is where you’ll find most photoshop options.</li>
<li><strong>B — Options bar</strong>: This bar will give you all the options for the currently selected tool.</li>
<li><strong>C — Toolbox</strong>: This panel contains all the available tools from photoshop. Related tools are grouped together, and you can long click on one of them to see all the tools.</li>
<li><strong>D — Panels</strong>: It is the area where you have your basic panels open, such as <code>Layers</code>, <code>History</code>, and so on. To open a panel, just go into <code>Window/(Panel that you want to open)</code></li>
</ul>
<h3 id="heading-create-a-new-file">Create a new file</h3>
<p>When creating a new file in Photoshop, you first need to know for what medium the design is going to be used — meaning, is it going to be used for a screen (web, film, or video) or for print?</p>
<p>Depending on the answer to this question, you will need to change the PPI (Pixels Per Inch) value.</p>
<blockquote>
<p><em>Pixels per inch (PPI) is a measurement used to define the resolution of a computer display. This metric evaluates the picture/image quality that a particular computing or output display device is able to display. Pixels per inch is also known as pixel density.</em> <a target="_blank" href="https://www.techopedia.com/definition/2741/pixels-per-inch-ppi">Techopedia</a></p>
</blockquote>
<p>For print, you normally need 300PPI, but it actually depends on the printer and the size of the printed document. You should change your colour to CMYK as well, but again that depends on how you print your document. If you want to learn more about RGB and CMYK colours, check out this <a target="_blank" href="https://printaura.com/difference-between-RGB-and-CMYK">article</a>.</p>
<p>For screens and web ?, you need 72PPI and RGB colour. Then you need to specify your screen size. I would recommend designing first for mobile, then tablet and desktop.</p>
<p>As a web developer, you might not need to create a new file. Chances are that you will need to work with a design provided by web designers.</p>
<p>We are now going to look at an existing <code>.psd</code>template and work with it to have a look around Photoshop.</p>
<p>You can download and open this <a target="_blank" href="https://shibbythemes.com/psd-freebies/surfersco-psd-template/">PSD template</a> from <a target="_blank" href="http://lucaal.co/">Luis Costa</a>.</p>
<h3 id="heading-layers">Layers</h3>
<p>One of the core features of Photoshop is <strong>layers</strong>. Layers are like a stack of sheets, and you can see through transparent areas or area with low opacity (partially transparent).</p>
<p>You can open the layer panel in <code>Window/Layers</code>.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/tQQjIui8Q7xS3jxXIdyvWHDHNIVirFY8A93N" alt="Image" width="372" height="387" loading="lazy"></p>
<p>The top layer in this panel will be placed over all the other layers underneath. Layers can be organized as well in folders. It is important to correctly name layers and folders. That will help during integration.</p>
<p>Next to each folder and layer, you have an eye icon. This allows you to toggle their visibility.</p>
<p>Your PSD might have a lot of layers and documents. One way to quickly find a layer is to select the <code>move tool (v)</code>. Right click on the canvas where you want to find your layer. You will get all the layers in the area where you have right clicked. By clicking on one, it will select this layer in your layer panel.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/G6F2Tk5n4XnwyY2X3J8cdswbGb-EWxZcIglZ" alt="Image" width="325" height="450" loading="lazy"></p>
<h3 id="heading-toolbox">Toolbox</h3>
<p>Photoshop comes with a load of tools. I’m going to show you a few useful ones that will help you ?.</p>
<p>First, if you just install Photoshop CC 2018, you will need to restore all tools. So go to <code>Edit &gt; Tool</code>bar and click on the Restore Defaults button.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/UMkamoH1ixOjCLaOS6Z9bM-NVc1QReFOByyK" alt="Image" width="576" height="622" loading="lazy">
_[Image from Adobe](https://helpx.adobe.com/photoshop/using/tools.html" rel="noopener" target="<em>blank" title="https://helpx.adobe.com/photoshop/using/tools.html)</em></p>
<p>We are going to see some of the most useful tools you’d use to integrate a template:</p>
<h4 id="heading-a-selection-tools">A — Selection tools</h4>
<ul>
<li><strong>Move</strong>: Allows the user to move a layer around the canvas. As we saw earlier, it can be used as well to find a layer if you right click on your canvas.</li>
<li><strong>Rectangular Marquee</strong>: This tool is used to select an area of the canvas to copy and paste, fill it in, and so on. It can be used as well to measure. When your selection is done, you can find the size of the selected area in <code>Window/Info</code>. You might need to change the default unit in photoshop <code>Edit/preferences/general/Unit &amp; Rulers</code> then set your units to pixels.</li>
</ul>
<p><img src="https://cdn-media-1.freecodecamp.org/images/RNWaDP1kVGLAyGz3DrKZXT-TCHYLFNYjazj8" alt="Image" width="265" height="160" loading="lazy"></p>
<h4 id="heading-b-crop-and-slice-tools">B — Crop and Slice tools</h4>
<ul>
<li><strong>Crop</strong>: This tool can… crop an image ?. In the tool settings (Options Bar), you can set an aspect ratio that you want to keep.</li>
</ul>
<h4 id="heading-c-measuring-tools">C — Measuring tools</h4>
<ul>
<li><strong>Eyedropper</strong>: The eyedropper allows you to quickly get a color reference in your design. Just click where you want the color. Then at the bottom of your toolbox, the foreground color will change to the selected color. If you click on the foreground color, it will open the <code>color picker window</code>. From there you can get the value of your color.</li>
<li><strong>Color Sampler</strong>: When integrating your design, you might need to select multiple colors. We are going to use the info window again <code>Window/Info</code>. This tool allows us to create a color sampler. Just click on the area of the image you want to get the colors from. You will get each color in the info panel. You can change the color type to web by clicking on the Eyedropper icon under the number.</li>
</ul>
<p><img src="https://cdn-media-1.freecodecamp.org/images/-r5ub2UTHKZWsnsIUtm4SdjRBEbGODTwmwHw" alt="Image" width="800" height="519" loading="lazy"></p>
<ul>
<li><strong>Ruler</strong>: helps you to measure your template. All the info will appear in your info window. Maintain <code>Shift</code>when measuring, so your ruler stays straight. You can get angles also.</li>
</ul>
<h4 id="heading-g-navigation-tool">G — Navigation tool</h4>
<ul>
<li><strong>Hand</strong>: This tool helps you to get around the canvas. You can access this tool at any time by holding the spacebar and dragging it with your mouse.</li>
<li><strong>Zoom</strong>: Allows you to zoom in and out (you can you <code>Ctrl</code> + <code>+</code>, or <code>Ctrl</code> + <code>-</code> too).</li>
</ul>
<h3 id="heading-guides">Guides</h3>
<p>As you might have noticed when opening our PSD file, we have some green lines on our template. They are guides. They are basically helpers that will help you build or measure things around your canvas.</p>
<p>You can move existing guides using the <code>move tool</code>(v).</p>
<p>To create new guides, you will need to open your ruler: <code>View/Ruler</code> or <code>Ctrl</code> + <code>R</code>. The ruler will appear in your workspace. Then from the ruler, you can drag a new guide into your canvas.</p>
<p>To remove a guide, use the <code>move tool</code>(v) and put the guide back in the ruler.</p>
<p>To hide and show all your guides, you can just use <code>Ctrl</code> + <code>H</code>, or go to <code>View/Extras</code>.</p>
<h3 id="heading-smart-objects">Smart objects</h3>
<p>What are smart objects?</p>
<blockquote>
<p><em>Smart Objects are layers that contain image data from raster or vector images, such as Photoshop or Illustrator files. Smart Objects preserve an image’s source content with all its original characteristics, enabling you to perform nondestructive editing to the layer.</em> <a target="_blank" href="https://helpx.adobe.com/photoshop/using/create-smart-objects.html">Adobe</a></p>
</blockquote>
<p>Smart objects can be recognized in your layers when they have the following icon in their thumbnails:</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/QyPI1W-pNwBcjwv8oz4WAY8oAorz4TbhcNHk" alt="Image" width="118" height="50" loading="lazy"></p>
<p>Smart objects are really handy if you work with vector-type images (SVG, EPS, AI), but are also useful with other complex raster files.</p>
<p>Let’s try to import a smart object into our PSD. Download an SVG file from <a target="_blank" href="https://www.flaticon.com/free-icon/surfboard_930944#term=surf&amp;page=1&amp;position=10">flaticon</a>. To import our SVG in our canvas, just drag the file into the canvas. We can now edit our SVG in illustrator, or any other vector software, by double-clicking on the thumbnail or our smart object. Changes will appear in our PSD.</p>
<p>Smart objects can do way more than that, though. If you want to learn more about them, check out <a target="_blank" href="https://design.tutsplus.com/tutorials/10-things-you-need-to-know-about-smart-objects-in-photoshop--cms-20268">10 Things You Need to Know About Smart Objects in Photoshop</a>.</p>
<h3 id="heading-export-assets">Export assets</h3>
<p>First, just a reminder that photoshop is a <strong>raster</strong> software, not a <strong>vector</strong> software. This means we “can’t” export SVG files from photoshop. To do so, you will need to export these kinds of files from Illustrator or Inkscape, for example.</p>
<p>On the web, we want to have light image files. For photography, we would use a compressed <code>.jpg</code> file. If you need to use transparency (Alpha channel) we would use <code>.png</code> file. For an animated image, we would use a <code>.gif</code>. If you need a vector image (icons, for example) the best is to export your file as <code>.svg</code>. If you want to have more information about all the files available in Photoshop, you can check out <a target="_blank" href="https://helpx.adobe.com/photoshop/using/file-formats.html">"file formats" in the Adobe's website</a>.</p>
<h4 id="heading-export-our-canvas">Export our canvas</h4>
<p>To export the canvas, just follow these steps:</p>
<ol>
<li>Go to <code>File/Export/Save for Web</code></li>
<li>Pick file format</li>
<li>Pick image size</li>
<li>Pick quality</li>
<li>Save</li>
</ol>
<h4 id="heading-export-only-an-asset-from-the-canvas">Export only an asset from the canvas</h4>
<p>You will probably need to export some assets of your template.</p>
<p>Let’s export the left arrow in the product carousel:</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/rK3w29prW1my7q8LEhDrTfHTURlhqj9CIKh6" alt="Image" width="554" height="273" loading="lazy"></p>
<p>Using the move tool, we are going to find our layer. Right click on the arrow and select the layer <code>Arrow Left</code>. Now just right click on this layer in the layer panel. Select <code>export as</code> and select the type of file you need.</p>
<p>We can also export folders.</p>
<h3 id="heading-actions">Actions</h3>
<p>What’s an action in Photoshop?</p>
<blockquote>
<p><em>An action is a series of tasks that you playback on a single file or a batch of files — menu commands, panel options, tool actions, and so on. For example, you can create an action that changes the size of an image, applies an effect to the image, and then saves the file in the desired format.</em> <a target="_blank" href="https://helpx.adobe.com/photoshop/using/actions-actions-panel.html">Adobe</a></p>
</blockquote>
<p>This feature is really convenient if you want to resize a batch of images for the web!</p>
<p>Let’s create a new action to crop an image and export this one:</p>
<ol>
<li>Download a bunch of images from <a target="_blank" href="https://unsplash.com/">https://unsplash.com/</a></li>
<li>Open one of those images</li>
<li>Open the <code>Actions</code> panel, <code>Window/Actions</code>,</li>
<li>Create a new action by clicking on the icon <strong>Create a new action</strong> (The one on the left of the bin icon). Let’s name this action <strong>Export for web — client name.</strong></li>
<li>We are now recording our action. The record button will be red, and you can stop recording by clicking on the stop icon (square icon on the left)/</li>
<li>Select the crop icon and set the ratio to 1x1 and crop the image/</li>
<li>Now we want to export our image, <code>File/Export/Save for Web</code>, select <code>JPG</code>, quality 50% and width 500px.</li>
<li>Click save and pick your destination folder.</li>
<li>Close your image without saving it.</li>
<li>To stop recording click on the stop icon (square icon on the left).</li>
</ol>
<p>We now have our action, so we can open an image and just “play” our action by clicking on the play button.</p>
<p>If we want to apply our action to a batch of images, just follow these steps:</p>
<ol>
<li>Go to <code>File/Automate/Batch</code></li>
<li>Select the <code>Source</code> folder.</li>
<li>Select our action</li>
<li>Click on <code>Ok</code></li>
</ol>
<p>And voilà! All your images are in the export folder.</p>
<p>I hope you’ve enjoyed this small Photoshop 101 introduction for web developers ?. If you want to have a 102 version, let me know what you would like to know or to read more about ?.</p>
<ul>
<li><a target="_blank" href="https://twitter.com/vince_umo">@vince_umo</a></li>
<li><a target="_blank" href="http://vincent-humeau.com/">vincent-humeau.com</a></li>
</ul>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ A Special Hell for Designers Like Me ]]>
                </title>
                <description>
                    <![CDATA[ By Adrian Hanft Part 1: Scratching the Surface You keep hearing me talk about oatmeal and zombies. In case you think I am pointing fingers from my ivory tower, today I want to confess my own contribution to this mess. (Disclaimer: Trashing your clien... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/a-special-hell-for-designers-like-me-5c55bd855613/</link>
                <guid isPermaLink="false">66c34341790a62b5fbf7b85f</guid>
                
                    <category>
                        <![CDATA[ Design ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Photography ]]>
                    </category>
                
                    <category>
                        <![CDATA[ photoshop ]]>
                    </category>
                
                    <category>
                        <![CDATA[ tech  ]]>
                    </category>
                
                    <category>
                        <![CDATA[ UX ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ freeCodeCamp ]]>
                </dc:creator>
                <pubDate>Sat, 23 Jan 2016 20:18:10 +0000</pubDate>
                <media:content url="https://cdn-media-1.freecodecamp.org/images/1*Xv2-XEB7caY1oQ34IhhMyQ.gif" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>By Adrian Hanft</p>
<h4 id="heading-part-1-scratching-the-surface">Part 1: Scratching the Surface</h4>
<p>You keep hearing me talk about <a target="_blank" href="https://medium.com/@ade3/the-slow-steady-inevitable-march-towards-oatmeal-e29e2ac2a10f#.i64stw1mr">oatmeal</a> and <a target="_blank" href="https://medium.com/swlh/the-zombie-mobile-b03932ac971d#.4wbb1jvtc">zombies</a>. In case you think I am pointing fingers from my ivory tower, today I want to confess my own contribution to this mess.</p>
<p><em>(Disclaimer: Trashing your clients and former employer is bad form, even after a decade of silence. That’s not my intention. The people I worked with and for in the story that follows were not zombies. We were <a target="_blank" href="https://medium.com/@ade3/inside-or-out-767884695959#.b2ju355wg">passionate insiders trying to make a difference in a zombie industry</a>.)</em></p>
<p>I knew I was going straight to designer hell the summer of hurricane Katrina. I was taking a lunch break from a photo shoot in Indiana, the heart of American RV manufacturing. I was stopped at a railroad crossing, waiting for a train to roll by. The cargo was unbranded RVs. Hundreds of big white boxes rushing south like blood cells racing to a wound.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*gW5OsV47uoZwG_Hxp3g4WQ.png" alt="Image" width="800" height="435" loading="lazy">
<em>Some of the 120,000+ RVs heading to help hurricane victims.</em></p>
<p>The RVs were to be temporary homes for the victims of the hurricane.</p>
<p>People were helping other people. <em>Warm fuzzies.</em></p>
<p>This is the surface appearance, the outer layer where designers, marketers, and brand experts make our living. Here we assume good intention, never question motives, and spin the details into glossy, highly consumable stories about our clients.</p>
<p>The logoless RVs on that train seemed like a perfect metaphor for the marketing industry. Clients come to us with their plain white boxes. Then the creative people go to work. We add stylish stickers to the product. We create logos and invent brands. We stage photo shoots where, if we put the camera in just the right spot, we can make the white boxes look like luxury goods.</p>
<p>This was my job, and I would like to think I did it well. The work we created for our RV client was solid, and when you compare it to the notoriously low standards of the competition, we had created a surface layer for our client that put them (arguably) at the top of the industry. Here is my story, a list of the sins that I committed, and the secrets of how to market white boxes.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*kfEwKsdQFEQLreXFC-u4xQ.jpeg" alt="Image" width="800" height="296" loading="lazy">
<em>An assortment of websites I helped create</em></p>
<p>First, let me tell you a little bit about the literal surface of the RVs. The exteriors are ugly and the swirly stickers don’t help much. I desperately wanted a chance to improve the graphics of the RVs. It seemed like the easiest way to differentiate our client’s white boxes from the competition.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*qnQKC4PG_51mQjhTXK6lEg.gif" alt="Image" width="800" height="600" loading="lazy"></p>
<p>Here’s how the graphics on an RV come to be. RV manufacturers have contracts with the companies that produce the decorative decals. The “design costs” are baked into the cost of the stickers. These sticker-makers are cutting deals with all the RV makers so all the stickers are designed by the same cost-constrained designers. It’s a monopoly of mediocrity.</p>
<p>Each year our agency would plead for a chance to design the stickers. Each year we lost. So we worked with what we had.</p>
<p>You can still make a white box with ugly stickers the object of desire. Like any magic trick, once you know the secret the illusion loses it’s charm. So let’s demystify this a bit.</p>
<h4 id="heading-magic-trick-1-makeup">Magic Trick 1: Makeup</h4>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*AO6n57c0H8GLsAoszauwUQ.gif" alt="Image" width="800" height="572" loading="lazy">
<em>An alley in the ghetto transforms into paradise. Magic.</em></p>
<p>The first trick is the oldest in the book. Add makeup. Photoshop out the blemishes. Fix it in post.</p>
<p>Park an RV anywhere, it could be on the side of the road. Replace the dirty industrial park with an imaginary single-lane highway pointed at some mountains. Well done, designer.</p>
<p>“<em>Oh, by the way.</em> We don’t have money for you to repeat that trick this year. Go ahead and add our new slightly less ugly graphics to the photo you faked last year.”</p>
<p>The post-production used in photos of female models is well-documented. The damage to the self-image of women is obvious and easy to point at. You rarely hear criticism of the day-to-day product photo touchup. Who are the victims of this deception? We’ll get to that, just stick with me.</p>
<h4 id="heading-magic-trick-2-use-a-wide-angle-lens">Magic Trick 2: Use a Wide Angle Lens</h4>
<p>I don’t know if you have been in an RV, so let me just tell you. They are tiny. Often you can stick your arms out and touch both walls. Making the interior of an RV look spacious is an impressive trick.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*9OXP4yvxrK7U0z79zAWi_A.gif" alt="Image" width="800" height="527" loading="lazy"></p>
<p>One of my favorite things about working for an RV client was being able to art direct the photo shoots for RV interiors.</p>
<p>We used an assortment of photographers in Indiana who specialized in creating these illusions. It was amazing to watch them build a shot. In the morning you have an ordinary RV. You find the best place to put the camera. Select the right lens. Manicure the surfaces. Add props. Then carefully build light. By the end of the day you have achieved the impossible–the tiny interior looks massive.</p>
<p>The final step would be for me to take the interior photo, cut out the windows, and insert a stock photo of a beautiful landscape. <em>Deception complete.</em></p>
<h4 id="heading-magic-trick-3-misdirection">Magic Trick 3: Misdirection</h4>
<p>The third trick is misdirection. If your product can’t rely on its own good looks, you create images that encourage the viewer to look at something else. We called them lifestyle photos. Pictures of smiling, happy people doing exciting things with your product as a prop in the background. The sleight of hand is to shift of attention away from the product.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*Xv2-XEB7caY1oQ34IhhMyQ.gif" alt="Image" width="800" height="500" loading="lazy"></p>
<p>Imagine an adventurous couple on vacation. They slide their canoe into a crystal clean lake. Before climbing onboard, the man looks back over his shoulder at his RV parked on the beach. With a knowing nod, he thanks the heroic product for making this all possible.</p>
<p>If you can convincingly Photoshop this concept does it matter that it is a complete fiction? You can answer “no” once or twice, but when you see this trick done enough times you have to wonder. How far removed from reality can something get before the product, the reason you are doing this work in the first place, ceases to be a touched-up version of reality and crosses the line into a deception that obscures truth.</p>
<p>It makes a better trick to include the product in your illusions, but this isn’t mandatory. Simply having your product <em>next to</em> lifestyle images can be enough to distract attention away from the product. For the record, the following brochure cover wasn’t created by me.</p>
<p><img src="https://cdn-media-1.freecodecamp.org/images/1*AAbCO5S8lg0TGswnVSZHmw.png" alt="Image" width="231" height="300" loading="lazy">
<em>If you make the product small enough, ugly exteriors are ignorable.</em></p>
<p>Let’s jump back to Indiana where I watched the train of unbranded RVs dissappear in the distance. I crossed the tracks and headed back to the photo studio where I commented on the train and how great it was to see an act of goodwill. I asked if anyone knew which RV company was making such a generous donation. The response was,</p>
<blockquote>
<p>“Donation? Why do you think there isn’t a single logo on those RVs?”</p>
</blockquote>
<p>I had no idea. What I learned next made me question everything. Were my magic tricks really harmless illusions? My tiny exaggerations were about to become a dangerous contribution to a lie that ended up permanently injuring people.</p>
<p>Today’s post was about the surface layer, the tricks of the trade that by themselves seem harmless. Next week I am going to talk about what happens when you start asking questions. <em>That’s where my path to hell gets paved.</em></p>
<p><a target="_blank" href="https://medium.com/@ade3/got-a-brand-problem-put-a-bird-on-it-4e99ec94af37#.hdwioivxw">Part 2: Got a Brand Problem? Put a Bird on it.</a></p>
<p>Thanks for reading. <em>Like it?</em> Poke the heart icon. <em>Love it?</em> Highlight and share. <em>Hate it?</em> Write a response and <a target="_blank" href="https://twitter.com/ade3">curse me on Twitter</a>. That’s the fuel that keeps me typing. <em>Stay creative.</em></p>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
