<?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: Make JPEG droplet</title>
	<atom:link href="http://www.simonheys.com/makejpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonheys.com</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 18:28:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabrizio Schiavi</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2480</link>
		<dc:creator>Fabrizio Schiavi</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2480</guid>
		<description>Very useful! 
Thanks Simon!</description>
		<content:encoded><![CDATA[<p>Very useful!<br />
Thanks Simon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2407</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2407</guid>
		<description>Hi Simon,
(and all,)

As a little feature of this FileMaker Pro app I wrote quite some time ago, I have basically an analogue script for resizing images while uploading them tot the database and a website.
But I am having trouble at displaying pictures at any other resolution than 72.0 dpi in FileMaker (they show up fine on the web) and it looks like it is resolution-related.
Your suggestion :

It is possible to change the script to support resampling. This would involve running an initial sips command to interrogate the image dpi, width and height and gathering the results into variables. You would then calculate the new width and height based on target dpi, then run the sips command to process the image.

looks quite interesting &amp; promising, but I can&#039;t &quot;grep&quot; it. Care to elaborate ?
I have the interrogation part covered, my problem is in the resampling (there&#039;s no resampleResolution in man sips and setProperty dpiWidth/Height doesn&#039;t seem to affect it)

I’d be really pleased for someone to have a go at this, it’s on my ‘todo’ list but quite far down…

I&#039;d be quite happy to oblige...</description>
		<content:encoded><![CDATA[<p>Hi Simon,<br />
(and all,)</p>
<p>As a little feature of this FileMaker Pro app I wrote quite some time ago, I have basically an analogue script for resizing images while uploading them tot the database and a website.<br />
But I am having trouble at displaying pictures at any other resolution than 72.0 dpi in FileMaker (they show up fine on the web) and it looks like it is resolution-related.<br />
Your suggestion :</p>
<p>It is possible to change the script to support resampling. This would involve running an initial sips command to interrogate the image dpi, width and height and gathering the results into variables. You would then calculate the new width and height based on target dpi, then run the sips command to process the image.</p>
<p>looks quite interesting &amp; promising, but I can&#8217;t &#8220;grep&#8221; it. Care to elaborate ?<br />
I have the interrogation part covered, my problem is in the resampling (there&#8217;s no resampleResolution in man sips and setProperty dpiWidth/Height doesn&#8217;t seem to affect it)</p>
<p>I’d be really pleased for someone to have a go at this, it’s on my ‘todo’ list but quite far down…</p>
<p>I&#8217;d be quite happy to oblige&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Heys</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2341</link>
		<dc:creator>Simon Heys</dc:creator>
		<pubDate>Sat, 26 Sep 2009 09:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2341</guid>
		<description>Hi kais - it works fine for me in Snow Leopard. Please mail me if you are getting some kind of error.</description>
		<content:encoded><![CDATA[<p>Hi kais &#8211; it works fine for me in Snow Leopard. Please mail me if you are getting some kind of error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kais</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2340</link>
		<dc:creator>kais</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2340</guid>
		<description>Nice script... any idea why it doesn&#039;t work under Snow Leopard? I&#039;ve been looking here, but I&#039;m not much of an applescripter: http://lists.apple.com/archives/applescript-users/2009/Sep/msg00160.html</description>
		<content:encoded><![CDATA[<p>Nice script&#8230; any idea why it doesn&#8217;t work under Snow Leopard? I&#8217;ve been looking here, but I&#8217;m not much of an applescripter: <a href="http://lists.apple.com/archives/applescript-users/2009/Sep/msg00160.html" rel="nofollow">http://lists.apple.com/archives/applescript-users/2009/Sep/msg00160.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grozan</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2259</link>
		<dc:creator>grozan</dc:creator>
		<pubDate>Sun, 26 Jul 2009 14:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2259</guid>
		<description>sips throws away the clipping path, is it so?
Imagemagick does not.

excelent work :-)

ps
droplet working with folder contents/structures could be whery usefull</description>
		<content:encoded><![CDATA[<p>sips throws away the clipping path, is it so?<br />
Imagemagick does not.</p>
<p>excelent work :-)</p>
<p>ps<br />
droplet working with folder contents/structures could be whery usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2230</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 18 Jul 2009 09:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2230</guid>
		<description>Aha - interesting. I think however, that would be slightly beyond my clumsy script-hacking abilities... 
Thanks for letting me know.
P</description>
		<content:encoded><![CDATA[<p>Aha &#8211; interesting. I think however, that would be slightly beyond my clumsy script-hacking abilities&#8230;<br />
Thanks for letting me know.<br />
P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Heys</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2225</link>
		<dc:creator>Simon Heys</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2225</guid>
		<description>Hi Patrick

You are correct. Changing the dpi in the sips command will not resample the image. It just changes the dpi information and the number of pixels in the image remains the same. 

It is possible to change the script to support resampling. This would involve running an initial sips command to interrogate the image dpi, width and height and gathering the results into variables. You would then calculate the new width and height based on target dpi, then run the sips command to process the image. 

I&#039;d be really pleased for someone to have a go at this, it&#039;s on my &#039;todo&#039; list but quite far down...

Simon</description>
		<content:encoded><![CDATA[<p>Hi Patrick</p>
<p>You are correct. Changing the dpi in the sips command will not resample the image. It just changes the dpi information and the number of pixels in the image remains the same. </p>
<p>It is possible to change the script to support resampling. This would involve running an initial sips command to interrogate the image dpi, width and height and gathering the results into variables. You would then calculate the new width and height based on target dpi, then run the sips command to process the image. </p>
<p>I&#8217;d be really pleased for someone to have a go at this, it&#8217;s on my &#8216;todo&#8217; list but quite far down&#8230;</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2224</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 16 Jul 2009 21:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2224</guid>
		<description>Hi Simon

Great script, and thanks for posting it. However I&#039;m wondering if you can help... I too would like to be able to change the resolution of the output image. I managed to put the sips dpiHeight/Width command into the script, but this only seems to change the pixel aspect ratio, not the actual image resolution. 

Any idea how I can get a 72dpi image out from this, or am I being stupid?

Many thanks indeed for any help.
Patrick</description>
		<content:encoded><![CDATA[<p>Hi Simon</p>
<p>Great script, and thanks for posting it. However I&#8217;m wondering if you can help&#8230; I too would like to be able to change the resolution of the output image. I managed to put the sips dpiHeight/Width command into the script, but this only seems to change the pixel aspect ratio, not the actual image resolution. </p>
<p>Any idea how I can get a 72dpi image out from this, or am I being stupid?</p>
<p>Many thanks indeed for any help.<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janette</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-2064</link>
		<dc:creator>Janette</dc:creator>
		<pubDate>Mon, 15 Jun 2009 06:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-2064</guid>
		<description>How can I make my own Tag and make it a jpeg? Would like to post it on my Tagged.

Thanks</description>
		<content:encoded><![CDATA[<p>How can I make my own Tag and make it a jpeg? Would like to post it on my Tagged.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ge Studio</title>
		<link>http://www.simonheys.com/makejpeg/comment-page-1/#comment-1915</link>
		<dc:creator>Ge Studio</dc:creator>
		<pubDate>Thu, 23 Apr 2009 20:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonheys.com/makejpeg/#comment-1915</guid>
		<description>Excellent Post, thanx for sharing</description>
		<content:encoded><![CDATA[<p>Excellent Post, thanx for sharing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
