<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Round cornered images in Paint.NET</title>
	<atom:link href="http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/</link>
	<description>Where entrepreneurship, mathematics and programming meet</description>
	<lastBuildDate>Wed, 28 Mar 2012 04:44:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Vincent</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34425</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sat, 19 Jun 2010 08:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34425</guid>
		<description>Alright, no need for a tutorial. Someone made a plugin for it. See post update.</description>
		<content:encoded><![CDATA[<p>Alright, no need for a tutorial. Someone made a plugin for it. See post update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34423</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sat, 19 Jun 2010 04:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34423</guid>
		<description>David, I believe I found a way to do it. I&#039;ve privately emailed you the solution. I&#039;ll probably do a tutorial based on it... once I find the motivation to do it...</description>
		<content:encoded><![CDATA[<p>David, I believe I found a way to do it. I&#8217;ve privately emailed you the solution. I&#8217;ll probably do a tutorial based on it&#8230; once I find the motivation to do it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34422</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 18 Jun 2010 18:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34422</guid>
		<description>Just continuing the above comment if the image is still rectangular then to see rounded corners the original (sharp) corners should be transparent and not white.</description>
		<content:encoded><![CDATA[<p>Just continuing the above comment if the image is still rectangular then to see rounded corners the original (sharp) corners should be transparent and not white.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34421</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 18 Jun 2010 18:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34421</guid>
		<description>Vincent thanks for your quick reply, I tried it again using blue as the primary color and red as the secondary color. I still don&#039;t see any rounded corners, but the black lines (which is all the lines) in the original image are now blue.
Just so I understand what I&#039;m trying to do, have we just drawn rounded corners on a rectangular image or have we created a new rounded corner image.
If I understand an image size is defined by its length and width, so its not possible to define anything but a rectangle.

Thanks
David</description>
		<content:encoded><![CDATA[<p>Vincent thanks for your quick reply, I tried it again using blue as the primary color and red as the secondary color. I still don&#8217;t see any rounded corners, but the black lines (which is all the lines) in the original image are now blue.<br />
Just so I understand what I&#8217;m trying to do, have we just drawn rounded corners on a rectangular image or have we created a new rounded corner image.<br />
If I understand an image size is defined by its length and width, so its not possible to define anything but a rectangle.</p>
<p>Thanks<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34419</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34419</guid>
		<description>Hi david, the only thing I can think of is that the blending mode should be &quot;Additive&quot;. Was that done? Make sure to select the layer before changing the properties (changing the blending mode). This ensures you are editing the layer, and not the original background.

If your picture is on a white background, could it be that the rounded corners aren&#039;t so obvious?

What happens is that a 2nd layer is created, with a black rounded rectangle on white. Because the blending mode on this layer is &quot;Additive&quot;, it &quot;adds&quot; the RGB values onto the 1st layer.

Since black is (0,0,0), nothing is added onto the 1st layer for the black rounded rectangle. The white part will basically make the corresponding part in the 1st layer white. So in the end, you get the original picture with rounded corners.</description>
		<content:encoded><![CDATA[<p>Hi david, the only thing I can think of is that the blending mode should be &#8220;Additive&#8221;. Was that done? Make sure to select the layer before changing the properties (changing the blending mode). This ensures you are editing the layer, and not the original background.</p>
<p>If your picture is on a white background, could it be that the rounded corners aren&#8217;t so obvious?</p>
<p>What happens is that a 2nd layer is created, with a black rounded rectangle on white. Because the blending mode on this layer is &#8220;Additive&#8221;, it &#8220;adds&#8221; the RGB values onto the 1st layer.</p>
<p>Since black is (0,0,0), nothing is added onto the 1st layer for the black rounded rectangle. The white part will basically make the corresponding part in the 1st layer white. So in the end, you get the original picture with rounded corners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/comment-page-1/#comment-34418</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2007/11/28/round-cornered-images-in-paintdotnet/#comment-34418</guid>
		<description>Hi I tried your tutorial following all the steps.
At the end when I &quot;Check the background layer back (to make it visible again)&quot;. I get my original picture with the sharp corners.
 My picture is a  graphics design on a white background.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi I tried your tutorial following all the steps.<br />
At the end when I &#8220;Check the background layer back (to make it visible again)&#8221;. I get my original picture with the sharp corners.<br />
 My picture is a  graphics design on a white background.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

