<?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>a broken mold &#187; Facebook</title>
	<atom:link href="http://www.abrokenmold.net/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abrokenmold.net</link>
	<description>lifelog :: art, theology, tech, politics</description>
	<lastBuildDate>Wed, 18 Aug 2010 13:19:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How Facebook crunches images</title>
		<link>http://www.abrokenmold.net/2010/01/how-facebook-crunches-images/</link>
		<comments>http://www.abrokenmold.net/2010/01/how-facebook-crunches-images/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:48:32 +0000</pubDate>
		<dc:creator>Nathaniel Robertson</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[lossy]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.abrokenmold.net/2010/01/how-facebook-crunches-images/</guid>
		<!--
		<description><![CDATA[I have found a few things out about what Facebook does to your pictures after you upload them, 100% by my own experimentation. In list format: Scales the image down so that the longest side is 604 pixels if it was bigger than that to start with. Recompress all images as JPEGs at quality 85. [...]]]></description>
		-->
			<content:encoded><![CDATA[<p>I have found a few things out about what Facebook does to your pictures after you upload them, 100% by my own experimentation. In list format:</p>
<ul>
<li>Scales the image down so that the longest side is 604 pixels if it was bigger than that to start with.</li>
<li>Recompress all images as JPEGs at quality 85. I found this out with <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a>: <code>identify.exe –verbose filenamehere.jpg</code>. Hat tip to <a href="http://superuser.com/users/482/arjan-van-bentem">Arjan van Bentem</a> for pointing me to IM. It doesn’t look like 85 is all that bad, by the way, if Wikipedia’s <a href="http://en.wikipedia.org/wiki/JPEG#Sample_photographs">sample JPG compressed photos</a> are anything to go by, but do bear in mind that multiple JPEG resaves will degrade the image quality, since it is a lossy format (but of course just copying or downloading it won’t mess with it at all). Also, Facebook will recompress it even if you upload a JPEG image at the correct size (using quality 85 doesn’t work either; it gets recompressed at 85 again)</li>
<li>Converts image to Grayscale mode if it is a grayscale image. I suspect this might make it smaller.</li>
</ul>
<p>So, beware of decreased image quality if you are uploading a twice-(or more)-saved JPEG. That being said, I wouldn’t worry about it much, since it’s only Facebook. If you have a slow link to the net, I’d say go right ahead. I wrote about sizing your photos down for faster Facebook uploads a while back, so if you need some instructions, <a href="http://abrokenmold.blogspot.com/2009/07/speed-up-facebook-photo-uploads.html">here you are</a>.</p>
<p>Oh, and one more thing. I have found that JPEG compression can be used to artistic effect. <a href="http://www.orangepealdesign.com/">Orange Peal Design</a>’s site is a good example (in fact, the only one I know about). Gives it a certain feeling and not just a crappy impression. Strange how these things work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abrokenmold.net/2010/01/how-facebook-crunches-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
