PlugIn name is not showing in menu
Hi,I have created a automation plug-in from scratch and I have all the instruction given in the documentaion for creating plugin in MAC OS. But i am facing a very pecuilar problem, ie, i am not getting...
View ArticleWhy there is no release configuration on Windows for Listener plugin?
Hi All, I'm using Listener plugin from CS5 SDK. There is only Debug configuration on Windows example project. I created a Release configuration but i get linker errors if Code generation...
View ArticleCall Photoshop Action from other APP?
Hi Everyone, Anybody has any experience to run any Photoshop action using a binary .EXE file? For example, I want to let Photoshop execute a filter action from my own application?I know that DROPLET...
View ArticleUse AIR sdk in a panel
Hello, I'd love to be able to access the file system with a panel. I've read that after cs5 panels use the AIR framework, but I'm not entirely sure how to use it. I'm currently using the flex 3.4.0 sdk...
View ArticleGet Layer Groups from C++ plugin
Hi! I'm trying to get next things: 1) layers hierarchy 2) layers bounds rect 3) save every layer to PNG file -- Currently I can only get list of layers: auto&layerInfo =...
View Article#Pnt Units in Unit Float Actions
Hi, One of my coworkers gave me a .psd file (Created in CS6 on OSX) that I tried to parse. The library I'm using failed because one of the unit float actions had "#Pnt" as its type, which isn't in the...
View ArticleHow to read&write pixel values of a document for an Automation plugin?
Morning everyone, I am developing an automation plugin to process several images at a time. A key step to implement this plugin is to read all pixels of these images. I know for Filter plugin we can...
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 ArticleNeed to create photoshop plugin with UI in QT framework
Hi I need to develop a photoshop plugin using qt to create UI. I have two doubts regarding this- First, Is it possible to integrate qt UI with photoshop plugin and perform photoshop operations.-...
View Articleautomating PS Print Dialog
I want to write a desktop app that will pull images from a private storage somewhere in the cloud, and print it through Photoshop. I am aware of the PS Connnections API and would like to know if anyone...
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 ArticleWhich license is the plugin.dll under?
The plugin.dll is needed to access some filter plugins in .8BF format. These filters may be free and can be used in other programs like Corel PaintShop or Irfanview, too. But when the filters need this...
View ArticleActionReference crashes certain PSCC installs
Hello, I've got a few users of GuideGuide reporting that GuideGuide crashes Photoshop. I am not able to reproduce this error myself. I've been sending them various panels that segment the actions to...
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 ArticleFileFormat-Plugin: Writing multi layer image
Hi, I've another problem with a FileFormat-Plugin. I want to write multiple layers to a file.The plugin is correctly supporting format layers and is receiving the "writeLayerStart" event. There I can...
View ArticleHelloWorld plugin
I couldn't find any tutorial that show me how we can write a plugin in photoshop. Anybody can show me a complete HelloWorld plugin creation by using c++?
View Article[PSD Format] Image Data Section vs. Channel Image Data etc.
Hi -Newbie here. Would someone be kind enough to clarify the following points of confusion:1. On the difference between the Channel Image Data section(s) of a PSD file and its Image Data Section: my...
View ArticleWriting Merged composite image to PSD file??
Hi,I'm developing PSD file writer which adds layers to PSD file.Can anyone tell me how to write merged composite image to psd file,so that it shows composite image when i open that PSD file in other...
View ArticleLoad/Save psd file
Hi, what is the best way to figure out how to load and save .psd files with layers in Windows? Is there C++ sample code available anywhere? I need to load the layers that contain images into...
View Articleunable to register events - PhotoshopRegisterEvent - HostObject could not be...
I am trying to register photoshop events using the PhotoshopRegisterEvent as described in the http://cssdk.host.adobe.com/sdk/1.0/docs/WebHelp/app_notes/photoshop.htm#Registering_for_e...
View Article