Post

Replies

Boosts

Views

Activity

Reply to How does one embed/set a ICC profile/color space into an image using apple script?
You can embed profile with "embed this_image with source" command. And..."profile" have to be an actual profile. Your code seems to use undeclared variable "profile". You have to set some ICC profile to other variable such as "myProfile". Then..... embed this_image with source myProfile will be executed. AppleScript's rexical coloring is important function to write AppleScript. Apple's default color setting is nightmare. It can not detect some different rexical elements. This is my rexical coloring in Script Editor. It can detect the difference of each rexical elements. http://piyocast.com/as/wp-content/uploads/2018/02/edf39d5e74f06d49cbe0d21a20cffb75-660x1024.png
Topic: App & System Services SubTopic: General Tags:
Apr ’23
Reply to Shortcuts – how do users install and how to use URL scheme ?
Can that process be automated ? General speaking, you can make standard installer to install AppleScript applets. Though I don't make such a installer with latest version of Xcode. Is there a way of using at the shortcuts URL scheme run the shortcut in place i.e. without opening the shortcuts app ? Or, can the URL scheme be used to call the Shortcuts Event app ? You can execute Shotcuts by using Shortcuts Events.app without launching Shortcuts.app. But....URL event is a kind of Apple's security broker. Apple want to keep them inactive....Some minor macOS update may effect your app due to the security reason or bug.
Topic: App & System Services SubTopic: General Tags:
Apr ’23