Rick Allen
- Gesamtaktivitäten 53
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 22
Kommentare
Neueste Aktivität von Rick Allen-
Yeah I have Script Debugger add it to the start of each script I use a ton on ASobj-C so need it for pretty much everything. Hopfully Fabrizio replies I'm intrigued by his workflow.
-
Hi Eric, I use a similar handler but don't use it within a script call which I've found to adds back in Applescripts inaccuracies. Adapting yours below. use AppleScript version "2.4" -- Yosemite ...
-
Would love to understand more about your script. Are you working with catalog or session? Do you create the smart album before importing the images? To programmatically create a smart album takes n...
-
Yeah I find interacting with finder can trigger security/privacy warning dialogs. I’ve since replaced the line using the library with pure AObjC. Seems to work, but I wonder if there is a better wa...
-
The name property of an image in Capture One contains the frame counter so you'd need to split out that part from the filename. How you do that could have a number of strategies. If for instance ...
-
Can you outline some of the steps you have made? For instance have you programmed the scanner with pre and post characters? Are you certain and have you verified that the barcode scan script has be...
-
Yeah not much has changed to the library nothing that would break this.
-
I have seen a POC of an app that sends the processed image file to remove.bg web app and then returns the cut out image. Maybe email Jim over at shoot machine .co
-
I dont have affinity photo so cant help much but in the past using index numbers of the menu items has helped, but still subject to breaking with updates etc. Do you have UI browser?
-
Looks interesting Walter have you tested on other keyboard layouts, I've found that gui scripts break pretty easily?