<?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>Dino 2.0 &#187; desktop</title>
	<atom:link href="http://www.dino.co.uk/labs/tag/desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dino.co.uk/labs</link>
	<description>Better out than in...</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:55:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Make your own Applescript image resizers for Mac&#8230;</title>
		<link>http://www.dino.co.uk/labs/2008/make-your-own-applescript-image-resizers-for-mac/</link>
		<comments>http://www.dino.co.uk/labs/2008/make-your-own-applescript-image-resizers-for-mac/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:47:28 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[resizer]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://www.dino.co.uk/labs/?p=80</guid>
		<description><![CDATA[Wow, I&#8217;ve just discovered Applescript&#8230; after 15 years! If you have a Mac and you&#8217;re even remotely drawn towards programming or fiddling, you&#8217;ve got to have a fiddle with Applescript. Never really though about it but had one of those nagging &#8220;I wish I could just&#8230;&#8221; issues with resizing images to send via email or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Applescript" src="http://www.dino.co.uk/blogbox/applescript/applescript_snap.png" alt="" width="519" height="409" /></p>
<p>Wow, I&#8217;ve just discovered Applescript&#8230; after 15 years!</p>
<p>If you have a Mac and you&#8217;re even remotely drawn towards programming or fiddling, you&#8217;ve got to have a fiddle with Applescript. Never really though about it but had one of those nagging &#8220;I wish I could just&#8230;&#8221; issues with resizing images to send via email or post to blogs.</p>
<p>All I wanted was a simple drag-and-drop utility to resize my images ready for posting. After a few searches, I found a <a href="http://www.macosxhints.com/article.php?story=2004092804461334" target="_blank">thread</a> about using Applescript to do it and some sample script. I looked in my Applications folder and there it was, the Applescript editor. A copy-paste later, a bit of editing and saving the code as an application later&#8230; I had a desktop app to resize my images! Yay!</p>
<p>I do have plans to make one app that asks you what size you want before starting the batch, but I haven&#8217;t found the time to fiddle some more. In the meantime, I thought I&#8217;d share the &#8216;drop-apps&#8217; I created from the script mentioned above. I&#8217;ve got these on my desktop and I just drag an image on to resize it. The app will save the new image in the same location but prefix the filename with the new size.</p>
<p>There is an app for each of the sizes I regularly require. If you need a different size, just drag the app onto your Applescript editor and change the &#8220;set the target_width to 640&#8243; to whatever you need.</p>
<p>Here are the ones I use:</p>
<p><a href="http://www.dino.co.uk/blogbox/applescript/resize_240.zip" target="_blank">Resize to 240 pixels</a></p>
<p><a href="http://www.dino.co.uk/blogbox/applescript/resize_320.zip" target="_blank">Resize to 320 pixels</a></p>
<p><a href="http://www.dino.co.uk/blogbox/applescript/resize_640.zip" target="_blank">Resize to 640 pixels</a></p>
<p><a href="http://www.dino.co.uk/blogbox/applescript/resize_800.zip" target="_blank">Resize to 800 pixels</a></p>
<p>I also experimented with an app that converted PC remote VPN filepaths from our work server and opened the file on your desktop. All very cool. You&#8217;ll be surprised just how powerful it is so give it a go!</p>
<p>Hope it comes in handy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dino.co.uk/labs/2008/make-your-own-applescript-image-resizers-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

