Export 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 ArticleLayerid layid
Hi, I have a question. What is the property lyid (layer id) into the psd file?Is it and identify that not changes after editing a saving psd file in photoshop? Seems that if I make some eidting to my...
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 ArticleIDE Alternatives to Microsoft Visual C++?
Hi! I'm looking for a less costly alternative to Microsoft Visual C++ for developing Photoshop plugins. Visual C++ Express won't do, apparently, since it doesn't support 64-bit, which the Photoshop SDK...
View ArticleHot to call import plugin from automation plugin
Hi, I was able to call filter plug-in from my automation plug-in. Now I'm stuck in calling import plug-in.I build GradientImport example from PhotoshopSDK, and modify resource PIPL to have unique...
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 do I access layers from a C++ plugin?
What is the data structure that can be used to access the list of layers from within an Export plugin written in C++? Any pointers to where I can find some sample code would be appreciated.
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 ArticleMulti-layer format plugin. 16 bits depth problem.
Hello! I'm creating a format plugin based on the simpleformat example. When I load the layers using 8bits depth I have no problem, but when I try to load the layers with 16bits depth, the colors are...
View ArticleLayerid layid
Hi, I have a question. What is the property lyid (layer id) into the psd file?Is it and identify that not changes after editing a saving psd file in photoshop? Seems that if I make some eidting to my...
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 ArticlePS Custom Format Plugin - Issue Reading Files > 2GB &< 4GB
Is this issue fixable within our format plugin code, or is it a photoshop limitation? I am new to Photoshop & Photoshop Plugins. I have reviewed the sdk photoshop documentation & searched...
View ArticleWill Adobe ever add support for JPEG-XR?
There's been quite a bit of work done on the Flash Player to display and export JPEG-XR files. During the Flash CS6 prerelease, the Flash team talked about additional JPEG-XR support for things like...
View ArticleHot to call import plugin from automation plugin
Hi, I was able to call filter plug-in from my automation plug-in. Now I'm stuck in calling import plug-in.I build GradientImport example from PhotoshopSDK, and modify resource PIPL to have unique...
View ArticleHow to query active tool?
Hello! I am writing a Photoshop plugin that needs to disable itself when certain tools are active.I have added a callback for the select event, based on the Listener example, and am mostly happy with...
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 ArticleReading image layers
Hi guys,I am developing an application to read an image format and convert it to my proprietary format. I want to read/get the layer information of the image, each graphic object associated with the...
View ArticlePhotoshop CS6 - eventSave callback
Hi everybody, I'm trying to develop my first plugin and I'm experiencing a problem.I'd like to export a file in a very specific format whenever I save a PSD file, without having to save it in a...
View ArticleHow to use Photoshop SDK into .Net
Dear All, I am new to SDK and I know .Net like VB.Net & C#.Net, I want to use SDK in .Net platform, is it feasible? Or is SDK only support C++ or VC++? please guide for the same. Thanks.
View ArticlePhotoshop on server?
Is it possible to run Photoshop on a server to run online tasks?I'm looking to user it for one purpose.I want to run and action thru photoshop and have it return a result in a browser.Basically I...
View Article