<?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>Josh.st &#187; real operating systems</title>
	<atom:link href="http://josh.st/tag/real-operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://josh.st</link>
	<description>Web, English, 中国, and various geekosity</description>
	<lastBuildDate>Wed, 18 Apr 2012 23:37:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Change JPG quality in a shell</title>
		<link>http://josh.st/2005/09/25/change-jpg-quality-in-a-shell/</link>
		<comments>http://josh.st/2005/09/25/change-jpg-quality-in-a-shell/#comments</comments>
		<pubDate>Sun, 25 Sep 2005 04:38:20 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[real operating systems]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.joahua.com/blog/2005/09/25/change-jpg-quality-in-a-shell</guid>
		<description><![CDATA[Yeah, so I’m posting the dregs of what I’m learning for another project here. Deal with it! I was rather proud of this little gem, not because it’s amazingly complicated, but just because it saves me so much time and bandwidth (think download, process locally using GUI tools, re-upload). mogrify -geometry 700x525\> -quality 85 -unsharp [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, so I’m posting the dregs of what I’m learning <a href="http://year12.joahua.com/">for another project</a> here. Deal with it! I was rather proud of this little gem, not because it’s amazingly complicated, but just because it saves me so much time and bandwidth (think download, process locally using GUI tools, re-upload).</p>
<p><code>mogrify -geometry 700x525\> -quality 85 -unsharp 1x1 *.JPG</code></p>
<p><acronym title="Your mileage may vary">YMMV</acronym> with the *.JPG bit… obviously will need changing. This whole thing depends on ImageMagick being installed… but it will be on most platforms (By platforms, I mean real operating systems where you don’t need a graphical display to pull these things off! *puts on seedy hardcore chain smoking Unix geek voice* “I do typesetting and print design from the console, man.”), I’d imagine.</p>
]]></content:encoded>
			<wfw:commentRss>http://josh.st/2005/09/25/change-jpg-quality-in-a-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: josh.st @ 2012-05-25 07:21:54 -->
