How to Call photoshop plugin through script?

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

Govind kotalwar

How to Call photoshop plugin through script?

Post by Govind kotalwar »

Hello,
I have created Photoshop plugin(like sample plugin "MakeSelectFill").I want to call this plugin through script.
How to call my plugin from ps-script?is it possible to call or run plugin through script?
if possible then how?
please,help me its urgent.


thanks.

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

Paul MR

How to Call photoshop plugin through script?

Post by Paul MR »

You would use the ScriptListner plugin to record what your plugin is doing then create functions etc. But your plugin must be written so that output is given, you would need to read up on that from the SDK documentation.
Govind kotalwar

How to Call photoshop plugin through script?

Post by Govind kotalwar »

thanks.