How To hide warning dialog?
Hi.In my routine I need to substract mask. but when it's impossible the warning dialog is shown (Warning: no pixels were selected).I callerror = sPSActionControl->Play(&result,...
View ArticleMaking the leap to Mac 64-bit GUI
Right now, the way I am handling the GUI is making a Windows-native GUI and a Mac-native GUI (Carbon). However, to make to a 64-bit plug-in, I am looking at moving my GUI over to Cocoa for both the...
View ArticleSimple: Gray scale a photoshop filterrecord
Hello all, i just have a simple question. I want to convert a filterrecord (indata) into a gray scale image and write back to the outdata... I use the MFC Plugin sample. Phil
View Articlehey guys please help me in this..
what does error code -25922 means.. it is coming as a value of error in my programs line error = sPSActionControl->Play(&result, eventMake, desc000001B0, plugInDialogSilent); i want to know what...
View Articlehow to retrieve alpha channel data in format plugin
I want to ask how to get the alpha channel 's data that describle the document's transparent info, in a format plugin.for example , when open a PNG file in Photoshop, the photoshop set FormatRecord::...
View ArticleModify XMP data of a document
Hi! I want to store some information in the metadata of the document. This storage event takes place at a button click event on my UI. The user can click the button N number of times, and the storage...
View ArticleFilter provides its own workspace, How?
I want to be cool like the Filter -> Blur -> Field Blur or the Filter -> Render -> Lighting Effects filter plugins. These, in a sense "take over", the UI of Photoshop. Anyone know if this...
View ArticleCall Script through plug-in.
Hello,I have written script(.jsx).I want to execute that script throught photoshop CS3 plugin(Like indesign we call script through plugin).Is it possible call script through Plugin?if possible then...
View Article[Filter plugin] Can we add a new plane for transparency?
Hi, I created a filter plugin and I'd like to add transparency to the image. If the image is already a layer, it has already 4 planes (1 for transparency) and it works fine, but if the image is...
View ArticleProblem in installing photoshop cs6 sample plugin
HI! i have compiled a sample plugin "OUTBOUND" from Photoshop CS6 sdk..it creates a file named outbound.8bei have copied that file to C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Plug-ins and...
View ArticleC++, PluginMain() and file types
I'm attempting to write a little do-nothing plugin, and not having it compile. This is on a Mac, 64-bit Snow Leopard, using XCode and the CS5 SDK. At first I tried having the main source code file...
View ArticleCurrent supported xcode with PS CS5 SDK
Hi all, I'm looking for some prescriptive guidance pertaining to building Cocoa plug-ins for PS CS5 using the latest xcode. In building various samples, I'm finding numerous issues. I did get the...
View ArticleSlices info from PSD document
Hello everybody, I'm trying to convert slices info to XMP data, so that they'll be available for further processing with .jsx scripts (Yes, I know I can just save .css and parse it then, but that...
View ArticlePhotoshop/Mac -- update window bug after plugin completion?
After some of my plugins, photoshop/photoshop elements don't redraw image window (only on Mac!).Some correlation exists between image scale and this problem -- "Actual pixels" scale repainted (always?)...
View ArticleAre 32-bit Cocoa plug-ins supported?
Hello, [Adobe Photoshop 12.0.1, CS5 SDK, OS X 10.6.4, Xcode 3.2.4] I'm converting my plug-in to use Cocoa but I'm experiencing crashes after my plug-in is closed (either by cancelling or when the...
View ArticleCan we get the eventUndo?
Hi All! I am designing a plugin for Photoshop CS5 onwards. My plugin has a UI which shows the current background color in an HBox. My problem is as follows: Suppose there is a text layer whose font...
View Articleresizing preview image
Hi i'm trying to resize the preview image (i think it's called the proxy?) and i found the line in the ressource file that should change the preview size if i enter the line : CTEXT "",5,...
View Article32 bit dissolve example not working (proxies not displaying, crashes)
Hi We have just released a 64 bit Mac (cocoa) version of our plugin, which is going well. But we've had requests for a 32 bit version, for use with PS Elements (versions 9/10/11). In Xcode, I...
View ArticleUnknown issue while applying effect using "exposure" plugin
Hi, I am trying to execute a third party plugin called "Exposure4" from my existing automation plugin. I have done something similar before too and had no problem. However, I have encountered some...
View ArticleBig file export issue
Hello, We have developed a pair of import/export plug-ins in order to support a in-house format. For several reasons, which are not explained here, we had to develop import-export plugins instead of a...
View Article