<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Tue, 07 Oct 2008 20:15:26 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Fast Greyscale using unsafe code in C# 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/412/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/412/comments/</comments>
		<pubDate>Thu, 05 Oct 2006 09:56:57 +0000</pubDate>
		<dc:creator>bjcogdill</dc:creator>
		<category>CSharp</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/412/</guid>
		<description>
			<![CDATA[
				<p>If anyone has tried using the .NET Graphics API, they know that replacing pixel colors takes a long time to complete.  I did some research and found a good source.  This code will adjust the color to greyscale by Binary.  <br />The page is http://www.navicosoft.com/software_articles/softwares_articles_index.html for more information.  It is under Basic Image Processing in the list of articles.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>