<?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"
	>
<channel>
	<title>Comments on: New utility: image</title>
	<atom:link href="http://boredzo.org/blog/archives/2006-11-17/new-utility-image/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Thu, 20 Nov 2008 15:50:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brian Ganninger</title>
		<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-3083</link>
		<dc:creator>Brian Ganninger</dc:creator>
		<pubDate>Wed, 13 Dec 2006 07:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-3083</guid>
		<description>I ran into the same conundrum a few months ago but I cheated and took an even simpler solution - I threw together an Automator workflow to take a folder of images, ask me the resize percent or new values, and then go to town.</description>
		<content:encoded><![CDATA[<p>I ran into the same conundrum a few months ago but I cheated and took an even simpler solution - I threw together an Automator workflow to take a folder of images, ask me the resize percent or new values, and then go to town.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-883</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Sat, 18 Nov 2006 13:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-883</guid>
		<description>Hub: I'd forgotten about Seashore. I'd rejected it before because it's not Photoshop, but for simple scaling and conversion, it's not bad.

It would be nice if it had a crop tool like Preview's, though. Or even simply a fixed-size rectangular marquee like Photoshop offers.

Simone: Not in the current version, but it's an interesting idea. I fear what it would do to the already-ugly code.

In the meantime, you can use &lt;kbd&gt;find topdir -foo blah -bar blah -exec image '{}' 50% jpg ';'&lt;/kbd&gt;. Change up the arguments to find and image as required.

rtmfd: ImageMagick is horribly bloated and underdocumented. My main problem with it was always figuring out which algorithm to use; it offers about a dozen, IIRC, and they are all presented by name with no indication of which ones are better for speed than quality vs better for quality than speed. I'd rather have a range of “fast”, “mediocre”, and “best”, or in this case, just “best”.

Even so, maybe I can find something else to do with it.</description>
		<content:encoded><![CDATA[<p>Hub: I'd forgotten about Seashore. I'd rejected it before because it's not Photoshop, but for simple scaling and conversion, it's not bad.</p>
<p>It would be nice if it had a crop tool like Preview's, though. Or even simply a fixed-size rectangular marquee like Photoshop offers.</p>
<p>Simone: Not in the current version, but it's an interesting idea. I fear what it would do to the already-ugly code.</p>
<p>In the meantime, you can use <kbd>find topdir -foo blah -bar blah -exec image '{}' 50% jpg ';'</kbd>. Change up the arguments to find and image as required.</p>
<p>rtmfd: ImageMagick is horribly bloated and underdocumented. My main problem with it was always figuring out which algorithm to use; it offers about a dozen, IIRC, and they are all presented by name with no indication of which ones are better for speed than quality vs better for quality than speed. I'd rather have a range of “fast”, “mediocre”, and “best”, or in this case, just “best”.</p>
<p>Even so, maybe I can find something else to do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtmfd</title>
		<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-875</link>
		<dc:creator>rtmfd</dc:creator>
		<pubDate>Sat, 18 Nov 2006 03:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-875</guid>
		<description>Have you tried ImageMagick? I believe it has a DarwinPort and a fink installer. If that's not to your liking, I've got a Universal Binary build of ImageMagick I could pass along to you. I'll be on IRC if you're interested.</description>
		<content:encoded><![CDATA[<p>Have you tried ImageMagick? I believe it has a DarwinPort and a fink installer. If that's not to your liking, I've got a Universal Binary build of ImageMagick I could pass along to you. I'll be on IRC if you're interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone Manganelli</title>
		<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-874</link>
		<dc:creator>Simone Manganelli</dc:creator>
		<pubDate>Sat, 18 Nov 2006 03:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-874</guid>
		<description>Meh on Seashore.  It's a nice application, but for scaling images, it's just tedious.  Actually, I often use it for doing precise cropping according to pixel values and then scaling images, and I have to -- grr -- click that annoying "Also apply to full size layers" checkbox every single time when I adjust the boundaries.  It seems to try to emulate the interface of Adobe Photoshop, which is horrible for occasional use.

I imagine this command-line utility will be useful next time I do need to do image scaling.  Can you supply a folder as an argument for quick batch processing?  That would be sweet.</description>
		<content:encoded><![CDATA[<p>Meh on Seashore.  It's a nice application, but for scaling images, it's just tedious.  Actually, I often use it for doing precise cropping according to pixel values and then scaling images, and I have to -- grr -- click that annoying "Also apply to full size layers" checkbox every single time when I adjust the boundaries.  It seems to try to emulate the interface of Adobe Photoshop, which is horrible for occasional use.</p>
<p>I imagine this command-line utility will be useful next time I do need to do image scaling.  Can you supply a folder as an argument for quick batch processing?  That would be sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hub</title>
		<link>http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-873</link>
		<dc:creator>Hub</dc:creator>
		<pubDate>Sat, 18 Nov 2006 02:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2006-11-17/new-utility-image#comment-873</guid>
		<description>Have you tried seashore?

&lt;a href="http://seashore.sf.net/"&gt;http://seashore.sf.net/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Have you tried seashore?</p>
<p><a href="http://seashore.sf.net/">http://seashore.sf.net/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.242 seconds -->
