Resize images by half?

Talk, speculate, discuss, pontificate. As long as it pertains to Hazel.

Moderators: Mr_Noodle, Moderators

Resize images by half? Fri Nov 09, 2012 10:31 am • by nudoru
Hello! I'm a complete newbie to mac and so, don't know anything about automator or Apple script yet :) But I did find out about Hazel and am looking for ways to use it in my iOS dev workflow.

The first great use would be to automagically have it resize my retina images down by half when I save them to a directory. But whatever action I use would need to have some logic to cut by half and use the same file name, minus the @2x at the end.

I use an app now called MultiRezer, but I don't know how or if you can script it w/ Applescript.
nudoru
 
Posts: 1
Joined: Fri Nov 09, 2012 8:56 am

Re: Resize images by half? Fri Nov 09, 2012 12:53 pm • by Mr_Noodle
The renaming you can do using match patterns (search for them in the help).

For the image stuff, you'll have to figure out some other program to do it for you. Search the forums as someone may have done something similar otherwise I'm sure there are plenty of AppleScripts on the net (in conjunction with some other piece of software) to do this.
Mr_Noodle
Site Admin
 
Posts: 11193
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Resize images by half? Fri Apr 19, 2013 1:14 pm • by sjk
sips (scriptable image processing system) is bundled with OS X.
sjk
 
Posts: 332
Joined: Thu Aug 02, 2007 5:43 pm
Location: Eugene


Return to Open Discussion