<?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: Smushit.com makes image optimizing a breeze</title>
	<atom:link href="http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Remedies</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-269203</link>
		<dc:creator>Remedies</dc:creator>
		<pubDate>Wed, 19 Nov 2008 11:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-269203</guid>
		<description>Thats very useful
thanks</description>
		<content:encoded><![CDATA[<p>Thats very useful<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stoyan</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267822</link>
		<dc:creator>stoyan</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267822</guid>
		<description>@NICCAI = we have a command-line version and intend to open-source the tool, so you can run it locally and go like:

$smu /path/to/my/s**t  ;)

Just need some time to catch our breath, after the ajax experience sprint ;)

@tlrobinson - yes, pngcrush for PNGs, jpegtran to jpegs, image magick to figure out which file is which and also to convert gifs to png8

@dtetto - that&#039;s what the Firefox extension, companion to the tool, does. You visit any page, click the extension icon, and you&#039;re given the results, also an option to download a zip. And yes, the idea is that once you have smush.it installed locally, you can make it part of the build process, together with the minification.

@ck2 - pngcrush seemed like an easy choice, it&#039;s a command-line tool and can be automated. The idea was to have something complete working, then we want to further play with the other optimizers, like optipng, pngrewrite and any others, so we can squeeze the max possible. JPEG is lossy, true, but jpegtran is he tool we use that allows for lossless operations such as stripping EXIF data.</description>
		<content:encoded><![CDATA[<p>@NICCAI = we have a command-line version and intend to open-source the tool, so you can run it locally and go like:</p>
<p>$smu /path/to/my/s**t  ;)</p>
<p>Just need some time to catch our breath, after the ajax experience sprint ;)</p>
<p>@tlrobinson &#8211; yes, pngcrush for PNGs, jpegtran to jpegs, image magick to figure out which file is which and also to convert gifs to png8</p>
<p>@dtetto &#8211; that&#8217;s what the Firefox extension, companion to the tool, does. You visit any page, click the extension icon, and you&#8217;re given the results, also an option to download a zip. And yes, the idea is that once you have smush.it installed locally, you can make it part of the build process, together with the minification.</p>
<p>@ck2 &#8211; pngcrush seemed like an easy choice, it&#8217;s a command-line tool and can be automated. The idea was to have something complete working, then we want to further play with the other optimizers, like optipng, pngrewrite and any others, so we can squeeze the max possible. JPEG is lossy, true, but jpegtran is he tool we use that allows for lossless operations such as stripping EXIF data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ck2</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267810</link>
		<dc:creator>ck2</dc:creator>
		<pubDate>Wed, 01 Oct 2008 17:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267810</guid>
		<description>PngOptimizer is better than PngCrush and PngOut (and comes with source) http://psydk.org/PngOptimizer.php

