Introduction While Corel AfterShot Pro is a fast, powerful RAW editor and organizer out of the box, its true flexibility comes from its plugin architecture. Plugins allow you to automate repetitive tasks, apply custom effects, and extend the software’s core functionality without leaving your workflow.
-- Save as "HelloWorld.plugin" function plugin_info() return name = "Hello World", version = "1.0", author = "You" end function plugin_main() local img = ASP:GetSelectedImage() if img then ASP:Log("Selected image: " .. img:GetPath()) ASP:MessageBox("Hello, AfterShot Pro!") end end aftershot pro plugins