<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
 <channel>
  <title>PSPUG Forums</title>
  <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?</link>
  <generator>http://www.eblah.com</generator>
  <description></description>
  <language>en</language>
  <item>
   <title>Freeware Alternative to PSP9's Image Resize</title>
   <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1365594515/</link>
   <comments>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1365594515/#num1</comments>
   <description><![CDATA[<a href="http://www.multipleimageresizer.net/" title="www.multipleimageresizer.net/" onclick="target='_new';"><span style="color: red">Multiple Image Resizer (MIR)</span></a> is fast and easy to use. It supports Drag-n-Drop so you can select specific images or entire folder(s) and resize them all at the same time.<br /><br />This is useful if you have several images, of similar size, and want all of them to be one selected size, %, dpi (original or custom), add suffix/prefix to image name, what folder to save them to, etc.&nbsp;&nbsp;<span style="font-style: italic;">There are many more options to chose from (please see their Features and Screenshots pages).</span><br /><br />I use it to enlarge photos and IMO the quality is comparable to PSP-9's resizes; sometimes better.]]></description>
   <pubDate>Wed, 10 Apr 2013 04:48:35</pubDate>
   <dc:creator>see3</dc:creator>
  </item>
  <item>
   <title>101 Tips and Tricks</title>
   <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1363287882/</link>
   <comments>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1363287882/#num1</comments>
   <description><![CDATA[I have posted an eBook on Amazon for 101 Super Simple Tricks to work faster with Paintshop Pro.<br /><br /><a href="http://www.amazon.com/101-Tips-Tricks-Paintshop-ebook/dp/B00BNYEAJY">http://www.amazon.com/101-Tips-Tricks-Paintshop-ebook/dp/B00BNYEAJY</a><br /><br />You can get it in all the Amazon stores. Just change the .com to the one for your country. <br /><br />If you dont have a Kindle, you can download a Kindle viewer for PC for free and enjoy this neat book.]]></description>
   <pubDate>Thu, 14 Mar 2013 12:04:42</pubDate>
   <dc:creator>Cassel</dc:creator>
  </item>
  <item>
   <title>From Oz to Kansas</title>
   <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1362073012/</link>
   <comments>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1362073012/#num1</comments>
   <description><![CDATA[by Vincent Versace<br />'Almost Every Black and White Conversion Technique Known to Man'<br /><br />Book Level: Intermediate/Advanced<br />Category: Photoshop/Digital Photography<br />Price: $44.99<br />ISBN: 978-0-321-79402-4<br />255 Pages<br /><br />... review to be continued...]]></description>
   <pubDate>Thu, 28 Feb 2013 09:36:52</pubDate>
   <dc:creator>Pete</dc:creator>
  </item>
  <item>
   <title>Sparklers and Cool Colors</title>
   <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1360902804/</link>
   <comments>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1360902804/#num1</comments>
   <description><![CDATA[<a href="http://imageshack.us/photo/my-images/19/sparklers04.jpg/" title="imageshack.us/photo/my-images/19/sparklers04.jpg/" onclick="target='_new';"><img class="imgcode" src="http://imageshack.us/a/img19/7875/sparklers04.jpg" alt="" /></a><br /><br />Here is an example of a Gradient Map at work. Even thou Photoshop has a gradient<br />Map tool, you can do them in Paint Shop Pro just the same, you'll do it with <br />curves tool.]]></description>
   <pubDate>Thu, 14 Feb 2013 20:33:24</pubDate>
   <dc:creator>t2mouse</dc:creator>
  </item>
  <item>
   <title>Fun with the Arithmetic Tool</title>
   <link>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1360900279/</link>
   <comments>http://pspug.org/cgi-bin/forum/Blah.pl/Blah.pl?m-1360900279/#num1</comments>
   <description><![CDATA[I had a request about using the Arithmetic Tool and what it does. <br /><br />Here is a basic run down on this tool.<br /><br />Basic Info here:<br />An Alpha Channel, in graphics terms, is what each pixel's is made of, and how each <br />channel controls that information of those pixels. A 32-bit graphics system contain <br />four channels -- three 8-bit channels, one channel for red, one channel for green, <br />and one channel for blue (RGB) and one 8-bit alpha channel. The alpha channel is <br />really a mask -- it specifies how the pixel's colors should be merged with another <br />pixel when two or more are overlaid, like one on top of the other. This way the colors <br />are control by the Alpha channel, and this is what we see in a computer generated <br />graphic as a whole picture. We see all four channels working together to create that <br />image we see.<br /><br />The Arithmetic Tool is not a filter, what it does is let you create a alpha channel from <br />two open images at once, without splitting each image in to it’s own 3 channels (Red, <br />Green, Blue). This tool does a lot for you, it lets you work with each channels of the <br />two images just like the layer palette does with it blending modes, only the layer palette <br />doesn’t control color Channels, it only lets you blend layers together base on different <br />lighting terms.<br /><br />Here are the Basic function and what the tool does with both images being used. Base on <br />what color channels you select from each Image, it will create a new Alpha channel base <br />on one of these selections:<br /><br />Add — Image 1 Value + Image 2 Value <br />Subtract — Image 1 Value – Image 2 Value <br />AND — Binary And <br />Average — (Image 1 value + Image 2 Value) / 2 <br />Multiply — Image 1 Value × Image 2 Value <br />Difference — Absolute Value of (Image 1 Value – Image 2 Value) <br />OR — Binary Or <br />Darkest — Minimum of (Image 1 Value, Image 2 Value) <br />Lightest — Maximum of (Image 1 Value, Image 2 Value) <br />XOR - Exclusive Or <br /><br />These are blending mode just like in the layer Palette, but on a more higher level of control.<br />O.K. on to the fun stuff….. <br />Here what you can do... and this is how I did it!<br /><br />I call this one a ink stamp effect - not for sure on that either. but it's cool looking.<br /><br /><br /><a href="http://imageshack.us/photo/my-images/837/finishedimage.jpg/" title="imageshack.us/photo/my-images/837/finishedimage.jpg/" onclick="target='_new';"><img class="imgcode" src="http://imageshack.us/a/img837/8477/finishedimage.jpg" alt="" /></a><br />]]></description>
   <pubDate>Thu, 14 Feb 2013 19:51:19</pubDate>
   <dc:creator>t2mouse</dc:creator>
  </item>
 </channel>
</rss>