[Solved] Scripting Scaling

Having tech problems? Post them here and do not worry, there is always a solution for you.
Post Reply
Jimmbo
Posts: 5
Joined: Thu Nov 21, 2019 7:47 am
Country: usa

[Solved] Scripting Scaling

Post by Jimmbo »

I want to create a script that will 1. scale selected HEIC files to 20% of current size and 2. save them as JPGs in the same folder.

I've looked through the sample scripts. I see a "Convert to JPGs" script which I can cannibalize, but nothing for scaling. Can anyone help?
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: Scripting Scaling

Post by forum_adm »

I suggest the following much faster approach:
Create an AppleScript with launches GraphicConverter on the command line with the attached convert command.

Thorsten

P.S. Replace GraphicConverter 9 with GraphicConverter 11
Screen Shot 2020-07-31 at 10.38.57.jpg
Screen Shot 2020-07-31 at 10.38.57.jpg (264.69 KiB) Viewed 1122 times
Post Reply