<?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: Convert images to text (ASCII art)</title>
	<atom:link href="http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/feed/" rel="self" type="application/rss+xml" />
	<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/</link>
	<description>doing inappropriate things with powershell</description>
	<lastBuildDate>Mon, 31 Dec 2007 14:15:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: adrian</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-10</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Wed, 10 Jan 2007 11:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-10</guid>
		<description>I fixed it and updated the post to point to the new script.

I needed to add this:
$path=(resolve-path -erroraction &quot;stop&quot; $path).path</description>
		<content:encoded><![CDATA[<p>I fixed it and updated the post to point to the new script.</p>
<p>I needed to add this:<br />
$path=(resolve-path -erroraction &#8220;stop&#8221; $path).path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-8</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Tue, 09 Jan 2007 16:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-8</guid>
		<description>Oh yes, so do I.

Yet more weirdness, akin to what I was speaking about in gotcha 2 at http://ps1.soapyfrog.com/2007/01/09/text-and-path-gotchas/ 

I&#039;ll figure it out and repost the script.</description>
		<content:encoded><![CDATA[<p>Oh yes, so do I.</p>
<p>Yet more weirdness, akin to what I was speaking about in gotcha 2 at <a href="http://ps1.soapyfrog.com/2007/01/09/text-and-path-gotchas/" rel="nofollow">http://ps1.soapyfrog.com/2007/01/09/text-and-path-gotchas/</a> </p>
<p>I&#8217;ll figure it out and repost the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richy_Rich</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-7</link>
		<dc:creator>Richy_Rich</dc:creator>
		<pubDate>Tue, 09 Jan 2007 16:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-7</guid>
		<description>I get this if you don&#039;t put the explicit path to the input file.  i.e.

./convert-image2text.ps1 blong.jpg 
fails with divide by zero error
./convert-image2text.ps1 c:\blong.jpg 
works</description>
		<content:encoded><![CDATA[<p>I get this if you don&#8217;t put the explicit path to the input file.  i.e.</p>
<p>./convert-image2text.ps1 blong.jpg<br />
fails with divide by zero error<br />
./convert-image2text.ps1 c:\blong.jpg<br />
works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adrian</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-6</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Mon, 08 Jan 2007 20:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-6</guid>
		<description>@ymasur - i&#039;ve used some png and jpg images.
the image linked to the monalisa thumbnail for one.
what image(s) are you using?</description>
		<content:encoded><![CDATA[<p>@ymasur &#8211; i&#8217;ve used some png and jpg images.<br />
the image linked to the monalisa thumbnail for one.<br />
what image(s) are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ymasur</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-5</link>
		<dc:creator>ymasur</dc:creator>
		<pubDate>Mon, 08 Jan 2007 20:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-5</guid>
		<description>hmmm... I get an div by 0 error. The $imgwidth, forced gives nothing more. What type of image is supported? I tried a jpg one.
Regards,
//Yves</description>
		<content:encoded><![CDATA[<p>hmmm&#8230; I get an div by 0 error. The $imgwidth, forced gives nothing more. What type of image is supported? I tried a jpg one.<br />
Regards,<br />
//Yves</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Farley</title>
		<link>http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/comment-page-1/#comment-2</link>
		<dc:creator>Rob Farley</dc:creator>
		<pubDate>Mon, 08 Jan 2007 06:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://ps1.soapyfrog.com/2007/01/07/convert-images-to-text-ascii-art/#comment-2</guid>
		<description>&lt;strong&gt;The soapy frog does ASCII Art in PowerShell...&lt;/strong&gt;

Of course the idea is the same as Unix&#039;s AALib , but what&#039;s so cool is how little code it takes to do...</description>
		<content:encoded><![CDATA[<p><strong>The soapy frog does ASCII Art in PowerShell&#8230;</strong></p>
<p>Of course the idea is the same as Unix&#8217;s AALib , but what&#8217;s so cool is how little code it takes to do&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

