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.
How to Call photoshop plugin through script?
How to Call photoshop plugin through script?
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.