<?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>Free printable labels &#38; templates, label design @WorldLabel blog. Open Source and more! &#187; GIMP</title>
	<atom:link href="http://blog.worldlabel.com/tag/gimp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.worldlabel.com</link>
	<description>Labels, Printables, Open Source &#38; more!</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:05:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Blending Multiple Images and Creating Captions in Gimp</title>
		<link>http://blog.worldlabel.com/2012/blending-multiple-images-and-creating-captions-in-gimp.html</link>
		<comments>http://blog.worldlabel.com/2012/blending-multiple-images-and-creating-captions-in-gimp.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 19:22:21 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=7960</guid>
		<description><![CDATA[One of the funnest features of digital image editing is taking pieces of different images and blending them together in a single image, like putting a funny hat on your mom or putting your dog on a jet ski. Or even something serious, like improving a photo of a landscape by adding an element from [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimp-300x217.png" alt="" width="300" height="217" /></p>
<p>One of the funnest features of digital image editing is taking pieces of different images and blending them together in a single image, like putting a funny hat on your mom or putting your dog on a jet ski. Or even something serious, like improving a photo of a landscape by adding an element from a different photo. Today we are going to learn how to do this in GIMP, the excellent open source image editing program.</p>
<p><span id="more-7960"></span></p>
<h3>GIMP is not LAME</h3>
<p>Computer geeks think they are funny, and that how we end up with names like GIMP and LAME. GIMP is short for GNU Image Manipulation Program. LAME is a recursive acronym for LAME Ain&#8217;t an MP3 Encoder. Together they form my mildly amusing subheading. At any rate, whatever the shortcomings of the name, <a href="http://www.gimp.org/" target="_blank">GIMP</a> is an excellent open source painting, drawing, and image editing program. It is free of cost and runs on Linux, Mac, and Windows, and supports a number of drawing tablets like Wacom.</p>
<p>You&#8217;ll need a batch of existing images to follow this tutorial&#8211; photos, clipart, anything is fine. You can copy images from Web pages by right-clicking on them, and then left-clicking &#8220;Save as&#8221; in the right-click menu. This is legal for private, personal use; don&#8217;t commit copyright infringement by distributing copyrighted images without permission. Visit the <a href="http://commons.wikimedia.org/wiki/Main_Page" target="_blank">Wikimedia Commons</a> to find excellent permissively-licensed images, and you can even share your own.</p>
<h3>Saving Your Work</h3>
<p>The first and most important lesson is to make a habit of saving your projects as .xcf files. This is the native GIMP file format. You can create composite images out of any mix of image file formats such as JPG, GIF, and PNG. But always save a master file as .xcf because it saves all of your layers and all other editing information, so you can easily re-edit your images. You can export to any image file format you want from .xcf such as JPG, PNG, GIF, BMP&#8230;as long as you have that master .xcf file you can do anything you want.</p>
<h3>Fun With Layers</h3>
<p>Understanding how to use layers is the #1 most important feature of any higher-end image editor. This is your mighty power tool that gives you fine control over your images. In figure 1 I opened an existing image of <a href="http://www.isc.tamu.edu/~lewing/linux/" target="_blank">Tux, the Linux penguin.</a> Tux was created by Larry Ewing using GIMP. GIMP can take a little getting used to because the toolbars and dialogues are all in separate docks, instead of a single window. You can expose just the ones you want to use and drag them anywhere on your screen. Some users love this, some don&#8217;t. (GIMP 2.7.3 includes the long-promised single-window mode option, and will soon be available.)</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-1-tux.jpeg"><img class="aligncenter size-full wp-image-7961" title="fig-1-tux" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-1-tux.jpeg" alt="" width="500" height="293" /></a></p>
<p style="text-align: center;"><em>Figure 1: Tux the Linux penguin in a new GIMP session, with the Toolbox, first image layer, and Layers dialogue.</em></p>
<p>Now let&#8217;s put a hat on Tux. I have a red fedora downloaded from <a href="http://commons.wikimedia.org/wiki/File:Red_Fedora.svg" target="_blank">Wikimedia Commons</a>, and this image is given to the public domain, so I can do anything I want with it. I want to put it on Tux&#8217;s head. The first step is to go to File &gt; Open as layers in Tux&#8217;s window (figure 2.)</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-2-tux.jpeg"><img class="aligncenter size-full wp-image-7962" title="fig-2-tux" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-2-tux.jpeg" alt="" width="370" height="370" /></a></p>
<p style="text-align: center;"><em>Figure 2: Hat image opened in a new layer on Tux.</em></p>
<p>It&#8217;s the wrong size and in the wrong place, but that&#8217;s OK. It&#8217;s in a separate layer so I can edit it just as though it were in a separate window. Note how the Layers dialogue shows two entries now (figure 3). If you don&#8217;t see the Layers dialogue, then press Ctrl+l or click Windows &gt; Dockable Dialogs &gt; Layers to open it.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-3-layers.jpeg"><img class="aligncenter size-full wp-image-7963" title="fig-3-layers" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-3-layers.jpeg" alt="" width="212" height="427" /></a></p>
<p style="text-align: center;"><em>Figure 3: the Layers dialogue displays two layers and several controls.</em></p>
<p>The first image you open will always be labeled &#8220;background&#8221; in the layers dialog. You can change this name by right-clicking on it, and then left-click Edit Layer Attributes. Note how this right-click menu offers you a whole lot more controls (figure 4). GIMP has a lot of redundant controls, so you&#8217;ll see the same ones in multiple locations.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-4-layers.jpeg"><img class="aligncenter size-full wp-image-7964" title="fig-4-layers" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-4-layers.jpeg" alt="" width="375" height="730" /></a></p>
<p style="text-align: center;"><em>Figure 4: Right-click any item in your Layers dialog to see this menu.</em></p>
<p>But let&#8217;s not get distracted by all these new controls, for we have a hat to edit. Aim your eyeballs to the left and take a look at the Toolbox. This should always open by default (figure 5).</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-5-toolbox.jpeg"><img class="aligncenter size-full wp-image-7965" title="fig-5-toolbox" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-5-toolbox.jpeg" alt="" width="197" height="299" /></a></p>
<p style="text-align: center;"><em>Figure 5: The GIMP Toolbox.</em></p>
<p>The Toolbox contains a selection of cursor tools. By default it becomes a paintbrush when you pass it over your image. I don&#8217;t want a paintbrush, I want the Move tool. That is the little four-pointed dealie. Click on it so you can move objects (figure 6). Remember to always select your tool first.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-6-move-tool.jpeg"><img class="aligncenter size-full wp-image-7966" title="fig-6-move-tool" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-6-move-tool.jpeg" alt="" width="123" height="115" /></a></p>
<p style="text-align: center;"><em>Figure 6: The Move tool.</em></p>
<p>Now I&#8217;m going to drag the hat onto Tux&#8217;s head. And oops, my canvas is a little too small. Which is no problem, because Image &gt; Canvas Size makes it bigger. A little more height and I have room for the hat (figure 7).</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-7-resizecanvas.jpeg"><img class="aligncenter size-full wp-image-7967" title="fig-7-resizecanvas" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-7-resizecanvas.jpeg" alt="" width="364" height="405" /></a></p>
<p style="text-align: center;"><em>Figure 7: A slightly bigger canvas for more headroom.</em></p>
<p>Well now, that&#8217;s not too bad, except the hat is too big. First I click on the hat layer in the Layer dialog to select it, and then click Layer &gt; Scale Layer in the image window. This opens a dialog for changing the size of the image just in that layer. Note the little chain link between the Width and Height values; when these are linked changes are proportionate. Click the link to un-link the values and control them separately.</p>
<p>With the hat resized and positioned, I&#8217;m still not satisfied because the hat points to the right, and I want it to point to the left. Layer &gt; Transform &gt; Flip Horizontally turns it to the left. A little tweaking the position, and voilà! Tux has a stylin&#8217; hat (figure 8).</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-8-tuxhat.jpeg"><img class="aligncenter size-full wp-image-7968" title="fig-8-tuxhat" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-8-tuxhat.jpeg" alt="" width="267" height="354" /></a></p>
<p style="text-align: center;"><em>Figure 8</em></p>
<p>There is one last task, and that is creating a caption. To launch the text editor, go to the Toolbar and click the big A. This also automatically creates a new layer for the text. GIMP has a habit of opening dialogs in inconvenient locations, so drag the text dialog anywhere to get it out of the way. When I type my caption into the text dialog it appears on the image at the same time, and gives a live preview of size, font, and color (figure 9).</p>
<p style="text-align: center;"><em><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-9-text.jpeg"><img class="aligncenter size-full wp-image-7969" title="fig-9--text" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-9-text.jpeg" alt="" width="500" height="443" /></a></em></p>
<p style="text-align: center;"><em>Figure 9: Adding a caption.</em></p>
<p>By default layers are transparent, and my text doesn&#8217;t show up very well. So one way (there are several ways to do this) to give text a solid background is to click Layer &gt; Transparency &gt; Remove Alpha channel. This results in Figure 10.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-10-done.jpeg"><img class="aligncenter size-full wp-image-7970" title="fig-10-done" src="http://blog.worldlabel.com/wp-content/myfiles/2012/01/fig-10-done.jpeg" alt="" width="368" height="517" /></a></p>
<p style="text-align: center;"><em>Fig</em><em>ure 10: Tux now has a hat and caption with a white background.</em></p>
<p>Now my stylin&#8217; Tux can be saved as any image file format, but don&#8217;t forget to always first save your work in .xcf format. Then if you need to make any changes simply select the layer you want to work on. Take a look at the Layers dialog and you&#8217;ll see a wealth of useful options: delete, re-order, stack in whatever order you want, duplicate layers, all kinds of modes, and lots more. Which we will explore in future installments. If you like good howto books, <a href="http://www.amazon.com/Beginning-GIMP-Professional-Akkana-Peck/dp/1430210702" target="_blank">Beginning GIMP: From Novice to Professional</a> is the best GIMP book.</p>
<p><strong>By CARLA SCHRODER</strong></p>
<p>Check out this post: <a href="http://blog.worldlabel.com/2011/gimp-resources-to-take-you-from-newbie-to-power-user.html">Gimp resources to take you from Newbie to Power User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2012/blending-multiple-images-and-creating-captions-in-gimp.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GIMP resources to take you from newbie to power user</title>
		<link>http://blog.worldlabel.com/2011/gimp-resources-to-take-you-from-newbie-to-power-user.html</link>
		<comments>http://blog.worldlabel.com/2011/gimp-resources-to-take-you-from-newbie-to-power-user.html#comments</comments>
		<pubDate>Wed, 11 May 2011 19:27:08 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=6200</guid>
		<description><![CDATA[A couple of weeks ago we looked at the best Web-based resources for Inkscape users &#8212; documentation and tutorials, sites and forums to follow, plus how to find brushes, palettes, scripts and extensions. It only seems fair to do the same thing for the non-vector-artists out there as well. GIMP is every bit as powerful and multi-faceted [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimp-300x217.png" alt="" width="300" height="217" /></p>
<p>A couple of weeks ago we looked at the best Web-based <a href="http://blog.worldlabel.com/2011/inkscape-resources-to-take-you-from-newbie-to-power-user.html">resources for Inkscape users</a> &#8212; documentation and tutorials, sites and forums to follow, plus how to find brushes, palettes, scripts and extensions. It only seems fair to do the same thing for the non-vector-artists out there as well. GIMP is every bit as powerful and multi-faceted as Inkscape, of course, and getting the most out of it involves many of the same questions.</p>
<p><span id="more-6200"></span></p>
<h3>Informational resources</h3>
<h4>Documentation and manuals</h4>
<p>The official GIMP documentation is found at the <a href="http://docs.gimp.org/">GIMP web site</a>, and its online manual is certainly the place to start. Although you&#8217;re probably familiar with most of the tool metaphors, the GIMP User Manual <em>will</em> help you get more out of the lesser-known tool options and explain some of the settings.</p>
<p>Moving on from there, there have been plenty of quality GIMP books written over the years, most of which are cataloged on the GIMP site under <a href="http://www.gimp.org/books/">gimp.org/books</a>. Some of them are print-only, but many are available as online docs, too. That is the case for the canonical third-party GIMP instructional tome, <a href="http://gimp-savvy.com/BOOK/index.html">Grokking the GIMP</a>. Though you can buy a printed version and help support the author, the full text is available online, in HTML, for free.</p>
<p style="text-align: center;"><em><img title="01-gimp-books" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/01-gimp-books-291x300.png" alt="" width="291" height="300" /></em></p>
<p style="text-align: center;"><em>Gimp Books (click on image for full view)</em></p>
<h4>Tutorials</h4>
<p>GIMP tutorials, you&#8217;ll be happy to learn, are not in short supply. The GIMP home page maintains a <a href="http://www.gimp.org/tutorials/">hand-selected list</a>, broken into different skill-level categories and split up by image-editing task &#8212; web, photography, even scripting.</p>
<p>There are also several good GIMP-only tutorial sites. Despite the similarity in URLs, <a href="http://gimp-tutorials.net/">gimp-tutorials.net</a> and <a href="http://www.gimp-tutorials.com/">gimp-tutorials.com</a> are separate collections &#8212; some original, some from outside sources. They may compete in name-space, but you don&#8217;t have to choose &#8212; subscribe to both. <a href="http://gimpology.com/">Gimpology</a> is a GIMP-centric site that exclusively links to tutorials written elsewhere on the Web, submitted by users. <a href="http://www.ghuj.com/">GHUJ</a> is more-or-less the same, although it earns plenty of style points for its distinctive, gallery-like presentation, too, as well as its &#8220;random tutorial&#8221; selector. Finally, <a href="http://gimps.de/">GIMPS.de</a> puts its emphasis on photo-retouching, but has tutorials in its archive for all sorts of tasks.</p>
<p style="text-align: center;"><em><img title="02-ghuj" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/02-ghuj-300x153.png" alt="" width="300" height="153" /></em></p>
<p style="text-align: center;"><em>Gimp Tutorials (click on image for full view)</em></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/02-ghuj.png"></a></p>
<p>You should also check out general-purpose design tutorial sites; many have dedicated GIMP sections, including <a href="http://www.pixel2life.com/tutorials/gimp/">Pixel2Life</a>, <a href="http://www.tutorialized.com/tutorials/Gimp/1">Tutorialized</a>, and <a href="http://tutorialblog.org/gimp-tutorials/">TutorialBlog.org</a>. So, too, does the digital artist community site <a href="http://browse.deviantart.com/resources/tutorials/gimp/">deviantART</a>, which as you&#8217;ll see later, has plenty of other resources to share in addition to tutorials.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/03-pixel2life.png"><img class="aligncenter size-medium wp-image-6401" title="03-pixel2life" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/03-pixel2life-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>Pixels2life.com (click on image for full view)</em></p>
<p>GIMP user forums and discussion sites also tend to be excellent tutorial-finding spots. GimpUsers maintains a separate, curated <a href="http://www.gimpusers.com/tutorials.php">tutorials</a> page, while gimptalk reserves a special section on its discussion boards for <a href="http://www.gimptalk.com/forum/gimp-tutorials-and-tips-f8.html">tutorials and tips</a>.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/04-gimpusers.png"><img class="aligncenter size-medium wp-image-6402" title="04-gimpusers" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/04-gimpusers-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>Gimpusers.com (click on image for full view)</em></p>
<p>Last but not least, almost any tutorial for another raster graphics tool will work for GIMP as well; so if you&#8217;re looking for a particular effect without luck, don&#8217;t forget to search for a Photoshop tutorial on the same subject. There are several examples of Photoshop-to-GIMP tutorial conversions on display at <a href="http://lava360.com/tutorials/roundup-of-best-gimp-tips-tutorials/">Lava360</a>, for instance. Likewise, a lot of Photoshop and generic-graphic-design blogs provide good coverage of GIMP along with their other news topics, so you will find good resources like <a href="http://www.noupe.com/gimp/30-exceptional-gimp-tutorials-and-resources.html">&#8220;30+ Exceptional GIMP Tutorials and Resources&#8221;</a> fairly often outside the GIMP-specific world.</p>
<h4>Videos</h4>
<p>As was the case with Inkscape, sometimes a video tutorial beats a written, screenshot-driven tutorial when it comes to explaining a particular process or technique, so video tutorials deserve a special mention.</p>
<p>The leader in this category is <a href="http://meetthegimp.org/category/gimp-video-tutorial/">Meet the GIMP</a>, a site that specialized in original, video-based tutorials for the GIMP. They are detailed, and the archives contain well over 150 individual videos, in your choice of video formats.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/05-meetthegimp.png"><img class="aligncenter size-medium wp-image-6403" title="05-meetthegimp" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/05-meetthegimp-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>Meetthegimp.org (click on image for full view)</em></p>
<p><a href="http://gimpers.com/">GIMPers.com</a> also specializes in GIMP video tutorials, including practical &#8220;basic learning&#8221; episodes and wacky, out-there effects.</p>
<p>Naturally, the general design/tutorial market has its share of GIMP video content as well. Check out the GIMP video section at <a href="http://www.designyourownweb.com/gimp-tutorial.htm">Design Your Own Web</a>, and the list at <a href="http://sixrevisions.com/graphics-design/gimp_video_tutorials/">Six Revisions</a>. And don&#8217;t forget that you can always find good user-created content &#8212; usually shorter in length &#8212; by <a href="http://www.youtube.com/results?search_query=gimp&amp;aq=f">saving a search</a> at a video sharing site like YouTube.</p>
<h4>Blogs</h4>
<p>The main resource for GIMP blogging is <a href="http://www.graphicsplanet.org/">GraphicsPlanet</a>, which aggregates numerous GIMP and free software graphics developers and artists into one feed. There isn&#8217;t (currently) an official &#8220;GIMP development&#8221; blog, but if you want to follow GIMP&#8217;s changes and enhancements, there are some people to follow: Martin Nordholts blogs at <a href="http://www.chromecode.com/">chromecode.com</a>, Peter Sikking at <a href="http://blog.mmiworks.net/">MMIworks</a>, and Øyvind Kolås at <a href="http://codecave.org/">codecave.org</a>. Also be sure to check out GIMP writer Akkana Peck at <a href="http://shallowsky.com/blog">shallowsky.com</a>.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/06-mmiworks.png"><img class="aligncenter size-medium wp-image-6404" title="06-mmiworks" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/06-mmiworks-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>Mmiworks.net (click on image for full view)</em></p>
<p>You&#8217;ll also want to watch <a href="http://libregraphicsworld.org/">Libre Graphics World</a>, an independent news site maintained by photographer Alexandre Prokoudine. LGW covers the full spectrum of open source graphics, including raster and vector graphics, photography, 3-D, typography, and much more. It&#8217;s often the fist place to report on new GIMP features and development releases.</p>
<h4>Forums</h4>
<p>In addition to its aforementioned news content, LGW also hosts Web <a href="http://libregraphicsworld.org/forum/index.php">discussion forums</a>, which are a good place to turn for user-to-user questions, whether newbie or seasoned pro. The same is true of Meet the GIMP&#8217;s <a href="http://forum.meetthegimp.org/">forum section</a>; though the top board on the page is for discussing the video tutorial episodes, there are dedicated GIMP sections (including a photography section and a user gallery section), as well as discussion boards covering more general graphics topics. In fact, it is one of the few open source graphics forums to have a dedicated hardware section, so if you&#8217;re experiencing trouble with your graphics tablet, it&#8217;s a good place to go.</p>
<p>There are at least three major GIMP-only discussion sites worth checking out: <a href="http://gimpchat.com/">Gimp Chat</a>, <a href="http://www.gimptalk.com/">GimpTalk</a>, and the <a href="http://gug.criticalhit.dk/">Gimp Users Group</a> (GUG). They are, quite naturally, similar in nature &#8212; each has multiple subsections to organize the discussion, including photo-versus-web graphics, scripting and plugins, brushes and swatches, and user-written tutorials. If you&#8217;re looking for help with a particular subject, there&#8217;s no reason you have to limit yourself to searching just one of them.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/07-gug.png"><img class="aligncenter size-medium wp-image-6406" title="07-gug" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/07-gug-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>Gimpusergroup (click on image for full view)</em></p>
<p>Finally, a number of the general-purpose digital artist forums on the Web have started hosting GIMP-specific sections, too, so be sure and check in there as well. The <a href="http://the-gimp.deviantart.com/">#the-gimp channel</a> at DeviantArt, for example, hosts discussions in addition to linking to all of the member designers&#8217; work.</p>
<h3>Tools and content resources</h3>
<p>Sharable resources like brushes, gradients, palettes and textures are popular discussion content for artists and graphic designers. You&#8217;ll occasionally see a design blog do a special post on GIMP resources of this nature, such as AG Design&#8217;s <a href="http://www.allgraphicdesign.com/graphicsblog/2008/10/22/gimp-resources-ultimate-list-of-gimp-sites-plugins-tutorials-oh-my">two</a> <a href="http://www.allgraphicdesign.com/graphicsblog/2008/10/22/gimp-resources-part-2-ultimate-list-of-gimp-sites-plugins-tutorials-oh-my/">part</a> &#8220;ultimate&#8221; series on the GIMP.</p>
<p>The truth is, however, that because GIMP is natively capable of using Photoshop&#8217;s brush and file formats, you don&#8217;t need to seek out GIMP-specific Web sites. The vast majority of what you&#8217;ll find at a Photoshop-oriented site like <a href="http://www.blendfu.com/">BlendFu</a> works without any trouble in GIMP. But that doesn&#8217;t mean there aren&#8217;t GIMP-centric sites to visit, too.</p>
<h4>Brush resources</h4>
<p>You might start with the official GIMP site&#8217;s tutorial on <a href="http://www.gimp.org/tutorials/Custom_Brushes/">creating and customizing brushes</a>. From there, persistent artist communities are among the best resources to search for new brushes. DeviantArt has a <a href="http://browse.deviantart.com/resources/applications/gimpbrushes/">GIMP brushes</a> section. TechZilo maintains a <a href="http://www.techzilo.com/gimp-brushes/">list</a> that links to many independent brush collections (which includes several from DeviantArt).</p>
<p>Dedicated brush library pages exist, too. <a href="http://brushnet.com/">Brushnet</a> is a general-purpose raster brush site that has a special GIMP section as well as a Photoshop section. <a href="http://free-brushes.com/">Free-Brushes.com</a> advertises GIMP support, although it does not maintain a separate category.</p>
<p style="text-align: center;"><em><img title="08-brushnet" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/08-brushnet-300x153.png" alt="" width="300" height="153" /></em></p>
<p style="text-align: center;"><em>Brushnet.com (click on image for full view)</em></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/08-brushnet.png"></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/09-freebrushes.png"><img class="aligncenter size-medium wp-image-6408" title="09-freebrushes" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/09-freebrushes-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>FreeBrushes.com (click on image for full view)</em></p>
<p>Art and design blogs periodically collect far more than a single post&#8217;s worth of brush resources, such as Noupe&#8217;s <a href="http://www.noupe.com/gimp/1000-free-high-resolution-gimp-brushes.html">massive collection</a> of over 1000 brushes. Searching for specialty lists can help narrow down the field, too &#8212; several of the above sites break down brushes by category, and blogs tend to post narrower collections as regular post content, as in Creative Mac&#8217;s <a href="http://www.creativemac.com/2003/01_jan/features/download13030117.htm">film brushes</a> collection.</p>
<h4>Color palette, texture, and swatch resources</h4>
<p>DeviantArt is also a <a href="http://iceytina.deviantart.com/art/Tina-s-GIMP-Patterns-201-300-63589086">good source</a> for patterns and textures, though you should note that in the case of patterns, GIMP resources cannot be imported to be used in Photoshop.</p>
<p>Design community sites like <a href="http://www.allgraphicdesign.com/gimppatternstextures.html">AGDesign</a> also host texture collection libraries; you will also find lots of individual pattern collections on designer&#8217;s home pages, like <a href="http://www.pgd-design.com/gimp/pat120.php">pgd-design</a> or <a href="http://www.helensimages.com/gimp1.htm">HelensImages</a>. The latter site, notably, contains displacement map patterns, which GIMP can use to create water-like distortion-effects, in addition to traditional textures. Finally, several tutorial sites also stock texture and pattern libraries, such as <a href="http://gimp-tutorials.net/GMIP-Free-Textures">GIMP-Tutorials.net</a>.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/10-agdesign.png"><img class="aligncenter size-medium wp-image-6409" title="10-agdesign" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/10-agdesign-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><em>AllGraphicdesign.com (click on image for full view)</em></p>
<p style="text-align: left;">Color palettes are a bit different from patterns and textures. Several of the resource sites mentioned above maintain both, although some (like <a href="http://www.allgraphicdesign.com/gimpcolorpalettesswatches.html">AGDesign</a>) maintain separate pages. Several DeviantArt collections exist, such as <a href="http://nevit.deviantart.com/art/Gimp-Palettes-82563425">Nevit&#8217;s</a> and <a href="http://marmitemamie.deviantart.com/art/Gimp-Palettes-12-187038529?q=&amp;qo=">MarmiteMamie&#8217;s</a>. You&#8217;ll also find several individual&#8217;s collections of high-quality GIMP palettes on the Web, including <a href="http://www.tigert.com/gimp/palettes/">Tigert&#8217;s</a> and <a href="http://chrisdesign.wordpress.com/2009/06/01/15-gimp-palettes/">ChrisDesign&#8217;s</a>.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/11-nevit.png"><img class="aligncenter size-medium wp-image-6410" title="11-nevit" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/11-nevit-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/12-chrisdesign.png"></a></p>
<p style="text-align: center;"><em>nevit.deviantart.com (click on image for full view)</em></p>
<p style="text-align: center;"><em><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/12-chrisdesign.png"><img class="aligncenter size-medium wp-image-6411" title="12-chrisdesign" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/12-chrisdesign-300x153.png" alt="" width="300" height="153" /></a></em></p>
<p style="text-align: center;"><em>chrisdesign.wordpress.com (click on image for full view)</em></p>
<p>But you can also import color palettes from a a variety of other sources, which opens up more resource possibilities. That includes the Web &#8212; the <a href="http://www.colorzilla.com/firefox/palettes.html">Colorzilla</a> site contains an excellent collection of GIMP-compatible palettes, and the CSSDrive <a href="http://www.cssdrive.com/imagepalette/index.php">color palette generator</a> can create a palette based on the colors in any image you upload. Last but certainly not least, if you need to create palettes yourself, the <a href="http://home.gna.org/colorscheme/">Agave</a> desktop tool is the best utility available on Linux.</p>
<h4>Scripts, plugins, and extensions</h4>
<p>Arguably GIMP&#8217;s most powerful feature is its scriptability; plugins and scripts are available in several scripting languages that extend its functionality with new tools, effects, filters, even additional image formats. The canonical list of known GIMP plugins is the official <a href="http://registry.gimp.org/">GIMP Plugin Registry</a>. It houses the full catalog of extensions, and is searchable by popularity, keyword tagging, and more. The main registry page also hosts a news feed of new plugin releases and updates. There is also a <a href="http://registry.gimp.org/forum">registry user forum</a> where you can ask plugin- and script-specific help questions.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/13-registry.png"><img class="aligncenter size-medium wp-image-6412" title="13-registry" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/13-registry-300x153.png" alt="" width="300" height="153" /></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/14-plugins.png"></a></p>
<p style="text-align: center;"><em>registry.gimp.org (click on image for full view)</em></p>
<p>If that seems a little daunting, that&#8217;s okay. There are also third-party sites and lists that pare the library down into more manageable chunks. The Open Source Photography Flickr group maintains a <a href="http://osp.wikidot.com/gimp-scripts">GIMP Scripts page</a>, as does <a href="http://www.techzilo.com/gimp-plugins/">TechZilo</a>. DeviantArt maintains a separate resource category just for <a href="http://browse.deviantart.com/resources/applications/gimpactions/">GIMP extensions</a>.</p>
<p>Finally, as with the other categories, you&#8217;ll also find good special-purpose lists maintained by blogs or individual artists. Kevin Cozens maintains an excellent <a href="http://www.ve3syb.ca/software/gimp/scripts.html">scripts page</a> at his personal site, and TechZilo has &#8212; separate from its main resource library listed above &#8212; an editor-maintained <a href="http://www.techzilo.com/download-free-gimp-plugins/">list of plugins</a> useful for users used to Photoshop.</p>
<h4>Art and PSD resources</h4>
<p>As was true with Inkscape, there are far more design resources out there that are useful in GIMP than just those created for the GIMP itself.</p>
<p>Here again, the <a href="http://openclipart.org/">Open Clip Art Library</a> site is a valuable resource; a community-maintained of user-created designs and graphical elements, all of which is free to use under public domain terms.</p>
<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2010/12/openclipart-300x249.png" alt="" width="300" height="249" /></p>
<p style="text-align: center;"><em>Openclipart.org</em></p>
<p>Similarly, the <a href="http://openfontlibrary.org/">Open Font Library</a> is a resource site for typography available under the Creative Commons Attribution-ShareAlike license; you can search for fonts to use in any of your projects without fear of running into licensing trouble. Its wiki can also be a valuable way to find open typographic resources from <a href="http://openfontlibrary.org/wiki/Existing_Libre/Open_Fonts">other projects</a>.</p>
<p>Also check out design sites like <a href="http://dezignus.com/">Dezignus.com</a>, <a href="http://sixrevisions.com/resources/30-excellent-resources-for-graphic-design-freebies/">SixRevisions</a>, or other artist blogs. Finally, when you&#8217;re looking for design resources, don&#8217;t forget that GIMP has full import functionality for Photoshop&#8217;s .PSD file format. That means you can include anything that bases its templates around PSD files. This includes design mags like <a href="http://speckyboy.com/2008/05/10/14-amazing-free-photoshop-psd-resource-sites/">SpeckyBoy</a>, the <a href="http://browse.deviantart.com/resources/applications/psd/">PSD section</a> of community sites like DeviantArt, blogs like <a href="http://www.lava360.com/freebies/download-free-psd-files-for-your-next-design/">Lava360</a>, or PSD-centric sites like <a href="http://www.officialpsds.com/">Official PSDs</a> or <a href="http://freepsdfiles.net/">FreePSDFiles.net</a>.</p>
<p style="text-align: center;"><img title="15-dezignus" src="http://blog.worldlabel.com/wp-content/myfiles/2011/05/15-dezignus-300x153.png" alt="" width="300" height="153" /></p>
<p style="text-align: center;"><em>Dezignus.com (click on image for full view)</em></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/15-dezignus.png"></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2011/05/16-lava360.png"></a></p>
<p><strong><em>BY NATHAN WILLIS</em></strong></p>
<p>Check out how to <a href="http://blog.worldlabel.com/2009/fast-labels-and-card-layout-with-gimplabels-open-source.html">make labels with Gimplabels</a> by <a href="http://www.shallowsky.com">Akkana Peck</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2011/gimp-resources-to-take-you-from-newbie-to-power-user.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Quality Printing with GIMP</title>
		<link>http://blog.worldlabel.com/2010/quality-printing-with-gimp.html</link>
		<comments>http://blog.worldlabel.com/2010/quality-printing-with-gimp.html#comments</comments>
		<pubDate>Mon, 18 Oct 2010 14:44:46 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=5755</guid>
		<description><![CDATA[In spite of Silicon Valley&#8217;s best efforts, it is still not a paperless world. On a free software desktop, this is rarely a problem, because significant work has gone into making CUPS, Foomatic, and other parts of the printing tool chain work well and integrate seamlessly into the application suite &#8212; at least, for the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimp-300x217.png" alt="" width="300" height="217" /></p>
<p>In spite of Silicon Valley&#8217;s best efforts, it is still not a paperless world. On a free software desktop, this is rarely a problem, because significant work has gone into making <a href="http://www.cups.org/">CUPS</a>, <a href="http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic">Foomatic</a>, and other parts of the printing tool chain work well and integrate seamlessly into the application suite &#8212; at least, for the typical &#8220;office&#8221; document. There are still a few things the average user can do to enhance the quality of prints from graphics applications like <a href="http://www.gimp.org/">GIMP</a>. Some are common to all raster image editors but which you might need a refresher course on, and some of which are more specialized. Given the price of high-quality inks and photo paper, though, a little preparation can save both time and money.</p>
<p>By Nathan Willis</p>
<p><span id="more-5755"></span></p>
<h4>Pre-flight check: accounting for how raster images work</h4>
<p>An image undergoes multiple transformation between the time is read from the hard disk and the time it pops out of the printer. Most importantly, of course, that includes the editing that you perform in GIMP. A critical component to getting consistently good prints in enabling and configuring GIMP&#8217;s color management (CM). CM is built-in to all recent GIMP releases, but it does not come pre-configured, so if you don&#8217;t take the time to set it up, it does you no good.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2010/10/gimp-color.png"><img class="aligncenter size-full wp-image-5791" title="gimp-color" src="http://blog.worldlabel.com/wp-content/myfiles/2010/10/gimp-color.png" alt="" width="475" height="389" /></a></p>
<p style="text-align: center;"><em>&#8220;GIMP&#8217;s color management settings, where assigning color profiles allows you to accurately preview printouts.&#8221;</em></p>
<p>Open the Preferences dialog (found in Edit -&gt; Preferences), and click on the Color Management tab. Set the &#8220;Mode of operation:&#8221; selector to &#8220;Color managed display.&#8221; Beneath this is a list of other preference selectors. Even though we are discussing printing, you need to select an &#8220;RGB profile&#8221; and a &#8220;Monitor profile&#8221; in addition to a &#8220;Print simulation profile.&#8221;</p>
<p>Monitors are RGB devices, but they all differ slightly in terms of their exact hues, white points, and contrast. The <em>best</em> monitor profile you can use for accuracy&#8217;s sake is a custom profile generated with a tool like <a href="http://www.argyllcms.com/">Argyll</a> or <a href="http://lprof.sourceforge.net/">LProf</a>. If you don&#8217;t have a colorimeter to measure your display, though, a decent substitute is a profile specific to the brand and model of monitor you use. You can often find these on the driver discs that accompany a retail box, or on the manufacturer&#8217;s support Web site.</p>
<p>The selector labeled &#8220;RGB profile&#8221; is the &#8220;working profile&#8221; that GIMP will use with open files; in other words, it is the base from which other conversions will be made. Most people choose a generic, well-established profile like sRGB or AdobeRGB for this option; your Linux distribution may come with several options stored in /usr/share/color/icc/.</p>
<p>Ironically, it is because sRGB is regarded as the &#8220;Web-safe&#8221; profile that most people notice few color-management problems when all they do is edit images to post online. It is when they get to printing that the difference becomes distinct. Like your monitor, you must select a &#8220;Print simulation profile&#8221; for the specific output device you intend to use. Here, too, a custom profile is best, but at the very least, you should install one provided by the manufacturer. It may not be perfect, but at least it will have the right approximate white points, primaries, and so forth.</p>
<p>Both of the &#8220;rendering intent&#8221; selectors offer multiple choices. Some graphics pros have strong feelings about workflow and rendering intent; if in doubt, choose &#8220;Perceptual.&#8221; With all these settings in place, GIMP can now map generic RGB pixels to your monitor and simulate the output on your printer, allowing you to &#8220;soft-proof&#8221; your work without risking paper. When doing this, it is an extremely good idea to check the &#8220;show out-of-gamut colors&#8221; preference &#8212; this will warn you if your image strays beyond the printable color range of your output device. Nobody likes that kind of surprise.</p>
<p>Beyond the color management, it is important to correctly prepare your image for output. Begin by &#8220;flattening&#8221; the image with Image -&gt; Flatten Image. This eliminates extra layers, producing a smaller file, so you may want to save this output copy under a different filename. Just as importantly, this action renders any text in the image, saving you from the potential difficulty of embedding fonts or trying to manage font collections between different devices.</p>
<p>Next you should calculate the correct size of the image, and resize it to the exact pixel dimensions. You can use the Image -&gt; Scale Image &#8230; dialog. Here you have to be conscious of the difference between &#8220;dots per inch&#8221; (DPI) as often quoted on printer specs and &#8220;pixels per inch&#8221; (PPI). PPI counts the actual grid of image data, in RGB triples. DPI counts the droplets of ink actually fired out of the printer; the DPI count will always be much higher, because the printer blends colors by mixing multiple dots together to match the color of each pixel.</p>
<p>Take the final dimensions you want your printed output to be, and multiply by 300 PPI to get the correct size of the digital image. Unless you know otherwise for a specific printer, 300 PPI is what most printers can handle. GIMP includes three interpolation algorithms in the &#8220;Quality&#8221; section of the Scale Image dialog: Linear, Cubic, and Sinc (Lanczos3). Generally speaking, Sinc is regarded as the best, but it would not hurt to try Cubic if Sinc gives you artifacts. There are occasionally images where one works better than another, depending on whether it is photo, line art, or another image type.</p>
<p>Saving your output image at a particular pixel size helps because the printing stack does not have to resize the image for its final output: this means less memory is used, and the printout moves considerably faster.</p>
<p>Finally, developer Pascal de Bruijn <a href="http://blog.pcode.nl/2010/10/03/photo-printing-preprocessing/">recommends</a> using a small amount of &#8220;over-sharpening&#8221; when printing raster graphics, to correct for ink bleed. Whether you find this to be useful might depend on your device, as would the amount of sharpening to perform, but it is worth considering and, if you have time to run a test, comparing with real-world printouts.</p>
<p>Much of the advice given here applies to other raster editing programs, such as <a href="http://www.krita.org/">Krita</a> or one of the raw photo converters, with the added caveat that in those programs, you also need to be sure to save the print-ready version of your file in 8-bit-per-channel color. It is always a good idea to <em>edit</em> in 16-bit mode if possible, to preserve detail, but printing is generally an 8-bit process. GIMP is adding more and more 16-bit operations as time goes by, of course, so in future releases this may become a factor for GIMP printers as well.</p>
<h4>The Linux printing tool chain in all its glory</h4>
<p>In addition to the image file format itself, it is important to understand that raster images take a very different path through the printing tool chain that do text-centric documents. The LinuxPrinting.org site has a <a href="http://www.linuxfoundation.org/sites/main/files/static/cups-system-ascii.html">block diagram</a> showing how most of the pieces actually fit together, but because it is an &#8220;ASCII art&#8221; drawing, you might prefer to look at the <a href="http://en.wikipedia.org/wiki/File:CUPS-block-diagram.svg">SVG copy</a> recreated for Wikimedia Commons.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2010/10/nonguten-2.png"><img class="aligncenter size-full wp-image-5792" title="nonguten-2" src="http://blog.worldlabel.com/wp-content/myfiles/2010/10/nonguten-2.png" alt="" width="475" height="360" /></a></p>
<p style="text-align: center;"><em>&#8220;GIMP&#8217;s default Print functionality is provided by the OS, so it does not feature much in the way of raster-image-specific tweaks.&#8221;</em></p>
<p>A bird&#8217;s eye view of the system is that CUPS serves as the print spooler and scheduler, queuing print jobs when there are more than one and relaying them to printer servers for network-shared printers. For each individual print job, CUPS pipes the data through a filter, converting the file&#8217;s original data into an output format like PostScript.</p>
<p>You can get improved prints from image files by using the <a href="http://gimp-print.sourceforge.net/">Gutenprint</a> driver system in place of CUPS&#8217;s defaults. Gutenprint aims at top-of-the-line quality for imaging printers such as Canon and Epson photo-quality inkjets, and will usually give better quality output than CUPS&#8217;s general-purpose settings.</p>
<p>At the filter stage, CUPS looks at the MIME type of the file to decide which of several conversion utilities to use, such as the text-to-PostScript filter texttops, the PDF converter pdftops, or a rasterizer such as imagetops, all of which send their output to Ghostscript. Ghostscript is then responsible for turning the PostScript output into the raw form expected by the particular printer back-end.</p>
<p>CUPS&#8217;s configuration allows different filters to be set up and weighted for different purposes. By default, CUPS uses the imagetoraster filter to convert raster graphics into printer-ready data. The Gutenprint project provides a different filter, named rastertogutenprint, as well as special back-end drivers for Canon and Epson photo printers.</p>
<p>Obviously an image embedded in a PDF <em>should</em> to pass through filter that takes it to Ghostscript, but for printing stand-alone images, Gutenprint is an improvement. To use it instead, you first need to install the Gutenprint packages from your Linux distribution. This may include several different packages, including <em>cups-driver-gutenprint</em> and <em>foomatic-db-gutenprint</em>. Install them all. The first helps configure CUPS itself to use the Gutenprint filter for raster files, while the second configures the Foomatic printer-configuration system (which is what you see when adding and setting up a printer) to pre-select Gutenprint when you add a new printer.</p>
<p>Consequently, if you have been using the standard CUPS drivers with your printer, you need to open up the OS&#8217;s printer configuration dialog, delete the printer, and then re-add the printer after you have installed Gutenprint. The Gutenprint driver will appear as the preferred driver choice for the printer, and you can simply accept the default settings. Subsequent printouts will be routed to Gutenprint, giving you improved quality without additional headache.</p>
<h4>Conversions</h4>
<p>There is still one more thing you can do to achieve maximum quality from your GIMP prints: do a colorspace transformation on them before you send them to the printer. In a perfect world, Gutenprint would come with built-in CM, just like GIMP, and the color management system would transform the image from your ICC working profile to your ICC device profile before it hits the printer. You would get exactly what you see when doing GIMP&#8217;s &#8220;soft proof&#8221; feature.</p>
<p>Unfortunately, Gutenprint does not yet support color management, so you need to apply the color transformation yourself. The <a href="http://www.littlecms.com/">LittleCMS</a> package includes two utilities, tifficc and jpegicc, which you can run on the command line to do a color transformation. The basic syntax is <code>tifficc -i <em>inoutprofile.icc</em> -o <em>outputprofile.icc</em> -t <em>intent</em> -c <em>quality</em> -b input.tiff output.tiff</code>.</p>
<p>The intent and quality arguments are both numbers; for intent, 0 is perceptual, 1 is colorimetric, 2 is saturation, and 3 is absolute; for quality 1 is normal, 2 is high, and 3 is low. The -b argument tells the program to perform black-point compensation, which you should always choose if in doubt. You can leave off the input profile argument if the image is in sRGB, because tifficc and jpegicc assume sRGB if no profile is specified.</p>
<p>Naturally, the degree of improvement you will see by employing this process depends on the quality of the output device profile you create. Creating such a profile is not as simple as creating a display device profile. Argyll supports a few color measurement <a href="http://www.argyllcms.com/doc/instruments.html">instruments</a>; if you do not happen to own one of them, your best bet is to create a profile <a href="http://www.argyllcms.com/doc/Scenarios.html#PP4">using a scanner</a>, which of course requires that you first create a scanner profile.</p>
<p>On the other hand, a commercial print service may be able to provide you with printer profiles for its hardware, which it is a good idea to take advantage of for professional-quality work. You should always check the technical FAQ section of the service bureau&#8217;s Web site, however &#8212; many have very specific instructions for file preparation.</p>
<h4>Other options: the Gutenprint GIMP plugin and PhotoPrint</h4>
<p>You should also consider installing the Gutenprint GIMP plugin, and open source front end to the Gutenprint drivers that gives you access to the full range of printer settings supported by Gutenprint, which are not available in GIMP&#8217;s default File -&gt; Print dialog. It is available at the Gutenprint project site. The plugin creates a second print entry in the File menu labeled &#8220;Print with Gutenprint,&#8221; so it is okay to install the plugin without fear of losing access to the normal print functionality.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2010/10/print.png"><img class="aligncenter size-full wp-image-5795" title="print" src="http://blog.worldlabel.com/wp-content/myfiles/2010/10/print.png" alt="" width="475" height="475" /></a></p>
<p style="text-align: center;"><em>&#8220;The Gutenprint plugin provides more control for high-end inkjet printers.&#8221;</em></p>
<p>In addition to more access to printer options, the Gutenprint plugin gives you full control over placing the image on the printed page, including orientation and alignment tools, plus scaling controls.</p>
<p>Another good printing path to consider is the stand-alone app <a href="http://www.blackfiveservices.co.uk/photoprint.shtml">PhotoPrint</a>. PhotoPrint is a front-end to the Gutenprint drivers, but specifically tailored for laying out and printing photos. This includes placing multiple images onto a single sheet, border-less printing, and easy support for the photo common paper sizes. You configure PhotoPrint&#8217;s color management support in the same way that you do GIMP&#8217;s: choose &#8220;Color Management&#8221; from the Options menu, then assign display, working, and printer profiles, plus rendering intent, in the dialog box.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2010/10/photoprint.png"><img class="aligncenter size-full wp-image-5793" title="photoprint" src="http://blog.worldlabel.com/wp-content/myfiles/2010/10/photoprint.png" alt="" width="475" height="447" /></a></p>
<p style="text-align: center;"><em> &#8221;Photoprint allows multi-image layout, basic image adjustments, and offers color-managed printing.&#8221;</em></p>
<p>PhotoPrint includes some fancy features like pre-defined image borders, image histograms, and basic color adjustment controls, but for most users the automatic color management is its most useful feature.</p>
<p>There are certainly plenty of people who are happy with the results of CUPS&#8217; raster printouts, so do not feel any pressure to complicate your workflow against your will. CUPS&#8217;s raster filters even assume that the image&#8217;s profile is sRGB, which is the most common working profile, so you may get decent results with no reconfiguration whatsoever. Similarly, there are plenty of uses for GIMP where color management is not the main concern &#8212; but where incorrectly scaling your image or trying to print a multi-layer .XCF file causes a considerable waste of time, slowing down both the desktop and the printer. As a general rule, though, the more you understand about how image printing works, the better quality printouts you can achieve, so it is probably worth your while to sit down and profile your system.</p>
<p><strong><em>By Nathan Willis</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2010/quality-printing-with-gimp.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clip Art of the Month: 2009 Recap</title>
		<link>http://blog.worldlabel.com/2010/clip-art-of-the-month-2009-recap.html</link>
		<comments>http://blog.worldlabel.com/2010/clip-art-of-the-month-2009-recap.html#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:53:03 +0000</pubDate>
		<dc:creator>bradphillips</dc:creator>
				<category><![CDATA[Open Clip Art Library]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[clipart]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[openclipart]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=3384</guid>
		<description><![CDATA[2010 has arrived! What sort of visual trends can be expected in the next year? How will Clip Art evolve into the new decade? Going back through 2009 submissions will provide a point of reference as we search for these answers. When used effectively, gradients can add new dimensions to vector-based imagery. The landscape designed [...]]]></description>
			<content:encoded><![CDATA[<p>2010 has arrived!  What sort of visual trends can be expected in the next year?  How will Clip Art evolve into the new decade?</p>
<p>Going back through 2009 submissions will provide a point of reference as we search for these answers.</p>
<p><a href="http://openclipart.org/people/hrum/hrum_landscape.png"><img alt="" src="http://openclipart.org/people/hrum/hrum_landscape.png" title="hrum_landscape" class="alignnone" height="125"/></a></p>
<p>When used effectively, gradients can add new dimensions to vector-based imagery.  The landscape designed by <a href="http://openclipart.org/media/people/hrum">hrum</a> (pictured above) combines multiple gradient layers into an effective piece of art. </p>
<p>Photorealistic techniques became very popular design choices for the Clip Art Community in 2009, and <a href="http://openclipart.org/media/people/Chrisdesign">Chrisdesign</a> provided an excellent example with his longsword.</p>
<p><img alt="" src="http://openclipart.org/people/Chrisdesign/Chrisdesign_longsword.png" title="Chrisdesign_longsword" class="alignnone" height="125" /></p>
<p>Near the end of the year, <a href="http://openclipart.org/media/people/placidoaps">placidoaps</a> merged traditional vector graphic lines with tactical uses of gradients to give his rendering of a penguin both character and depth.</p>
<p><a href="http://openclipart.org/people/placidoaps/placidoaps_penguin_1.png"><img alt="" src="http://openclipart.org/people/placidoaps/placidoaps_penguin_1.png" title="placidoaps_penguin" class="alignnone" height="125" /></a></p>
<p><a href="http://openclipart.org">The Open Clip Art Library</a> accepts vector art from anyone, anywhere, so help make visual landmarks in 2010 by contributing!  Check out other 2009 works by  <a href="http://openclipart.org/media/people/Simanek">Simanek</a> and <a href="">klaasvangend</a> to get inspired.</p>
<p><a href="http://openclipart.org/people/Simanek/Simanek_Keyboard_Keys.png"><img alt="" src="http://openclipart.org/people/Simanek/Simanek_Keyboard_Keys.png" title="Simanek_Keyboard_Keys" class="alignnone" height="150" /></a></p>
<p><a href="http://openclipart.org/people/klaasvangend/klaasvangend_Stopwatch-broken.png"><img alt="" src="http://openclipart.org/people/klaasvangend/klaasvangend_Stopwatch-broken.png" title="klaasvangend_Stopwatch-broken" class="alignnone" height="125" /></a></p>
<p><em>Clip Art of the month is sponsored by Worldlabel.com, a multifunctional <a href="http://www.worldlabel.com">label</a> manufacturer.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2010/clip-art-of-the-month-2009-recap.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fast labels and Card layout with Gimplabels (Open Source)</title>
		<link>http://blog.worldlabel.com/2009/fast-labels-and-card-layout-with-gimplabels-open-source.html</link>
		<comments>http://blog.worldlabel.com/2009/fast-labels-and-card-layout-with-gimplabels-open-source.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:54:01 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[Labels & Printing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2914</guid>
		<description><![CDATA[Akkana Peck's Gimplabels is a set of scripts for the Gimp image editor that make creating labels and business cards a snap.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-2917" title="GIMP" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimp-300x217.png" alt="gimp" width="300" height="217" /></p>
<p style="text-align: left;">Akkana Peck&#8217;s <a href="http://www.shallowsky.com/software/gimplabels/">Gimplabels</a> is a set of scripts for the <a href="http://www.gimp.org/">Gimp</a> image editor that make creating labels and business cards a snap. A .tar package is available on the Web site, but the contents are simply a Gimp script named labels.scm and the utilities needed to rebuild labels.scm. Gimplabels was originally written for an older version of the Gimp, so if you are using the current revision (2.6) and it doesn&#8217;t work, try the rebuilding instructions inside the package. You should be able to install the script by copying it to the /scripts/ directory inside your Gimp configuration folder (i.e., /home/<em>username</em>/.gimp-2.6/).</p>
<p><span id="more-2914"></span></p>
<p>When installed, Gimplabels adds new functions to the File -&gt; Create -&gt; Misc menu and to the Filters -&gt; Combine menu. Under File -&gt; Create -&gt; Misc you will discover two options: Labels -&gt; Rect Label and Labels -&gt; CD Label. Both of these scripts create a new image for you in the exact dimensions required for the particular label you are creating.</p>
<p style="text-align: center;"><img class="size-full wp-image-2927  aligncenter" title="gimplabels-selection-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-selection-screenshot1.png" alt="gimplabels-selection-screenshot" width="450" height="548" /></p>
<p>The Rect Label script offers a list of several dozen common label templates in pop-up menu. The CD Label script allows you to choose either standard (5-inch) or mini CD (3-inch) formats. Both scripts allow you to adjust the background color and the size of the new image if you need to tweak for an exact fit. Currently, only US letter sized paper is supported.</p>
<p style="text-align: center;"><img class="size-full wp-image-2926  aligncenter" title="gimplabels-rect-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-rect-screenshot.png" alt="gimplabels-rect-screenshot" width="475" height="308" /></p>
<p>To make rectangular labels, you create the new image as described above, then, once you&#8217;ve drawn your label, you run the second script: Filters -&gt; Combine -&gt; Make label page. This script takes the label image you have been working on, duplicates in the proper number of times, and lays out a <em>new</em> image populated for a full sheet of the selected label. You&#8217;ll notice that the same drop-down list of label templates is available here; you can run the second script on a different label template than the one you designed with, but this is not recommended.</p>
<p style="text-align: center;"><img class="size-full wp-image-2925  aligncenter" title="gimplabels-page-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-page-screenshot.png" alt="gimplabels-page-screenshot" width="475" height="472" /></p>
<p style="text-align: center;"><img class="size-full wp-image-2924  aligncenter" title="gimplabels-complete-page-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-complete-page-screenshot.png" alt="gimplabels-complete-page-screenshot" width="400" height="503" /></p>
<p>To make CD labels, start with File -&gt; Create -&gt; Misc -&gt; Labels -&gt; CD label. This will create a new image suitable for use as a CD label: a disc with the proper diameter, with the center punched out. As with rectangular labels, once you have completed your design work, Gimplabels can automatically convert it into a label sheet. Select Filters -&gt; Combine -&gt; Make label page. The tool can compose label sheets compatible with Neato, Stomper, or other name-brand label sheet layouts.</p>
<p><img class="aligncenter size-full wp-image-2923" title="gimplabels-cd-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-cd-screenshot.png" alt="gimplabels-cd-screenshot" width="475" height="348" /></p>
<h4><img class="aligncenter size-full wp-image-2922" title="gimplabels-cd-page-screenshot" src="http://blog.worldlabel.com/wp-content/myfiles/2009/10/gimplabels-cd-page-screenshot.png" alt="gimplabels-cd-page-screenshot" width="475" height="321" /></h4>
<h4>Advanced usage and settings</h4>
<p>The &#8220;Create label sheet&#8221; script has a few options, but you should familiarize yourself with them in case you need to fine-tune the settings. For example, the &#8220;Printer fudge factor&#8221; scales the image slightly to account for the fact that different brands and models of printer have slightly different printable areas.</p>
<p>The &#8220;From:&#8221; and &#8220;To:&#8221; settings allow you to generate an image that only prints on part of the whole sheet. So if you only need for labels, set the script for &#8220;From: 1&#8243; &#8220;To: 4.&#8221; Next time, you can print &#8220;From: 5&#8243; &#8220;To: 8&#8243; or whatever number is appropriate. Note that you have to specify a continuous sequence, starting in the upper lefthand corner. There is no way to skip a label in the middle.</p>
<p>Gimplabels works part of its magic by depending on the GUI label designer <a href="http://glabels.sourceforge.net/">gLabels</a>. gLabels&#8217; database of known templates is the source of the list that appears in the label creation and label sheet scripts. These are usually stored in /usr/share/glabels/templates. If you update gLabels and acquire a new template, you will have to run an auxiliary setup script in order for Gimplabels to re-scan the directory and pick up the new template.</p>
<p>This script is called make-label-fu.py, and is included in the Gimplabels .tar package. It needs Python and PyXML to be installed. Run it from a command line with &#8220;python make-label-fu.py&#8221;. You do not have to run make-label-fu.py or even have it installed on your system &#8212; at the project&#8217;s home page you can also choose to download just the labels.scm script by itself. gLabels has a very complete set of templates, so updating the database is probably not something to worry about unless you know of a specific new template that has been added to the list.</p>
<p>Gimplabels is about as easy as it gets; no guesswork is involved when creating the new image to the exact specifications required, and the script composes the sheet without your intervention &#8212; all you have to worry about is designing one label the way you want it.</p>
<p><strong><em>BY NATHAN WILLIS</em></strong></p>
<p>Other resources:</p>
<p><a title="Permanent Link to gLabels – EZ label creator for Linux" rel="bookmark" href="http://blog.worldlabel.com/2008/glabels-ez-label-creator-for-linux.html">gLabels – EZ label creator for Linux</a></p>
<p><a href="http://oplnk.net/~ajackson/software/maillabels/">http://oplnk.net/~ajackson/software/maillabels/</a></p>
<p><a href="http://glabels.sourceforge.net/">Glabels</a></p>
<p><a href="http://www.worldlabel.com/Pages/openoffice-template.htm">Openoffice.org Labels Templates</a></p>
<p><a href="http://www.linux.com/archive/articles/56209">Printing Avery Labels in Linux</a></p>
<p><a href="http://www.red-bean.com/labelnation/">LabelNation</a></p>
<p style="TEXT-ALIGN: center">Visit Worldlabel.com for all popular size <a href="http://www.worldlabel.com/">labels</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/fast-labels-and-card-layout-with-gimplabels-open-source.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Free PhotoShop OpenSource Alternative: GIMP and its Derivatives</title>
		<link>http://blog.worldlabel.com/2009/free-photoshop-opensource-alternative-gimp-and-its-derivatives.html</link>
		<comments>http://blog.worldlabel.com/2009/free-photoshop-opensource-alternative-gimp-and-its-derivatives.html#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:56:57 +0000</pubDate>
		<dc:creator>WorldLabel Editor</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[GIMP]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=781</guid>
		<description><![CDATA[Web designers, photographers and graphic designers loving the Adobe Photoshop Product family - a collection of graphics editing programs developed by Adobe Systems to create and edit images - should have a look at its open source alternative, GIMP.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/535px-gimp_icon_svg1.png"></a><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/535px-gimp_icon_svg1.png"></a><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/535px-gimp_icon_svg2.png"><img class="alignleft size-medium wp-image-806" title="535px-gimp_icon_svg2" src="http://blog.worldlabel.com/wp-content/myfiles/2009/02/535px-gimp_icon_svg2.png" alt="" width="200" height="130" /></a>Web designers, photographers and graphic designers loving the <a title="Adobe Photosho" href="http://www.adobe.com/products/photoshop/compare/">Adobe Photoshop</a> <a title="Product family" href="http://www.adobe.com/products/photoshop/compare/">Product family</a> &#8211; a collection of graphics editing programs developed by Adobe Systems to create and edit images &#8211; should have a look at its open source alternative, <a title="GIMP" href="http://www.gimp.org/">GIMP</a>.</p>
<p><a title="GIMP" href="http://www.gimp.org/features/">GIMP</a> &#8211; GNU Image Manipulation Program &#8211; is the most well-known open source graphics editing application, <a title="born in 1995" href="http://directory.fsf.org/gimp.html">born in 1995</a> as reported in the <a title="GNU free software directory" href="http://directory.fsf.org/">GNU free software directory</a>, is a freely distributed program for tasks like <a title="photo retouching" href="http://www.gimp.org/tutorials/Blur_Overlays/">photo retouching</a>, image composition and <a title="authoring" href="http://www.gimp.org/tutorials/Draw_A_Paint_Brush/">authoring</a>. Last but not least the so-called <a href="http://www.gimp.org/tutorials/Basic_Batch/">batch mode</a> that allows you to do image processing from the command line.</p>
<p>GIMP is not only an expert quality photo retouching program, it is also a simple drawing program and an image format converter (it&#8217;s worth mentioning that it manages <a title="psd" href="http://en.wikipedia.org/wiki/Adobe_Photoshop#Features">psd</a>, Photoshop&#8217;s file format as well as <a title="scalable vector graphics" href="http://en.wikipedia.org/wiki/Svg">scalable vector graphics</a> (svg) file format).</p>
<p>GIMP is extensible, its functionalities can be augmented with <a title="plug-ins" href="http://registry.gimp.org/">plug-ins</a> and there are extensions that allow you to <a title="configure GIMP to replace Photoshop" href="http://laptoplogic.com/resources/configuring-gimp-2.6-to-replace-adobe-photoshop">configure GIMP to replace Photoshop</a> to do just about anything.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/gimp2.png"></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/gimp2.png"></a><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/gimpphoto1.png"></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/02/gimp21.png"><img class="size-full wp-image-793 aligncenter" title="gimp21" src="http://blog.worldlabel.com/wp-content/myfiles/2009/02/gimp21.png" alt="" width="500" height="361" /></a></p>
<p>If you really want a GIMP version as close as possible to Photoshop, I recommend that you also take a look at <a href="http://www.gimphoto.com/">GimPhoto</a>, a GIMP modification with a different menu layout, selection of plugins, and additional resources. GIMPhoto, used in combination with <a href="http://gimphoto.googlecode.com/files/gimpad-1.1_setup.exe">GimPad</a>, formerly known as GimPhoto Desktop, gives its best, and you don&#8217;t need to spend time searching all over the internet to find plug-ins to extend GIMP capabilities.</p>
<p><a href="http://www.gimpshop.com/">GIMPshop</a> also use GIMP as the backend, adding an extra interface to make its look&amp;feel more like Photoshop. GIMPshop addresses some common criticisms regarding GIMP&#8217;s interface, modifying the menu structure to adjust the program’s terminology to match Photoshop.</p>
<p>GIMP comes with <a title="documentation" href="http://docs.gimp.org/en/">documentation</a> for both users and <a title="programmers" href="http://developer.gimp.org/">programmers</a>, including <a title="tutorials" href="http://gimp.org/tutorials/">tutorials</a>.</p>
<p><em>By Roberto Galoppini of <a title="Commercial Open Source Software" href="http://robertogaloppini.net/">Commercial Open Source Software</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/free-photoshop-opensource-alternative-gimp-and-its-derivatives.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free &#8216;Cool Tools&#8217; for Designing Labels On Your PC</title>
		<link>http://blog.worldlabel.com/2008/free-cool-tools-for-designing-labels-on-your-pc.html</link>
		<comments>http://blog.worldlabel.com/2008/free-cool-tools-for-designing-labels-on-your-pc.html#comments</comments>
		<pubDate>Sun, 30 Nov 2008 20:17:20 +0000</pubDate>
		<dc:creator>Russell</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Labels & Printing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[logo design]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=59</guid>
		<description><![CDATA[Want to choose just the right color for your labels? Design a logo on the fly? How about simply making the corners of your images round so they look great with round-edged labels? There's no need to spend money and time on a complex graphic design program when there are so many free tools available to make label design a snap.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Color Pinwheel" src="http://blog.worldlabel.com/wp-content/myfiles/2008/12/color_pinwheel_sm.jpg" alt="" width="200" height="159" />Want to choose just the right color for your labels? Design a logo on the fly? How about simply making the corners of your images round so they look great with round-edged labels? There&#8217;s no need to spend money and time on a complex graphic design program when there are so many free tools available to make label design a snap.</p>
<p>In this post, I&#8217;ll stick to the many cool tools to choose from if you&#8217;re using a Windows-compatible PC. Stay tuned for future posts about Mac and Linux-compatible tools.</p>
<p><span id="more-59"></span></p>
<p><a title="RoundMyCorners" href="http://www.roundmycorners.com">RoundMyCorners</a> is a simple online image editing tool intended for people who just want to round the corners of their photos or graphics and don&#8217;t have or don&#8217;t want to take the time to learn an editing program such as Photoshop. All you do is click &#8220;Browse&#8221; and upload a JPEG, GIF or PNG image. Tell the program &#8220;how round&#8221; you want the corners of the image (in pixels) and what you&#8217;d like the background color to be, if not transparent. RoundMyCorners will give you back a PNG, JPEG or GIF image.</p>
<p><img class="alignleft" title="colorpic" src="http://blog.worldlabel.com/wp-content/myfiles/2008/12/colorpic.jpg" alt="" width="159" height="284" />If you want to match text to photos or graphics for professional-quality labels, there are several free online &#8220;color pickers&#8221; that will save you the trouble of opening your file in an image editor and dragging out the eyedropper tool just to get the RGB or hex code for the color you want to match. One such program is <a title="ColorPic" href="http://iconico.com/colorpic/">ColorPic</a> (image shown at right), which is a freeware Windows program. It has a built-in magnifier and mouse &#8220;nudge&#8221; function, and ColorPic also takes the guesswork out of selecting an entire palette of colors. A couple of programs designed to sample colors directly from the Web are <a title="Instant Eyedropper" href="http://www.instant-eyedropper.com">Instant Eyedropper</a> and ColorSchemer&#8217;s <a title="ColorPix" href="http://www.colorschemer.com/colorpix_info.php">ColorPix</a>.</p>
<p>Say you want to superimpose a picture of one of your associates over an image of your office and make a business card out of it to print on World Label labels or along with <a href="http://www.freeprintablebusinesscards.net">free printable business cards</a> from my site, FreePrintableBusinessCards.net. A freeware program called <a title="Merge" href="http://www.graphicutils.com/merge/">Merge</a> makes it a one-step process to incorporate elements of two images into one, join four images into a quadrant or merge text with an image. For instance, you could also use Merge to watermark your copyrighted photos on labels or other materials.</p>
<p>How about if you&#8217;re still in startup mode and haven&#8217;t yet had a company logo designed? <a title="CoolText" href="http://cooltext.com/">CoolText</a> is a graphics generator that can quickly serve up a logo based on a couple of dozen designs with the text, font and color of your choosing. In some cases, you can even upload your own background image. CoolText spits out a downloadable file in formats such as JPEG, GIF, PNG, Photoshop and .XCF (GIMP), ready to print onto labels or add to <a title="free printable business cards" href="http://www.freeprintablebusinesscards.net">free printable business cards</a>.</p>
<p>With all of these great tools, you can have fun designing your own labels without the headaches. Remember, if you&#8217;re using an online label-design template, such as those available from <a title="WorldLabel" href="http://www.worldlabel.com">WorldLabel</a> or <a title="FreePrintable.net" href="http://www.freeprintable.net">FreePrintable.net</a>, be sure to keep all artwork at least one-eighth inch from the edge of the labels.</p>
<p><em><strong>Kevin Savetz</strong> is the creator of <a title="FreePrintable.net" href="http://www.freeprintable.net">FreePrintable.net</a>, a network of more than 25 sites that offer printable certificates, business cards, resume templates, and other printable items.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2008/free-cool-tools-for-designing-labels-on-your-pc.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

