Resize image’s

7 03 2009

Here is the second AppleScript I’ve created.

It’s an image manipulation script that will resize an image to 200 pixels in length, keeping the hight in proportion.
Resize to 200.png

How it works:

This file has been saved as a Application bundle Droplet.
You place this application on your desktop or within easy reach of where you work with your images.

The reason for this is that you must drag the image or images (this script has been written to process multiple images) onto the icon and the script will process the images and resize them for you all at once.

WARNING! This script WILL overwrite the images dropped onto it.

Best practice if you want to keep the original image’s would be to duplicate the them and place those duplicates onto the script droplet.

Please feel free to download the script.

You may change it, if you’re not comfortable doing that then mail me and I can modify it to convert images to a different size for you.

Resize to 200.zip



My first Applescript

27 02 2009

The first AppleScript I wrote was a script to open two finder windows at the same time on my Desktop.

I’ve called it Twin Finder and made a nice Icon for it.

I have one Finder window open my Home folder and the other open my Downloads folder.

Fullscreen-1.png

The reason I am telling you this is that I’m putting the script I wrote here for you to download if you want it.

If you want to modify it in any way feel free, changing the size or position isn’t hard, just open in Script editor and do as you with.
You may want to change the folders that Finder opens….

If you’re not comfortable doing it yourself drop me a line and I will modify it for you and upload it to the site.

I would suggest that once you’ve run it and decide if you want to keep it or not to open finder, go to Your_name/Library/scripts/applications/finder and drag the icon to the top of your finder window, if you hold it there for a moment it will add its self so you can just click it and the script will run opening two Finder windows.

Finder.png

Please download the application.Twin_Finder.zip

Or get the Script to edit hereUsers_Documents_Finder copy.zip