<?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: pngcrush &#8211; PNG optimizer utility in openSUSE</title>
	<atom:link href="http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/</link>
	<description>Tips,Tricks, Tutorials,How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Thu, 24 Jan 2013 21:01:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Javier</title>
		<link>http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/comment-page-1/#comment-2756</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1466#comment-2756</guid>
		<description><![CDATA[Does anybody know a decent tool for reducing .jpg files (preferibly converting them to png). I&#039;ve checked optipng out but its supported external files does not include .jpg. I need a reduction as lossless as possible.]]></description>
		<content:encoded><![CDATA[<p>Does anybody know a decent tool for reducing .jpg files (preferibly converting them to png). I&#8217;ve checked optipng out but its supported external files does not include .jpg. I need a reduction as lossless as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominiko</title>
		<link>http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/comment-page-1/#comment-2092</link>
		<dc:creator>dominiko</dc:creator>
		<pubDate>Sun, 01 Mar 2009 09:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1466#comment-2092</guid>
		<description><![CDATA[&gt; is there a way to keep the tags with pngcrush?

Can you try with optipng instead of pngcrush?
See http://optipng.sourceforge.net/

optipng does not lose any information as far as I know.
I&#039;m not sure what &quot;digikam tag&quot; is, but I assume that&#039;s
a comment in the image (which should not be removed by
optipng).]]></description>
		<content:encoded><![CDATA[<p>&gt; is there a way to keep the tags with pngcrush?</p>
<p>Can you try with optipng instead of pngcrush?<br />
See <a href="http://optipng.sourceforge.net/" rel="nofollow">http://optipng.sourceforge.net/</a></p>
<p>optipng does not lose any information as far as I know.<br />
I&#8217;m not sure what &#8220;digikam tag&#8221; is, but I assume that&#8217;s<br />
a comment in the image (which should not be removed by<br />
optipng).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biomimetics</title>
		<link>http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/comment-page-1/#comment-2091</link>
		<dc:creator>biomimetics</dc:creator>
		<pubDate>Sun, 01 Mar 2009 07:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1466#comment-2091</guid>
		<description><![CDATA[if i have a digikam tag in the image just using &quot;pngcrush image_with_tag.png crushed_image.png&quot; will result in the loss of my digikam tag, which is not so nice. all digikam settings are set to save the addition informaiton in the file. so if I just copy my image the tag shows up nicely in digikam. is there a way to keep the tags with pngcrush?
best regards robin]]></description>
		<content:encoded><![CDATA[<p>if i have a digikam tag in the image just using &#8220;pngcrush image_with_tag.png crushed_image.png&#8221; will result in the loss of my digikam tag, which is not so nice. all digikam settings are set to save the addition informaiton in the file. so if I just copy my image the tag shows up nicely in digikam. is there a way to keep the tags with pngcrush?<br />
best regards robin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominiko</title>
		<link>http://www.susegeek.com/utility/pngcrush-png-optimizer-utility-in-opensuse/comment-page-1/#comment-2042</link>
		<dc:creator>dominiko</dc:creator>
		<pubDate>Thu, 19 Feb 2009 18:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.susegeek.com/?p=1466#comment-2042</guid>
		<description><![CDATA[It is also possible to reduce size of png images using imagemagick in a lossy way (but often not noticeable) and then running optipng or pngcrush as a last step:

For example:

# Reduce depth to 4 bits and strip comments with
# imagemagick command line, then run optipng
$ convert -strip -depth 4 foo.png foo.png
$ optipng -o9 foo.png foo.png]]></description>
		<content:encoded><![CDATA[<p>It is also possible to reduce size of png images using imagemagick in a lossy way (but often not noticeable) and then running optipng or pngcrush as a last step:</p>
<p>For example:</p>
<p># Reduce depth to 4 bits and strip comments with<br />
# imagemagick command line, then run optipng<br />
$ convert -strip -depth 4 foo.png foo.png<br />
$ optipng -o9 foo.png foo.png</p>
]]></content:encoded>
	</item>
</channel>
</rss>
