<?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: Converting Images from rgb to grayscale with Java</title>
	<atom:link href="http://syfran.com/2009/07/rgb_tograyscale_java/feed/" rel="self" type="application/rss+xml" />
	<link>http://syfran.com/2009/07/rgb_tograyscale_java/</link>
	<description>Coding without limits</description>
	<lastBuildDate>Thu, 15 Oct 2009 21:23:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://syfran.com/2009/07/rgb_tograyscale_java/comment-page-1/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=61#comment-3</guid>
		<description>Thanks for the info, I&#039;m going to try to find a way to add some white space. It stripped all the tabs out when I pasted it.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, I&#8217;m going to try to find a way to add some white space. It stripped all the tabs out when I pasted it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gasper</title>
		<link>http://syfran.com/2009/07/rgb_tograyscale_java/comment-page-1/#comment-2</link>
		<dc:creator>Gasper</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://syfran.com/?p=61#comment-2</guid>
		<description>Yey, I wrote quite similar code some time ago when I was writing simple ocr.
If I understood you with &#039;I need to take the time to actually learn what the single int version does.&#039; you had in mind strange values that getRGB() returns.
If so, RGB =&gt; alpha - red - green - blue.
0xFF000000 = black
0xFF0000FF = blue

--just found your blog. It&#039;s quit difficult to read the code

have a nice day</description>
		<content:encoded><![CDATA[<p>Yey, I wrote quite similar code some time ago when I was writing simple ocr.<br />
If I understood you with &#8216;I need to take the time to actually learn what the single int version does.&#8217; you had in mind strange values that getRGB() returns.<br />
If so, RGB =&gt; alpha &#8211; red &#8211; green &#8211; blue.<br />
0xFF000000 = black<br />
0xFF0000FF = blue</p>
<p>&#8211;just found your blog. It&#8217;s quit difficult to read the code</p>
<p>have a nice day</p>
]]></content:encoded>
	</item>
</channel>
</rss>
