Multiple 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 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 ArticlePiPl Documentation
I am starting development on a plugin for photoshop, however, I have not been able to get the sample plugins that come with the sdk to load in Photoshop. I've tried simpleformat and 3dformat. I've...
View ArticleLayer Name
Someone out there must know how to programatically name a layer?????? I am writing an Automation plug in but can seems to find how to name layer. Anyone know how to ask someone at Adobe?
View ArticleNon modal Dialogs in photoshop
Hello, Photoshop doesnot support non-modal dialogs designed using ADM.Is there any other way to have non-modal dialogs or panels in photoshop, similar to the Layers (Window->Layers) panel....
View ArticleEnableInfo variable for 3D layer?
Is there a PSHOP_* EnableInfo variable for know if a selected layer is a 3D layer? ... or is there any other way to enable/disable a plugin menu when a 3D layer is selected? Thanks in advance,Greg
View ArticleAdobe Photoshop 8.0 Object Library for PSE 8 ?
Hi I want to write a program to loop over all tags and copy the associated fotos to folders named with the tag-name. By this way I have a good structure to select the fotos on stick / DigiFrame.I'm a...
View ArticleCross Platform Development on Windows
Hello, Is it possible to build (compile) a plugin for the Mac OS on a Windows machine?And if it is not directly possible, then what is the most convenient way to create a cross platform UI, so that the...
View ArticleAcquire Suite
Hi, I have written the function below to display Browse folder dialog to selecte a folder and using it in automationFilter plugin. It is working well and nice in window but when i 'am trying to do this...
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 ArticlePhotoshop "Server"
Hi Folks, I have a client wanting to use Photoshop in so to call it server mode.Basically it would be installed on a server and would use custom scripts for predefined actions on PSD files that are...
View ArticleFor Help about Photoshop SDK!
I want create a plug-in of Photoshop by the Photoshop's SDK.This plugin can process the pixel of a opened file, then create a new file, and put the processed pixel into this new file, and save it.Can I...
View ArticleReal-time filter / layer style plugin
Is it possible at all to write a filter plugin that gets applied in real-time, as the user draws on a layer? I'm thinking of something similar to layer styles (such as drop shadow) that get applied...
View ArticleAutomation Plugin errors on Mac OS X 10.9
Our 'Blow Up' image enlargement product utilizes both an "8li" automation plugin and an "8bf" plugin to perform image enlargment in Photoshop. The 8bf plugin runs the user interface and does the actual...
View ArticleListener.8li plugin not working with PS CS2 ?
Dear forum,I tried to compile (Win 2000 / VC7.1 aka Visual Studio.NET 2003) and run the Listener plugin supplied with the PhotoShop CS2 SDK. I opened with VC7.1 the solution file (Listener.sln) and...
View ArticleError when try to build listener project
I am trying to build the listener project using VC++6. But I get such errors:<br />//==============================================================/<b r />--------------------Configuration:...
View ArticleDelay Photoshop redraw
This from the AutomationFilter example causes Phohtoshop to redraw. //-------------------------------------------------------------------- -----------//// AutomationFilterData::Redraw// //...
View ArticleLooking for Photoshop Plugin Software Developer
Anyone know where I can find a software developer to create a Photoshop Plugin? Not having any luck finding programmers with knowledge of Adobe code. Or, is anyone a developer that can help? Please...
View ArticleHow to Recover Layer Masks From a Format Plugin
Hi !! I am writing a format plugin that support multiple layers. Each of the layers can have their own mask (I need to be able to edit those masks). When I try to save this multiple layers multiple...
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 Article