Error in compiling sample project of photoshop CC 2014
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...
View ArticleTo set minimum size of flash panel
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!
View ArticleDoes anyone know the specification of the Lr16 block inside PSD/PSB files?
The PSD file format spefication documentation doesn't contain the specification of the Lr16 block. How can I find it?
View ArticlePhotoshop CC: Calling PIUGetInfoByIndex causes an exception when searching...
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...
View ArticleDisplaying UTF-8 strings in a Photoshop Panel
Hi all, I'm passing a UTF-8 string from my plugin to my Photoshop panel and using that string to set the label on a control. This looks fine until it tries to display a non-ASCII character such as an...
View ArticleFileFormat Plugin Access/Store selections
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...
View ArticleQuestions about PSD file formats
During thestudy thefile formatthearticleraisesquestions. Question 1. I would like to knowhow toanalyzethe image data. I've a document that describesthe fileformat, a description ofthe image datais...
View ArticleHow can I get and Update the TextItem content of a Photoshop layer using the...
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....
View ArticleAlpha channel data with layered format plugin
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...
View ArticleMeaning of Txt2 section of PSD file
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...
View ArticleShared global data in multi-plugin file
Ok, I see that in the SelectoramaShape example that it is possible to put multiple plug-ins in a single file...cool. My question: is global data visible/shareable between the plug-ins? My situation is...
View ArticlePlug-in on top level of Filter menu
Is that possible? It just seems a bit stupid to have a 'Vendor' category that only has one plug-in under it...(Already tried setting 'Category' to "" in .r file: no joy.)
View ArticleSuspendHistory question
Still working on my three-plugin hybrid widget. For those of you who missed the other thread, there's a hidden automation plugin ("Master") listening for the user/script/action to execute a filter...
View Articlevb.net (or c#) to photoshop batch
Trying to automate Photoshop from .Net application. Works fine with documents, layers, but getting error on batch method:Dim appRef As Photoshop.ApplicationappRef = New ApplicationClassDim batchOpt As...
View ArticleFullPathToAlias: Character Conversion
Hi! I use the FullPathToAlias-function to create an alias for open a document in photoshop.This function works fine with UTF8 names on Windows, but fails on Mac if there are any special characters like...
View ArticleConvert16to8 uses a short for count?!?
I'm trying to use the Color Space suite to convert 16-bit image data to 8-bit so that I can draw it. First, why in hell can't Photoshop plugins draw 16-bit image data, when Photoshop itself clearly...
View ArticleCan I use Windows MFC to develop user interface for Adobe photoshop plug-in?
Hi I need to have some of the controls like image list ( displaying thumbnail preview) and tree controls. I think it is difficult achieve the same using the ADM controls. I was wondering whether I am...
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 Articlepsd and psb File Format Specifications
Besides these 2 documentsa) Photoshop CS File Formats Specification October 2003b) Adobe Photoshop 6.0 File Formats Specification Version 6.0 Release 2.0 November 2000 Are there any other documents...
View ArticlePhotoshop file formats pdf
Hi, I'm writing a drawing application that supports layers, and would like to be able to write to a layered .tif file that photoshop can understand, and translate into layers. In the tiff 6.0...
View Article