<?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>lonetechie.com &#187; algorithm</title>
	<atom:link href="http://lonetechie.com/tag/algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://lonetechie.com</link>
	<description>one techie, trying to make a difference</description>
	<lastBuildDate>Thu, 03 Dec 2009 00:21:53 +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>Optimizing an image cropping algorithm</title>
		<link>http://lonetechie.com/2008/03/01/optimizing-an-image-cropping-algorithm/</link>
		<comments>http://lonetechie.com/2008/03/01/optimizing-an-image-cropping-algorithm/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 02:58:48 +0000</pubDate>
		<dc:creator>LoneTechie</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[aspimage]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[imageglue]]></category>

		<guid isPermaLink="false">http://lonetechie.com/2008/03/01/optimizing-an-image-cropping-algorithm/</guid>
		<description><![CDATA[In my impending migration from aspimage.dll to a more efficient (crash free) image component I have discovered a grave shortfall of imageglue for asp classic.  There is one particular operation my code must perform that must be used.  That simple operation is GetPixel(x,y).  This has a counterpart in imageglue known as GetColor(&#8220;x,y&#8221;), both return the [...]]]></description>
		<wfw:commentRss>http://lonetechie.com/2008/03/01/optimizing-an-image-cropping-algorithm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
