<?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>Basic lessons in HTML, CGI, SEO, domain registration, hosting - build an on line business! &#187; Graphics</title>
	<atom:link href="http://powertoearnmoney.com/category/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://powertoearnmoney.com</link>
	<description>Learn to write HTML, CGI, SEO tips, domain setup- to build a website or blog to earn money from home</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:15:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>2 Time Savers When Working with Images</title>
		<link>http://powertoearnmoney.com/graphics/2-time-savers-when-working-with-images/</link>
		<comments>http://powertoearnmoney.com/graphics/2-time-savers-when-working-with-images/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 20:25:15 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[convert jpg to png]]></category>
		<category><![CDATA[re-sizing images quickly]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=3299</guid>
		<description><![CDATA[<p>We&#8217;ve been putting a lot of time into building a cart on line and during the process have been using a couple of short-cuts that have really sped the process along &#8211; in addition to using the new LED Fancier 500 light  and the &#8216;curves&#8217; function to get those white backgrounds. Even if you&#8217;re not [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been putting a lot of time into building a cart on line and during the process have been using a couple of short-cuts that have really sped the process along &#8211; in addition to using the new<a title="Learn how to build a cheap light box &amp; the best light for your home studio" href="http://powertoearnmoney.com/general-information/how-to-build-a-cheap-light-box/" target="_blank"> LED Fancier 500 light </a> and the &#8216;<em>curves&#8217;</em> function to get those white backgrounds. Even if you&#8217;re not putting up a cart,  these two tips may save you some valuable time on constructing your next web page when it comes to images.</p>
<h4>Re-sizing an Image</h4>
<p>In most cases when laying out a web page, you have an idea of the size of the images you want to use depending on</p>
<ul>
<li>Location &#8211; header logo, above the fold, side bar links, etc.</li>
<li>Importance &#8211; company logo, client advertising, etc.</li>
<li>How detailed you need it to be &#8211; simple geometric shape? or small details?</li>
</ul>
<p>In some instances, you may want to use some of these same images else where on the site &#8211; but in a different size for links, page headings, etc. </p>
<p>If this is the case, create the original image in the largest size you&#8217;ll  need and save it.   Then when you insert the image into the document, you can use it &#8216;as-is&#8217; or re-assign new height/width - based on correct ratio - to accommodate the other locations without having to create another image.  This eliminates a lot of extra work and saves file space.</p>
<p>For our sample pictures below, we have an image of a traffic light where the largest image is 112 x 112, however, if we want to use the same image in another place but need it smaller &#8211; rather than create another image of the traffic light at 85 x 85 &#8211; we just replace the width / height in the HTML code with the desired size.  Same image &#8211; just different code. </p>
<p><strong>For example:</strong></p>
<p style="padding-left: 30px;">Sample 1. <strong><span style="color: #0000ff;">&lt;img src=&#8221;http://www.yourdomain.com/trafficlight.jpg&#8221; width=&#8221;112&#8243; height=&#8221;112&#8243;&gt;</span></strong></p>
<p style="padding-left: 30px;">Sample 2. <strong><span style="color: #0000ff;">&lt;img src=&#8221;http://www.yourdomain.com/trafficlight.jpg&#8221; width=&#8221;75&#8243; height=&#8221;75&#8243;&gt;</span></strong></p>
<p><strong><img class="alignnone size-full wp-image-3300" title="stoplightsample1" src="http://powertoearnmoney.com/wp-content/uploads/2011/11/stoplightsample1.jpg" alt="" width="345" height="135" /></strong></p>
<h4>From JPG to PNG</h4>
<p>You have a <strong>JPG</strong> picture of an object but you want it to be a <strong>PNG</strong> image so the background is transparent.   You might need this for layering images or for using by itself in an application where the background needs to be transparent &#8211; for example, maybe your web page has a patterned background</p>
<p>This can usually be accomplished by using the &#8216;Magic Wand&#8217; or &#8216;Magnet&#8217; tool in your graphics program. After selecting the tool, you can capture the part of the image you want to use and save. In some cases you may need to adjust the tolerance more than once as you go through the process of selecting what is to be copied. I have found that it&#8217;s not very often I get the complete object selected first time with &#8216;one click&#8217;. Once you&#8217;ve selected the portion you want, copy and paste it as a new image on to a transparent background saving it as a <strong>PNG </strong>image. </p>
<p>If you find that you are having a problem selecting the portion of the original image you want because it has a busy background, try making the background white or some other solid color,   if your object is primarily white or light colored. Basically what you&#8217;re looking for is a contrast in colors to make selection easier. Once you&#8217;ve got the solid background, you should find it farily easy to select the object, copy/paste on to a transparent background and then save as a <strong>PNG.</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2F2-time-savers-when-working-with-images%2F&amp;title=2%20Time%20Savers%20When%20Working%20with%20Images"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/2-time-savers-when-working-with-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Pictures with White Backgrounds</title>
		<link>http://powertoearnmoney.com/graphics/how-to-get-pictures-with-white-backgrounds/</link>
		<comments>http://powertoearnmoney.com/graphics/how-to-get-pictures-with-white-backgrounds/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 19:22:49 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Pictures with white backgrounds]]></category>
		<category><![CDATA[using Curves to get catalog pictures]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=3247</guid>
		<description><![CDATA[<p>With most people the primary goal of having a website is to make money.  That being said, how you present your product is important, i.e, having  good, quality pictures.  While we&#8217;d all like to have catalog type pictures &#8211; you know the kind&#8230;.no shadows and nice white background &#8211; getting this type of picture is not easily accomplished for the amateur [...]]]></description>
			<content:encoded><![CDATA[<p>With most people the primary goal of having a website is to make money.  That being said, how you present your product is important, i.e, having  good, quality pictures.  While we&#8217;d all like to have catalog type pictures &#8211; <em>you know the kind&#8230;.no shadows and nice white background</em> &#8211; getting this type of picture is not easily accomplished for the amateur photographer who is using basically &#8216;off the shelf&#8217; equipment and software. However, there is a way you can maximize your picture quality using the equipment you have to get a comparable &#8216;catalog&#8217; image. OK &#8211; maybe not as good&#8230; but totally acceptable for not having to spend any extra cash.</p>
<h5>Getting Started</h5>
<p>This procedure can be done pretty much using any good graphics program that allows you to manipulate the image&#8217;s color.  And, we&#8217;re assuming  you are taking pictures with a standard <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=sony%20digital%20camera&amp;tag=texantmal-20&amp;index=photo&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">digital camera. </a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" /> If you happen to have a <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=light%20box&amp;tag=texantmal-20&amp;index=photo&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">light box</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" /> then this makes the process even easier as it will help eliminate shadows.   Even if you&#8217;re not using a light box,  you want to have the objects placed on a snow white background. Depending on the size of the item this might be a sheet of paper, poster board or a white bed sheet. The less texture the background has, the better and easier it will be to get a good quality image.</p>
<h5>Graphics Program</h5>
<p>If you&#8217;ve used any graphics program, you know about adjusting the color,brightness and contrast of an image; however, you may not be familiar with using <em>Curves</em> to brighten the background. The curves function is typically available through the program&#8217;s <em>Color</em> icon.</p>
<p>A good <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=paint%20shop%20pro&amp;tag=texantmal-20&amp;index=software&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">graphics program</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" alt="" width="1" height="1" border="0" /> will allow you to use the <em>curves</em> function to edit all color channels (RGB) at once or individual channels as needed. My experience has been that I&#8217;ve found using all three channels results in getting the best catalog picture for individual items.</p>
<p>For our sample, we&#8217;re using the  picture of a tile, taking it through the process we needed to get the background we wanted.   In the picture bar, we&#8217;ve used a black background for the dual images to highlight the white background from the post background. The white (or non-white) you see around the tile is what would appear if we were using it on a web page.    Also, the original picture below was taken inside, on a white sheet of cardboard with no special lighting or flash.  Not what we&#8217;d ever want on a webpage.</p>
<p><img class="alignnone size-full wp-image-3250" title="curvesa" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/curvesa.jpg" alt="" width="200" height="185" /></p>
<h5>Steps:</h5>
<p>The steps below are the basic steps to follow to accomplish a white background.  The only step you would most likely skip would be step 4 &#8211; otherwise you will need to go through the whole process.</p>
<p style="padding-left: 30px;"><strong>1. </strong> Take picture on white background with as little shadows as possible.</p>
<p style="padding-left: 30px;"><strong>2.</strong>  Size the image and save</p>
<p style="padding-left: 30px;"><strong>3.</strong>  Open the &#8216;Curves&#8217; function and adjust the brightness to your satisfaction and save (If you are satisfied with the results you can skip Step 4 and go to Step 5, however, if you want to enhance the contrast of the item(s), then continue with Step 4)</p>
<p style="padding-left: 30px;"><strong>4.</strong>  Use the <em>&#8216;color adjust&#8217;</em> to further brighten the background and adjust the item colors/contrast as needed and save</p>
<p style="padding-left: 30px;"><strong><img class="alignright size-full wp-image-3261" title="curvesdots" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/curvesdots.jpg" alt="" width="200" height="188" />5.</strong>  Use the <em>&#8216;magic wand&#8217;</em> selection tool to select the product item including the image&#8217;s edges. When this is done you should have both the item and the edges of the image selected, ie., each major piece of the image will be selected&#8230; this will vary depending on how many product items you have in the picture. You may also find that setting the feathering to 3-5 will give a better result when you fill in the background eliminating any hard edges.</p>
<p style="padding-left: 30px;"><strong>6. </strong> Once you have the different portions of the image selected, use the <em>color fill</em> tool to fill in the background with white and save.</p>
<p><img class="alignnone size-full wp-image-3251" title="curvesbar1" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/curvesbar11.jpg" alt="" width="450" height="200" /></p>
<p>The left picture above is Step 3; the right picture is Step 6.</p>
<h5>Conclusion</h5>
<p>Note in the sample image on the right, there is a slight increase in the white background from the left image (note light &#8216;yellow&#8217; to left side of left image).  While this may seem a multi-step process just to get <em>one</em> &#8216;catalog-style&#8217;  picture,  if you&#8217;re looking for a way to get  images that have white backgrounds without having to hire a pricey professional graphics person or  spend money on fancy software and equipment - then investing a little time is not a bad trade-off in my opinion.</p>
<p>&nbsp;</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2Fhow-to-get-pictures-with-white-backgrounds%2F&amp;title=How%20to%20Get%20Pictures%20with%20White%20Backgrounds"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/how-to-get-pictures-with-white-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Professional Looking Headers</title>
		<link>http://powertoearnmoney.com/graphics/how-to-get-professional-looking-headers/</link>
		<comments>http://powertoearnmoney.com/graphics/how-to-get-professional-looking-headers/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:28:09 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Free Graphics Header Program]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=3237</guid>
		<description><![CDATA[<p>If you&#8217;re designing a website, you&#8217;ve probably given a little, if not a lot of thought to the header.</p>

How big?
How busy?
How much information should it include?

<p>In years past when monitors were much smaller, the maximum width was pretty much set at either 800 or 1024 pixels. However, today there are some very wide monitors allowing [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re designing a website, you&#8217;ve probably given a little, if not a lot of thought to the header.</p>
<ul>
<li>How big?</li>
<li>How busy?</li>
<li>How much information should it include?</li>
</ul>
<p>In years past when monitors were much smaller, the maximum width was pretty much set at either 800 or 1024 pixels. However, today there are some very wide monitors allowing you a lot of flexibility. A few things to keep in mind when planning the size of your header are:</p>
<ul>
<li>Where you place the navigation bars (across or down the page)</li>
<li>Length of text lines</li>
<li>Size of images you want to use</li>
</ul>
<p><img class="alignnone size-full wp-image-3238" title="header1J" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/header1J.jpg" alt="" width="475" height="87" /></p>
<p>All of these things should be taken into account when considering a header. Another consideration is whether or not you want to have AdSense or some other advertising medium on the page. If this is the case, you will want to have a bit wider site with room on either the left or right to display your ads. This type of site would do well at 900-950 pixels. Anything wider than this can be distracting because part of the page may be off the screen, the text lines may be too long to read easily and overall it is distracting for the viewer trying to &#8216;put it all together&#8217;.</p>
<p>Most of the top websites including Twitter and eBay fall within the 750-950 pixel range. A good rule of thumb might be to use 750 for single column websites and 950 for those websites where you want to use either a navigation menu or advertising to the left or right.</p>
<p><img class="alignnone size-full wp-image-3239" title="header2J" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/header2J.jpg" alt="" width="475" height="87" /></p>
<p>If you&#8217;re artistic you probably won&#8217;t have any trouble putting together a good header, but for those that have trouble with design or perhaps don&#8217;t have a graphics program, then you need to take a look at xHeader. This is a program that comes with pre-designed headers where all you do is select the one you want and fill in the name and slogan. You can get a free version of this program with 500 headers by visiting <a title="get free header program here" href="http://www.xheader.com/" target="_blank">this link</a>.</p>
<p><img class="alignnone size-full wp-image-3240" title="header3J" src="http://powertoearnmoney.com/wp-content/uploads/2011/09/header3J.jpg" alt="" width="475" height="87" /></p>
<p>Once you&#8217;ve downloaded it be sure to take a few minutes and watch the tutorials. It is very easy to understand and when you&#8217;re through you&#8217;ll have a header you&#8217;ll be proud to call your own. BTW &#8211; the images used on this post are from the free version I downloaded.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2Fhow-to-get-professional-looking-headers%2F&amp;title=How%20to%20Get%20Professional%20Looking%20Headers"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/how-to-get-professional-looking-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Color Wheel</title>
		<link>http://powertoearnmoney.com/graphics/using-a-color-wheel/</link>
		<comments>http://powertoearnmoney.com/graphics/using-a-color-wheel/#comments</comments>
		<pubDate>Tue, 24 May 2011 21:01:08 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[complimentary colors]]></category>
		<category><![CDATA[How to use a color wheel]]></category>
		<category><![CDATA[primary colors]]></category>
		<category><![CDATA[secondary colors]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=3111</guid>
		<description><![CDATA[<p>Most things in life seem to follow an order or pattern of some sort. Colors are no different.  There is a definite order to colors and for those out there that may be artistically challenged or unfamiliar with the types of colors,  we&#8217;re going to cover a few color basics here.</p>

Order of colors &#8211; primary, secondary, etc.
Combination of colors [...]]]></description>
			<content:encoded><![CDATA[<p>Most things in life seem to follow an order or pattern of some sort. Colors are no different.  There is a definite order to colors and for those out there that may be <em>artistically challenged </em>or unfamiliar with the types of colors,<em> </em> we&#8217;re going to cover a few color basics here.</p>
<ul>
<li><strong>Order of colors</strong> &#8211; primary, secondary, etc.</li>
<li><strong>Combination of colors</strong> &#8211; what you get when you combine primary colors or primary with secondary colors</li>
<li><strong>Complimentary colors</strong> &#8211; opposites; what colors you can use together or what colors compliment each other</li>
</ul>
<p>When building a web page, blog or creating graphics, the first thing thought  is usually which color or colors to use. How you choose to use these colors can be  as simple a process as  following the groups of colors labeled on the color wheel below.</p>
<h4>Types of Colors</h4>
<p style="padding-left: 30px;"><strong>Primary colors</strong>:   red, blue, yellow &#8211; these colors stand on their own</p>
<p style="padding-left: 30px;"><strong>Secondary colors</strong>:   orange, green violet are created by the combination of 2 primary colors, i.e, red + blue = violet;   blue + yellow = green;   red + yellow = orange</p>
<p style="padding-left: 30px;"><strong>Intermediate colors</strong>: created by the addition of a primary color to a secondary color</p>
<h4>Using  Colors</h4>
<p>Using multiple colors may mean you use the same family of colors, i.e, colors that would fall into the blue-violet range or it can mean that you use complimentary colors. Complimentary colors are colors that are opposite one another on the color wheel. The complimentary colors for the three (3)  primary colors are</p>
<p style="padding-left: 30px;">red → green</p>
<p style="padding-left: 30px;">blue → orange</p>
<p style="padding-left: 30px;">yellow → violet</p>
<p><em><strong>Note:</strong>  The complimentary color for each  primary color is the secondary color you would get if you were to combine the remaining two primary colors ! </em></p>
<h4>Color Wheel</h4>
<h4><img class="alignnone size-full wp-image-3112" title="colorwheel" src="http://powertoearnmoney.com/wp-content/uploads/2011/05/colorwheel.jpg" alt="" width="492" height="410" /></h4>
<p> </p>
<p>Use this color wheel to help create your own color schemes. For more color help visit the posts below.</p>
<p>Color Tools &#8211; <a title="Useful color tools" href="http://powertoearnmoney.com/graphics/color-tools/" target="_blank">http://powertoearnmoney.com/graphics/color-tools/</a></p>
<p>Hexadecimal colors &#8211; <a title="Learn the difference between hexadecimal and RGB colors" href="http://powertoearnmoney.com/general-information/using-colors-hexadecimal-and-rgb/" target="_blank">http://powertoearnmoney.com/general-information/using-colors-hexadecimal-and-rgb/</a></p>
<p>Don&#8217;t forget to watch for our 6-part Report on Niche Marketing &#8211; coming soon and &#8230;..</p>
<p>we&#8217;ll be taking next week off for vacation.  Enjoy your Memorial Day weekend and take time to thank a Veteran for their selfless, honorable service to our country!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2Fusing-a-color-wheel%2F&amp;title=Using%20a%20Color%20Wheel"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/using-a-color-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Image Backgrounds: Transparent and White</title>
		<link>http://powertoearnmoney.com/graphics/using-image-backgrounds-transparent-and-white/</link>
		<comments>http://powertoearnmoney.com/graphics/using-image-backgrounds-transparent-and-white/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 20:45:49 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[best graphic programs]]></category>
		<category><![CDATA[How to create transparant images]]></category>
		<category><![CDATA[PNG files]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=2915</guid>
		<description><![CDATA[<p>Using transparent images on your web pages can often create a more interesting layout allowing the background to &#8216;shine&#8217; through.</p>
<p>Graphics programs such as Photo Shop  or Paint Shop Pro  allow you to create transparent images that can be saved as either GIF or PNG files. Never as JPEGs.</p>
Creating  a Transparency
<p>Transparency in an image is created when [...]]]></description>
			<content:encoded><![CDATA[<p>Using transparent images on your web pages can often create a more interesting layout allowing the background to &#8216;shine&#8217; through.</p>
<p>Graphics programs such as <strong><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=Photo%20Shop&amp;tag=texantmal-20&amp;index=software&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;">Photo Shop</span></a></strong><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />  or <strong><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=Paint%20shop%20pro&amp;tag=texantmal-20&amp;index=software&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;">Paint Shop Pro</span></a></strong><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />  allow you to create transparent images that can be saved as either GIF or PNG files. Never as JPEGs.</p>
<h4>Creating  a Transparency</h4>
<p>Transparency in an image is created when you select an area to be non-viewable.   This can either be the background or a part of an object.</p>
<p>If you are starting with a complete picture, graphic or scan, you will need to select the area you want to keep and the area you want to make transparent. If the area you are keeping is a collection of objects, i.e., building, people and cars, you can capture the images using the graphics program&#8217;s tool designed to perform this task.   In Paint Shop Pro this tool is the <em>&#8216;Magic Wand&#8217;</em>.  In addition, most graphics programs also have &#8216;<em>optimizers&#8217;</em> that allow you to make portions of an image transparent.   For our purposes of discussion, we&#8217;re going to base our post on having <em>captured</em> an image.</p>
<p>Once you have the image captured, you can paste it as a new image giving it a transparent background and then saving it as a <strong>PNG</strong> file.   <em>(Saving it as a GIF file will make the background  white.)</em>  Once you&#8217;ve saved your file, you can use it as a transparency or layer it with other images. </p>
<p><img class="aligncenter size-full wp-image-2930" title="PNGTransparency" src="http://powertoearnmoney.com/wp-content/uploads/2011/03/PNGTransparency1.jpg" alt="" width="335" height="150" /></p>
<p>If creating your own transparent graphics from the start, you may want to use a non-common color for the background. Once you&#8217;ve completed the image, you will need to designate that color as being transparent <span style="text-decoration: underline;">before </span>saving the file. This works like the &#8216;green screens&#8217; used on TV.</p>
<p>Note the difference in the backgrounds behind our two blue ball images.  The gray-checkered background in the PNG image above will not be visible; the green background below will display if you do not designate the color to be transparent.  In both samples, we&#8217;ve used white for the background, however, the ball would display as a transparent image  on any background.</p>
<p><img class="aligncenter size-full wp-image-2931" title="GIFtransparency" src="http://powertoearnmoney.com/wp-content/uploads/2011/03/GIFtransparency1.jpg" alt="" width="364" height="150" /></p>
<p style="padding-left: 30px;"><strong>Tip:</strong> When creating graphics with many different components, i.e., multiple images, text, various effects, colored or transparent background, etc. , it is best to use the &#8216;layer&#8217;  feature of your graphics program for ease in making any changes or additions later.   Also, we recommend keeping  two copies of these image files: the original layered image  and the finished PNG, GIF or JPG file.</p>
<h4>Implied Transparency</h4>
<p>An easier way to achieve a &#8216;simulated&#8217; or implied transparency can be accomplished by assigning the same background color to the graphic as on the page where it will display.</p>
<p><img class="aligncenter size-full wp-image-2932" title="ColoredBG" src="http://powertoearnmoney.com/wp-content/uploads/2011/03/ColoredBG2.jpg" alt="" width="435" height="127" /></p>
<p>This only works well if you are using a solid color for the background. Any texture, shading or gradient to the background on the page makes it difficult to have the image blend in and look like it is part of the background.</p>
<h4>White background</h4>
<p>While you could simply use the &#8216;implied&#8217; background method for getting a white background -<em> like commonly seen in product catalogs </em>- there is a program that allows you to accomplish this &#8211; <strong><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=ArcSoft%20Photo%20Studio&amp;tag=texantmal-20&amp;index=software&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;">ArcSoft Photo Studio</span></a><span style="color: #ff0000;"><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></span></strong>.</p>
<p><img class="aligncenter size-full wp-image-2933" title="magiccut" src="http://powertoearnmoney.com/wp-content/uploads/2011/03/magiccut1.jpg" alt="" width="392" height="145" /></p>
<p>To use this program you outline the portion of the image you want to retain <em>(we&#8217;ve only outlined the left portion of the left ball to show the difference), </em>then follow the program prompts. When you finish, you will have an image of the object on a white background you can save as a PNG or GIF. </p>
<p style="padding-left: 30px;"><strong>Note:</strong> In this case the background will be <em>white</em> &#8211; not transparent even if saved as a PNG, although it could be used as a transparency on a page with a white background. <em>(Some details and clarity have been lost due to sizing.)</em></p>
<p><strong><a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=ArcSoft%20Photo%20Studio&amp;tag=texantmal-20&amp;index=software&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325"><span style="color: #ff0000;"><img class="alignright size-full wp-image-2939" title="3dtext" src="http://powertoearnmoney.com/wp-content/uploads/2011/03/3dtext.jpg" alt="" width="200" height="99" />ArcSoft Photo Studio</span></a><span style="color: #ff0000;"><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />  </span></strong>is very useful in not only does it have this <em>&#8216;magic cut&#8217;  </em>function but also it comes with a 3D Factory for inserting 3-dimensional text that you can position, rotate and/or animate (12 different animations). This feature is very helpful in grabbing the viewer&#8217;s attention.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2Fusing-image-backgrounds-transparent-and-white%2F&amp;title=Using%20Image%20Backgrounds%3A%20Transparent%20and%20White"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/using-image-backgrounds-transparent-and-white/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

