Rick Allen
- Gesamtaktivitäten 282
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 115
Kommentare
Neueste Aktivität von Rick Allen-
There are a lot of 'you could' answers but without knowing a little more about what you are hoping to achieve it not necessarily what you should do.for instance AS has a direct connection to captur...
-
Cool i'll check that out, didnt think to try that.
-
tell application "Microsoft Excel" to set jobName to get value of active celltell application "Capture One 12" tell current document set {capture counter, capture name, capture name format} to {0,...
-
2800 images in a single folder is going to cause problems. Is it possible to split the folder, even arbitrarily, into 200 image folders and then add the folders as favourites into the session and t...
-
this could be achieved with a background applescript calling imagemagick.Install imagemagick http://cactuslab.com/imagemagick/Create a scpt file and place in the BackgroundScripts folder on CO_Batc...
-
Place this app in the dock and it will lock and/or unlock the recipeshttps://drive.google.com/file/d/0B_v32s ... sp=sharing
-
Has PowerToy just become available?I wrote 70 lines of code to do what that does in 4 😂 👿 😂 Sorry can't seem to repeat your error but thank you for highlighting the app. Now let's keep it a secr...
-
I'm glad its nothing obvious then 🤓 I dont think its color balance because running the below does effect the 3-way color balance tool. set color balance midtone hue of adjustments of item 1 of the...
-
With the folder you want to be the capture folder selected in finder and if you have UI scripting enabled. tell application "Finder" activate if exists (front window) then --In case there are no wi...
-
I missred this post initially its fairly simple to add the filename to the description field with processing. Its would have a slight impact on processing speed but you wouldnt notice it when proce...