Which layer is the target layer?
How can I determine which layer among those in the ->layersDescriptor structures corresponds to the target layer? In photoshop cc x64 pc -- all the read channel numbers seem to be unique-- all...
View ArticleQuestions about PSD file formats
During thestudy thefile formatthearticleraisesquestions. Question 1. I would like to knowhow toanalyzethe image data. I've a document that describesthe fileformat, a description ofthe image datais...
View ArticleNew sdk for CC version of PS?
Is there a new version of the sdk coming for the CC version of Photoshop? If so, is it available now? Thanks,RONC
View ArticleHow can I see the alpha channel in the channels palette?
Hello, mi format plugin loads a rgba image. I see it with transparency, that's ok, but when I go to the channels tab I only see 4 items (RGB, Red, Green and Blue). How can I see the alpha channel of my...
View ArticleCan I use Windows MFC to develop user interface for Adobe photoshop plug-in?
Hi I need to have some of the controls like image list ( displaying thumbnail preview) and tree controls. I think it is difficult achieve the same using the ADM controls. I was wondering whether I am...
View ArticleHow to Retrieve the Default Photoshop Color Spaces?
Specifically, I would like to be able to access the actual color profiles the user has chosen as the default RGB and Grayscale color spaces, so I can do the same things as Photoshop with untagged...
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 ArticleMultiple plugins for the same file type
I'm making a format plug-in that operates on DirectX DDS files. Photoshop already had a plug-in to open them, but I want mine to take priority (without deleting the original plug-in). According to the...
View Articleget application path directory
hy,i'm trying to create a plug-in that run an application located in the same directory of the plug-in file. If i do system("./Rec.app/Contents/MacOS/AlbumExpressRecord"); the application search the...
View ArticlePhotoshop internal RGB colorspace question
Hi, 1) What kind of of RGB colorspace Photoshop uses internally sRGB, adobeRGB etc.?Basically in/from what colorspace should i convert data in m,y format plug-in on rear/write?Is it the same colorspase...
View Articlesamples in CS5 SDK with UI working on 32/64 bit Windows/MAC
Are there any plug-in samples in CS5 SDK with GUI really working on 32/64 bit Windows/MAC?I'm also looking for plugin sample with QT GUI.Cheers
View ArticleExport layers to JPG file
Hi, I wants to export only a single layer as JPEG file in Automation plugin. I have gone through the the implementation in which every layers in the current document is exported as files. But i wants...
View ArticleMemory Management with Multi-Threading
Since the Photoshop Buffer Suite really doesn't want to be called back from multiple threads (at least that's what I believe I have seen in the docs), what's the best strategy to manage dynamic memory...
View ArticleNew sdk for CC version of PS?
Is there a new version of the sdk coming for the CC version of Photoshop? If so, is it available now? Thanks,RONC
View ArticleWhich layer is the target layer?
How can I determine which layer among those in the ->layersDescriptor structures corresponds to the target layer? In photoshop cc x64 pc -- all the read channel numbers seem to be unique-- all...
View ArticleWhy does Topaz simplify4 in the compete package not work but version3 (bought...
Why will Topaz simplify 4 not work when version 3 will? I bought number 3 then bought the complete package so have both in the filter list. Should I un-install 3?
View Articlegetting the foreground color - or - subscribing to events
Hey guys, I'm still working on my native color picker. It's up and running and looking good. I've implemented so that the eyedropper tool is chosen when the cursor is moved outside the window (using...
View ArticleWriting Unicode characters to scripting parameters on Windows
I am trying to read/write a file path that supports Unicode characters to/from scripting parameters (PIDescriptorParameters) with an Export plug-in. This works fine on OS X by using AliasHandle...
View ArticleAndroid Remote Connection Sample App Networking Error
Hi, I've downloaded the Photoshop SDK and have been playing around with the Photoshop Images sample app for Android that remotely displays your PS document on you device. Since this project was built...
View ArticleHow to save a PNG with layers in Photoshop.
i am tryin to save a PNG with layers. Is it poosible ?What i found on the net is ....PNG is not meant for multiple layers. But still want to know if photoshop have its own proprietory standard for PNG....
View Article