How can I temporarily disable hotkeys in photoshop?
Hi all, I have a plugin in C++ that starts an external process. This process has UI and his event loop. That event loop runs in external code so that I cant use the regular dialogproc to capture...
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 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 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 ArticleUnable to capture startup and shutdown event of Photoshop in automation Plugin.
Hi, I am creating an automation plugin and I want to register some events. I have seen listener plugin sample to register event in startup and unregister event in shutdown. I have used same code in my...
View ArticleWriting PSD with layers
I'm trying to generate a Photoshop file with Adjustment Layers. Does anyone have any pointers, or know of any methods of diagnosing problems in the file? I've been able to make a file with multiple...
View ArticlePhotoshop SDK - Plug In - Release Mode
Hello,I'm building a Plug In for Photoshop using the CS6 SDK for Windows (64 Bit on Windows 7, VS 2010).I'm using optimizations which only work in "Release Mode". In your samples I have only "Debug"...
View ArticleSample 3DSimpleModeler or all Modeler plugins broken?
3DSimpleModeler says its supposed to add a red light, which it does, but it also does some weird stuff which seems to be the fault of Photoshop itself. Scenerio- new document- new 3d cone, note the...
View Articlebuilding a plug-in host
Hi!I am looking for building a "plug-in host" for photoshop plug-ins. In other words: an application that accepts photoshop plug-insDid, someone know where I can find help on this topic?I read that...
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 ArticleIs it possible to get a Plugin to work on CS5
For a number of years I used the superb Plug-in from Adobe Exchanage .. http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail& extid=1044520 It installs 'Kedaffie’s filters' .. with...
View ArticleHow can we get save event at Photoshop shutdown?
Hi All!! I have to perform some actions on the save event of a document. I had no problem in doing the same. But, during testing different save event trigger scenarios, I came across the a situation in...
View ArticleHow do I create multiple buttons on HTML5-generated panel?
I'm working to make an extension panel that works in Photoshop. I've downloaded and installed Eclipse. I've downloaded ExtensionBuilder3 and installed it into Eclipse. I've created the "Demo" panel per...
View ArticleHow to determine if a filter plugin is called by Action in Photoshop SDK?
Hello, I have posted this question as a follow-up in another thread, but thought that a new thread may get more attention from experts here. Basically, I need to know if my plug-in is called by an...
View ArticleHow to run a 32-bit plugin on 64-bit Mac in PS CS5?
Hi... I have developed an automation plugin for PS CS 3,4 & 5 using CS4 SDK in 32-bit Mac processor. Problem with this is that the plugin works for CS5 in 32-bit mode, but the plugin doesn't load...
View ArticleIs it possible to show/hide guides via the csawlib or any other way?
Hello, in an upcoming update to GuideGuide I've moved nearly all my code into the panel and am relying heavily on the csawlib. Unfortunately, it seems that now when guides are added to the stage, if...
View ArticleCan I get photoshop SDK?
I want to use some function like photoshop for my own application.So, I need a photoshop SDK,not for plug-in.whether it is free or not.Can I get ? (Personal information removed) Thanks Message was...
View ArticleStop script process
I have a batch script with a panel for setting options. Atfer the user has clicked on the Run button, the script is processing. A window displays informations and the script progress with a progress...
View Articlehow can I get a layer not backgoundlayer in simpleformat plugin?
hi,everyone: recently,I load photoshop cs4 sdk from adobe.com developer center,and Take simpleformat example as a reference, to complete read and write file formats supported by phoptoshop...
View ArticleC++: Access all layers from the SDK
Is it possible to read/write the pixels or settings of all layers and adjustment layers of the input image from within the filter plugin?So far I only found the ReadChannelDesc struct, but it doesn't...
View Article