Page 1 of 1

Create mac Service or use for script "Convert" button

Posted: Fri May 02, 2014 1:45 pm
by otrokhymchuk
Hello everyoneGraphicconverter 9 for mac has button "Convert" on browser window.How can I use this button in Applescript or in Automator to make a service.The point is to convert a folder with PSD files to JPG from finder, with preset settings, like JPG 80%, use batch to filter only PSD files and convert in subfolder, etc.. That folder may have a lot of subfolders and the result should include all subfolders.I found how to use convert service, but it only allows me to change the quality of JPG and save it in the same location where the PSD file was located.Did anyone bother with the same question here?

Re: Create mac Service or use for script "Convert" button

Posted: Sat May 03, 2014 2:57 pm
by thorstenlemke
Hello,simple use the convert file applescript command.It needs as parameters: source file, a saved batch file and the destination folder.ThorstenOn 02.05.2014, at 12:45, trokhim@gmail.com wrote: Hello everyoneGraphicconverter 9 for mac has button "Convert" on browser window.How can I use this button in Applescript or in Automator to make a service.The point is to convert a folder with PSD files to JPG from finder, with preset settings, like JPG 80%, use batch to filter only PSD files and convert in subfolder, etc.. That folder may have a lot of subfolders and the result should include all subfolders.I found how to use convert service, but it only allows me to change the quality of JPG and save it in the same location where the PSD file was located.Did anyone bother with the same question here?

Re: Create mac Service or use for script "Convert" button

Posted: Thu Feb 18, 2016 11:28 am
by otrokhymchuk
Thorsten Lemke,Can you please update the image you attached?

Re: Create mac Service or use for script "Convert" button

Posted: Thu Feb 18, 2016 11:30 am
by thorstenlemke
Hi,how should I update it?Thorsten Can you please update the image you attached?

Re: Create mac Service or use for script "Convert" button

Posted: Thu Feb 18, 2016 4:24 pm
by otrokhymchuk
Thorsten Lemke,I thought you attached an image in your reply and it doesn't open, but obviously it is some kind of a signature.And you wrote to use convert file applescript command.Maybe you have a link to an example of how it's used? That would really help.But anyway, thanks for your answer :)Best Regards,Oleksandr 

Re: Create mac Service or use for script "Convert" button

Posted: Thu Feb 18, 2016 6:44 pm
by thorstenlemke
Hello Oleksandr,just a basic sampletell application graphicconverterconvert file “/Volumes/NAS/sample.jpg” using batch “/Volumes/NAS/samplebatch” to folder “/Volumes/NAS/Result"end tell Thorsten Lemke,I thought you attached an image in your reply and it doesn't open, but obviously it is some kind of a signature.And you wrote to use convert file applescript command.Maybe you have a link to an example of how it's used? That would really help.But anyway, thanks for your answer :)Best Regards,Oleksandr