<?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: Batch Resize a Group of Pictures from the Command Line with sips</title>
	<atom:link href="http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 16:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: diselsamm</title>
		<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/#comment-456979</link>
		<dc:creator>diselsamm</dc:creator>
		<pubDate>Mon, 26 Nov 2012 18:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34546#comment-456979</guid>
		<description>Another possible solution is to use Gimp, an excellent free software.</description>
		<content:encoded><![CDATA[<p>Another possible solution is to use Gimp, an excellent free software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauri Ranta</title>
		<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/#comment-456849</link>
		<dc:creator>Lauri Ranta</dc:creator>
		<pubDate>Mon, 26 Nov 2012 10:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34546#comment-456849</guid>
		<description>sips (and Preview and Automator) make images fairly blurry though. ImageMagick allows choosing from different interpolation filters and adding sharpening manually. It also has more resizing and cropping options.

This would make images 50% smaller and convert them to JPG:

mogrify -filter lanczos2 -resize 50% -format jpg -quality 92 -path ~/Desktop/ *.png</description>
		<content:encoded><![CDATA[<p>sips (and Preview and Automator) make images fairly blurry though. ImageMagick allows choosing from different interpolation filters and adding sharpening manually. It also has more resizing and cropping options.</p>
<p>This would make images 50% smaller and convert them to JPG:</p>
<p>mogrify -filter lanczos2 -resize 50% -format jpg -quality 92 -path ~/Desktop/ *.png</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nlapjr</title>
		<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/#comment-456743</link>
		<dc:creator>nlapjr</dc:creator>
		<pubDate>Mon, 26 Nov 2012 05:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34546#comment-456743</guid>
		<description>Thanks! Great help!
Maybe you can feature more Automator tips and tricks.
That app has a lot of potential but is not covered much.</description>
		<content:encoded><![CDATA[<p>Thanks! Great help!<br />
Maybe you can feature more Automator tips and tricks.<br />
That app has a lot of potential but is not covered much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pr10n</title>
		<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/#comment-456714</link>
		<dc:creator>pr10n</dc:creator>
		<pubDate>Mon, 26 Nov 2012 03:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34546#comment-456714</guid>
		<description>I&#039;ve been using SIPS for goodness knows how long. I like adding a little spotlight love to it so I can recursively hunt down images that are larger than my target size.

mdfind -0 -onlyin . &quot;kMDItemPixelHeight &gt; 620 &#124;&#124; kMDItemPixelWidth &gt; 620&quot; &#124; xargs -0 sips -Z 620</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using SIPS for goodness knows how long. I like adding a little spotlight love to it so I can recursively hunt down images that are larger than my target size.</p>
<p>mdfind -0 -onlyin . &#8220;kMDItemPixelHeight &gt; 620 || kMDItemPixelWidth &gt; 620&#8243; | xargs -0 sips -Z 620</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dante</title>
		<link>http://osxdaily.com/2012/11/25/batch-resize-a-group-of-pictures-from-the-command-line-with-sips/#comment-456586</link>
		<dc:creator>Dante</dc:creator>
		<pubDate>Sun, 25 Nov 2012 20:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=34546#comment-456586</guid>
		<description>Good tip, but I would add another step that is making a copy of the pictures that you want to resize. That way you can still have the original dimension pictures available too.</description>
		<content:encoded><![CDATA[<p>Good tip, but I would add another step that is making a copy of the pictures that you want to resize. That way you can still have the original dimension pictures available too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 233/234 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 12:15:12 -->