<?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: Finding PNG Images Larger Than x Pixels Through the Linux Shell</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:15:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-59887</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Tue, 28 Oct 2008 01:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-59887</guid>
		<description>ImageMagick&#039;s identify should be able to identify any files you have enabled while compiling it. For example, 

identify ceaec3da6ef432af59fbdad2c93c277e.jpg 
ceaec3da6ef432af59fbdad2c93c277e.jpg JPEG 160x90 160x90+0+0 DirectClass 8-bit 10.1797kb</description>
		<content:encoded><![CDATA[<p>ImageMagick&#8217;s identify should be able to identify any files you have enabled while compiling it. For example, </p>
<p>identify ceaec3da6ef432af59fbdad2c93c277e.jpg<br />
ceaec3da6ef432af59fbdad2c93c277e.jpg JPEG 160&#215;90 160&#215;90+0+0 DirectClass 8-bit 10.1797kb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-39011</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 27 Feb 2008 02:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-39011</guid>
		<description>Nice. This is a perfect example of the power of the Linux shell. It may look comlicated, but after you get over the learning curve, you can do things that are incredibly powerful.

Thanks for the example,

Daniel

daniel1992.wordpress.com</description>
		<content:encoded><![CDATA[<p>Nice. This is a perfect example of the power of the Linux shell. It may look comlicated, but after you get over the learning curve, you can do things that are incredibly powerful.</p>
<p>Thanks for the example,</p>
<p>Daniel</p>
<p>daniel1992.wordpress.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-35837</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 01 Feb 2008 02:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-35837</guid>
		<description>wow...
You should put it into the convert command (imagemagick) to scale it if it&#039;s bigger</description>
		<content:encoded><![CDATA[<p>wow&#8230;<br />
You should put it into the convert command (imagemagick) to scale it if it&#8217;s bigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-31061</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Wed, 26 Dec 2007 17:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-31061</guid>
		<description>Dennis,

I&#039;m not actually sure, but I think you&#039;d have to find a utility that could check the dimensions of a jpg image, and you could substitute it on the command line.

Alternatively you could probably write a php, python or perl script and interface with the gd library.</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>I&#8217;m not actually sure, but I think you&#8217;d have to find a utility that could check the dimensions of a jpg image, and you could substitute it on the command line.</p>
<p>Alternatively you could probably write a php, python or perl script and interface with the gd library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-31059</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Wed, 26 Dec 2007 16:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-31059</guid>
		<description>Any idea how to do this with jpg&#039;s?</description>
		<content:encoded><![CDATA[<p>Any idea how to do this with jpg&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip C Donald Sr</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-30869</link>
		<dc:creator>Phillip C Donald Sr</dc:creator>
		<pubDate>Mon, 24 Dec 2007 20:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-30869</guid>
		<description>Thanks I needed that. I am trying to learn linux.</description>
		<content:encoded><![CDATA[<p>Thanks I needed that. I am trying to learn linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-30371</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Thu, 20 Dec 2007 13:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-30371</guid>
		<description>Victor,

I certainly wouldn&#039;t advocate this type of thing for &quot;normal&quot; people =)</description>
		<content:encoded><![CDATA[<p>Victor,</p>
<p>I certainly wouldn&#8217;t advocate this type of thing for &#8220;normal&#8221; people =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/comment-page-1/#comment-30369</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 20 Dec 2007 13:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-png-images-larger-than-x-pixels-through-the-linux-shell/#comment-30369</guid>
		<description>Damn those commands look complicated,

And then people wonder why linux is so unpopular with the *normal* people...

Just my 2 cents.

(linux user btw)</description>
		<content:encoded><![CDATA[<p>Damn those commands look complicated,</p>
<p>And then people wonder why linux is so unpopular with the *normal* people&#8230;</p>
<p>Just my 2 cents.</p>
<p>(linux user btw)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
