G Gary White Jan 29, 2004 #1 Can somebody help point me to some example code to invoke a Photoshop action on a file. I am using .net studio. Many thanks Gary
Can somebody help point me to some example code to invoke a Photoshop action on a file. I am using .net studio. Many thanks Gary
S Scott M. Jan 29, 2004 #2 To invoke PhotoShop or to invoke a PhotoShop action? Big difference. If all you want to do is start PhotoShop: system.Diagnostics.Process.Start("PhotoShopEXEfile or SpecificPhotoShopFileToWorkOn") If you want to do a specific PhotoShop action, you'll need to consult your PhotoShop documentation to see if it supports an API.
To invoke PhotoShop or to invoke a PhotoShop action? Big difference. If all you want to do is start PhotoShop: system.Diagnostics.Process.Start("PhotoShopEXEfile or SpecificPhotoShopFileToWorkOn") If you want to do a specific PhotoShop action, you'll need to consult your PhotoShop documentation to see if it supports an API.
C Cor Jan 30, 2004 #3 As a addition to Scott, If you want to do a specific PhotoShop action, you'll need to consult your PhotoShop documentation to see if it supports an API. Click to expand... And see if you are allowed to do that and if so what are the conditions for that. Cor
As a addition to Scott, If you want to do a specific PhotoShop action, you'll need to consult your PhotoShop documentation to see if it supports an API. Click to expand... And see if you are allowed to do that and if so what are the conditions for that. Cor