jpeg is a whole other problem with it being lossy - however there are now more and more tools to do lossless cropping which is nice.</description>
		<content:encoded><![CDATA[<p>PngOptimizer is better than PngCrush and PngOut (and comes with source) <a href="http://psydk.org/PngOptimizer.php" rel="nofollow">http://psydk.org/PngOptimizer.php</a></p>
<p>jpeg is a whole other problem with it being lossy &#8211; however there are now more and more tools to do lossless cropping which is nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267798</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267798</guid>
		<description>@dtetto
I&#039;m not really worried about image piracy, and like you said, the tools already exist, I&#039;m just pointing out that this tool might have other uses then just optimizing images for the web. Is the loss of that metadata worth the bandwidth savings? As a developer, I&#039;d say it is, but a graphics artist might not appreciate it.</description>
		<content:encoded><![CDATA[<p>@dtetto<br />
I&#8217;m not really worried about image piracy, and like you said, the tools already exist, I&#8217;m just pointing out that this tool might have other uses then just optimizing images for the web. Is the loss of that metadata worth the bandwidth savings? As a developer, I&#8217;d say it is, but a graphics artist might not appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dtetto</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267785</link>
		<dc:creator>dtetto</dc:creator>
		<pubDate>Wed, 01 Oct 2008 07:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267785</guid>
		<description>Here&#039;s what I think the killer feature would be: let us put webpage URLs (not images); so I&#039;d enter a given page and the script would find all the images (image tags and CSS URLs) and then process them and zip &#039;em up for me. That way I could quickly go through my live sites (and any new sites, post-deployment) and shrink the size of the whole page.

Heck, combine in the &lt;a href=&quot;http://code.google.com/p/minify/&quot; rel=&quot;nofollow&quot;&gt;minify&lt;/a&gt; project for minifying JS, CSS, and HTML and you&#039;ve got a real site optimizer on your hands!</description>
		<content:encoded><![CDATA[<p>Here&#8217;s what I think the killer feature would be: let us put webpage URLs (not images); so I&#8217;d enter a given page and the script would find all the images (image tags and CSS URLs) and then process them and zip &#8216;em up for me. That way I could quickly go through my live sites (and any new sites, post-deployment) and shrink the size of the whole page.</p>
<p>Heck, combine in the <a href="http://code.google.com/p/minify/" rel="nofollow">minify</a> project for minifying JS, CSS, and HTML and you&#8217;ve got a real site optimizer on your hands!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267784</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 01 Oct 2008 06:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267784</guid>
		<description>I haven&#039;t used smu but pngcrush can definitely reduce png file sizes significantly from Photoshop&#039;s &quot;save for web&quot; output. In my experience, usually somewhere between 15-35%.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used smu but pngcrush can definitely reduce png file sizes significantly from Photoshop&#8217;s &#8220;save for web&#8221; output. In my experience, usually somewhere between 15-35%.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waynep</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267780</link>
		<dc:creator>waynep</dc:creator>
		<pubDate>Wed, 01 Oct 2008 01:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267780</guid>
		<description>I smushed this post and:

Smushed 14.12% or 13.84 KB from the size of your image(s). How did we do it? See the table below for more details.


Neat.</description>
		<content:encoded><![CDATA[<p>I smushed this post and:</p>
<p>Smushed 14.12% or 13.84 KB from the size of your image(s). How did we do it? See the table below for more details.</p>
<p>Neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan1</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267777</link>
		<dc:creator>Jordan1</dc:creator>
		<pubDate>Wed, 01 Oct 2008 01:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267777</guid>
		<description>@jeromew
wikipedia says:
smu = small microscopic undigested</description>
		<content:encoded><![CDATA[<p>@jeromew<br />
wikipedia says:<br />
smu = small microscopic undigested</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schammy</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267776</link>
		<dc:creator>schammy</dc:creator>
		<pubDate>Tue, 30 Sep 2008 23:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267776</guid>
		<description>Image editors do leave a crapton of extra meta data in images, but Photoshop&#039;s &quot;save for web&quot; works really well to strip out all of this data and just save the raw image. I don&#039;t think this service would do a better job than Photoshop, except that Photoshop is like a million dollars, so i guess it has an advantage in that department!</description>
		<content:encoded><![CDATA[<p>Image editors do leave a crapton of extra meta data in images, but Photoshop&#8217;s &#8220;save for web&#8221; works really well to strip out all of this data and just save the raw image. I don&#8217;t think this service would do a better job than Photoshop, except that Photoshop is like a million dollars, so i guess it has an advantage in that department!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267775</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Tue, 30 Sep 2008 23:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267775</guid>
		<description>pngcrush is the open source command line utility I suspect they&#039;re using on the backend to compress pngs. Not sure about other formats.</description>
		<content:encoded><![CDATA[<p>pngcrush is the open source command line utility I suspect they&#8217;re using on the backend to compress pngs. Not sure about other formats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NICCAI</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267774</link>
		<dc:creator>NICCAI</dc:creator>
		<pubDate>Tue, 30 Sep 2008 22:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267774</guid>
		<description>Am I the only one that would like this locally?  Any chance of that?  That said, very nice.  Thanks for your efforts.</description>
		<content:encoded><![CDATA[<p>Am I the only one that would like this locally?  Any chance of that?  That said, very nice.  Thanks for your efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattcurrie</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267773</link>
		<dc:creator>mattcurrie</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267773</guid>
		<description>A great tool. The multiple upload function is cool, but would be nice if it was also possible to upload a ZIP archive containing multiple images.</description>
		<content:encoded><![CDATA[<p>A great tool. The multiple upload function is cool, but would be nice if it was also possible to upload a ZIP archive containing multiple images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dtetto</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267772</link>
		<dc:creator>dtetto</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267772</guid>
		<description>jonhartmann, don&#039;t be silly. You&#039;re worrying about the small slice of users who are web savvy, then the smaller subset of those users who know about an use smush.it, and then the still smaller slice of those users who also pirate images, and then the infinitesimally small slicer of those users who also visit websites made by smush.it users? Even assuming smush.it gets massive market penetration, what&#039;s to prevent would-be pirates from using one of the legions of desktop tools to edit your metadata or even just take a plain-old screenshot of your content and re-save it?

On topic: Does this strip out much more than Photoshop&#039;s &quot;Save for Web&quot;? I love seeing tools like this online for sure, but I&#039;m only seeing 1 or 2% reductions on all my web photos.</description>
		<content:encoded><![CDATA[<p>jonhartmann, don&#8217;t be silly. You&#8217;re worrying about the small slice of users who are web savvy, then the smaller subset of those users who know about an use smush.it, and then the still smaller slice of those users who also pirate images, and then the infinitesimally small slicer of those users who also visit websites made by smush.it users? Even assuming smush.it gets massive market penetration, what&#8217;s to prevent would-be pirates from using one of the legions of desktop tools to edit your metadata or even just take a plain-old screenshot of your content and re-save it?</p>
<p>On topic: Does this strip out much more than Photoshop&#8217;s &#8220;Save for Web&#8221;? I love seeing tools like this online for sure, but I&#8217;m only seeing 1 or 2% reductions on all my web photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267771</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Tue, 30 Sep 2008 20:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267771</guid>
		<description>@Stubbornella:
Although I like the idea, I&#039;m not sure that it would change much... if I choose to leave the information in my optimized images, someone else could point smush.it at my image and strip them out... you&#039;d have to do something like add a bit of data to the file that says it has been smushed and then have smush.it not to smush it again.</description>
		<content:encoded><![CDATA[<p>@Stubbornella:<br />
Although I like the idea, I&#8217;m not sure that it would change much&#8230; if I choose to leave the information in my optimized images, someone else could point smush.it at my image and strip them out&#8230; you&#8217;d have to do something like add a bit of data to the file that says it has been smushed and then have smush.it not to smush it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjivan</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267769</link>
		<dc:creator>sjivan</dc:creator>
		<pubDate>Tue, 30 Sep 2008 18:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267769</guid>
		<description>This is really cool. I was able to see gains of over 40% in some tests I ran.

Last year at the TAE YUI performance session, the audience was asked for suggestions and I suggested incorporating such functionality into YSlow. Would be great it this is integrated into YSlow numbers, but the current interface is really nice too.</description>
		<content:encoded><![CDATA[<p>This is really cool. I was able to see gains of over 40% in some tests I ran.</p>
<p>Last year at the TAE YUI performance session, the audience was asked for suggestions and I suggested incorporating such functionality into YSlow. Would be great it this is integrated into YSlow numbers, but the current interface is really nice too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267768</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Tue, 30 Sep 2008 18:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267768</guid>
		<description>Nice :)</description>
		<content:encoded><![CDATA[<p>Nice :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stubbornella</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267767</link>
		<dc:creator>Stubbornella</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267767</guid>
		<description>@jeromew lol

@jonharmann Yes, Smush it does strip metadata that can contain copyright information.  

Stoyan and I have talked about offering an option to keep certain bits of metadata, like copyright.  For instance, getty requires some JPG to be served with a thumbnail inside the original image.  

Is this a feature you would find useful?</description>
		<content:encoded><![CDATA[<p>@jeromew lol</p>
<p>@jonharmann Yes, Smush it does strip metadata that can contain copyright information.  </p>
<p>Stoyan and I have talked about offering an option to keep certain bits of metadata, like copyright.  For instance, getty requires some JPG to be served with a thumbnail inside the original image.  </p>
<p>Is this a feature you would find useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267766</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267766</guid>
		<description>lol... on a more serious note, would this also be stripping out the digit info that help to identify an image in the case of image theft?</description>
		<content:encoded><![CDATA[<p>lol&#8230; on a more serious note, would this also be stripping out the digit info that help to identify an image in the case of image theft?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeromew</title>
		<link>http://ajaxian.com/archives/smushitcom-makes-image-optimizing-a-breeze/comment-page-1#comment-267765</link>
		<dc:creator>jeromew</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4637#comment-267765</guid>
		<description>What is a Smu?</description>
		<content:encoded><![CDATA[<p>What is a Smu?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

