Sign in to follow, share, and participate in this community.
I have previously used the trial successfully but it expired and I deleted it and then bought the Portraiture package only to be told that I have to install the trial and can then only enter the license key. The trial... I have a function call in an automation plug-in that searches through the documents opened in Photoshop and attempts to get the name of each document (to compare it to a name that is passed in). When this piece ... The PSD file format spefication documentation doesn't contain the specification of the Lr16 block. How can I find it? I am a digital illustrator with no background in programming. I want to use an image style I have developed that incorporates the the Oil Paint filter as an important step in the creation process. The filter works as ... Hello, I am trying to get some information about Type Tool from PSD file into my program. In Adobe Photoshop File Formats Specification (see Txt2) you only say, that there is a length of data + Raw bytes for text en... I am developing a flash panel in PS CS5. I have tried many way to set minimum size of panel window, but they don't work. I have not idea how to do this now. I'm waiting for your HELP. Thank YOU! Hello, Using this page: Downloadable content (plug-ins) I was able to download Photoshop MATLAB Toolbox. I used to work with it in Photoshop CS6 Extended. Yet now, After upgrading to Photoshop CC it... Hi, I am trying to compile sample project "Outbound" of Photoshop CC 2014, but it is showing me error, "Parse Issue: Unknown type name 'DialogPtr' " in DialogUtilities.h file . DialogUtilities.h is part of "... How do I transfer all my plug-in filters, etc. from CS6 to PS-CC? Hi I have developed an automation plugin and it is working fine till CS6. For CC 2014, it works fine on my machine but on other machines it gives errors like "Cannot flatten, or cannot rotate".. Can you please guide ... Hello all, In the past, I have written filter plugin which reads slices data, using PIGetSlices() Now I need to get the information about layer comps. As far as I understand, it's image resource with 1065 res... Hi all I had tested the sample-code for Disolve ... ...\pluginsdk\samplecode\filter\dissolve I placed the dll file "disolve.8bf" in location as C:\Program Files (x86)\Adobe\Photoshop CS6\plug-ins\Disol... I have a layered format plugin and I am trying to write the alpha channel information separately. I have set up channelPortProcs and I am attempting to read the pixel data with readPixelsProc. The issue is that even t... Hi, I have been trying to implement a format a plugin for a format that supports multiple layers. The issue is that the layered format example from the PS CC SDK does not work with PS CS 5.1. When I try to sav... Is it possible to add a toolbar button to invoke a, say, Automate plugin? It would be preferrable if a user can call the plugin with a single click, instead of having to go 'File-> Automate-> plugin_name'. Is there a way to suspend UI during execution of automation plugin (C++ Windows, Photoshop cs5-cc). I mean updating display when plugin opens closes docs, add or remove layers. Cna i suspend that and resume it after... I have a .NET C# application that takes Unicode language translations from Excel spreadsheet cells and inserts new, or updates existing, layers in a Photoshop document using the Photoshop COM object. All works w... Hello guys, I currently use the standard Photoshop JPEG2000 plug-in (v. 14.2.1) in Photoshop CC 14.2.1. Is this plug-in version totally compatible with any / all Photoshop version between CS5.1 and the curren... I want to know the title of menu which is clicked. We can know the menu title of photoshop cs. Photoshop's menu is drew when we open the menu from cs2. I got the DRAWITEMSTRUCT information when I monitor the WM_DRAWI... Hi everybody, I'm developing a file format plugin which reads/writes layered image data. The file format also contains selections. My question: How can I store these selections in the document so the ...