<?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>Netscraps &#187; graphics</title>
	<atom:link href="http://blog.netscraps.com/category/graphics/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.netscraps.com</link>
	<description>anything that catches my attention.</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Resize script in Paint Shop Pro X2</title>
		<link>http://blog.netscraps.com/graphics/resize-script-in-paint-shop-pro-x2.html</link>
		<comments>http://blog.netscraps.com/graphics/resize-script-in-paint-shop-pro-x2.html#comments</comments>
		<pubDate>Thu, 28 May 2009 19:41:43 +0000</pubDate>
		<dc:creator>netscraps</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[paint shop pro]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.netscraps.com/uncategorized/resize-script-in-paint-shop-pro-x2.html</guid>
		<description><![CDATA[I batch-process-resized some photos in PSP X2, &#038; realized too late (after I had emailed 90 photos off to various relatives) that everyone appeared a little taller &#038; thinner than they normally are. Not so bad right? Except that headshots look a little weird. The photos were taken with different cameras with slightly different aspect [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="PSP X2 resize script" id="image41" src="http://blog.netscraps.com/wp-content/uploads/2009/05/resize.png" />I batch-process-resized some photos in PSP X2, &#038; realized too late (after I had emailed 90 photos off to various relatives) that everyone appeared a little taller &#038; thinner than they normally are. Not so bad right? Except that headshots look a little weird. The photos were taken with different cameras with slightly different aspect ratios.</p>
<p>So here&#8217;s an easy way to batch process/resize photos with a PSP X2 script, each to their correct aspect ratio (fixed width, variable height):</p>
<ul style="clear: left">
<li>Open any one image.</li>
<li>File, Script, Start recording &#8230; resize the image.</li>
<li>File, Script, Save recording &#8230; save it under your scripts folder, which is generally Documents/My PSP Files/Scripts-Restricted/</li>
<li>File, Script, Edit.. browse to your scripts folder &#038; select the resize script that you just saved.</li>
<li>click the Text Editor button</li>
<li>delete or comment out (# in front of the line) the &#8216;Height&#8217; AND &#8216;AspectRatio&#8217; lines. Setting them both to None works too. Make sure &#8216;MaintainAspectRatio&#8217; is set to True.</li>
<li>Save &#038; enjoy not looking warped.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.netscraps.com/graphics/resize-script-in-paint-shop-pro-x2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6/IE7 PNG gAMA bug makes PNGs appear darker</title>
		<link>http://blog.netscraps.com/internet-explorer/ie6-ie7-png-gama-bug-makes-pngs-darker.html</link>
		<comments>http://blog.netscraps.com/internet-explorer/ie6-ie7-png-gama-bug-makes-pngs-darker.html#comments</comments>
		<pubDate>Tue, 24 Oct 2006 18:26:25 +0000</pubDate>
		<dc:creator>netscraps</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.netscraps.com/?p=6</guid>
		<description><![CDATA[The link PNGs appear darker, except for Email A Friend, which has the gAMA chunk removed. In setting up the new vehicle details page for DDC, I noticed that the background color for the 24-bit PNGs did not match the css background color, but only in IE6. Searching online, I found this is a known [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image5" alt="IE PNG gAMA bug" src="http://blog.netscraps.com/wp-content/uploads/2006/10/png_bug.png" /><br />
<em style="font-size: 8pt">The link PNGs appear darker, except for Email A Friend, which has the gAMA chunk removed.</em></p>
<p>In setting up the <a href="http://ddcdemos_up021.demos.dealer.com/used_vehicle_details.htm?vehicleId=f00f9a044046381c00e8787a90548259">new vehicle details page</a> for DDC, I noticed that the background color for the 24-bit PNGs did not match the css background color, but only in IE6.</p>
<p>Searching online, I found this is a <a href="http://www.easy-reader.net/archives/2006/02/18/png-color-oddities-in-ie/">known bug with IE</a> that stems from a <a title="PNG gamma correction analysis" href="http://hsivonen.iki.fi/png-gamma/">flawed interpretation of the PNG&#8217;s gAMA setting</a>.  It&#8217;s fantastic that the IE team added PNG alpha transparency to IE7, but apparently they kept the gAMA bug in IE7 to make sure browser compatibility specialists keep their jobs for years to come.</p>
<p>In short, the fix is to remove the gAMA chunk using a tool such as <a href="http://entropymine.com/jason/tweakpng/">TweakPNG</a> or <a href="http://pmt.sourceforge.net/pngcrush/">Pngcrush</a> &#8212; I used TweakPNG (freeware, super easy to use, no installer) which worked great for fixing one image at a time. Fun stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.netscraps.com/internet-explorer/ie6-ie7-png-gama-bug-makes-pngs-darker.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
