Which 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 ArticleErrors in PSD specification
Hello, I am trying to make a program, which loads and parses PSD files. I am using this specification: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ from June 2013. I have found many...
View ArticleI'm the author of libpsd, and I'm looking for Photoshop CS3 specs.
Libpsd is the Photoshop file format decode library in C language with full source code. My name is Patrick. I spent half a year to implement libpsd. I finished most of the features under Photoshop CS...
View ArticlePhotoshop Plug-In directory localized names
Hello,I want to build an installer that automatically finds the right destination directory for a plug-in. The only problem I have is that Adobe uses localized names for the "Plug-Ins" directory as...
View ArticleRead PSD from c++
Hi, I want read PSD file from my standalone application in c++.How can I do it? Is there some documentation? ThanksRino
View Articlehow to use Selection.select()
Today I wanted a minor script to create a selection. Should have gone easily via: app.activeDocument.selection.select(...) The Photoshop CS4 JavaScript Ref.pdf says the "select" method of the Selection...
View ArticleAdobe creating an app-building software program?
Any guesses whether or not Adobe might ever create an app-building software program in the not too distand future? I've been tempted by some other 3rd party plug-ins like Kwiksher and Corona, which...
View ArticleExecute hidden filter with explicit target
Hello,I would know if it is possible execute, in automation filter, an hidden filter with explicit target. I would apply a modified hidden filter on all image open in photoshop,at this moment I use...
View ArticleExport layers to JPG file
Hi, I wants to export only a single layer as JPEG file in Automation plugin. I have gone through the the implementation in which every layers in the current document is exported as files. But i wants...
View ArticleIDE Alternatives to Microsoft Visual C++?
Hi! I'm looking for a less costly alternative to Microsoft Visual C++ for developing Photoshop plugins. Visual C++ Express won't do, apparently, since it doesn't support 64-bit, which the Photoshop SDK...
View ArticlePhotoshop CS5 bug, can not copy/cut from JS - PC only.
I have stumbled upon what I believe is a serious bug in PS5 when using extensions or panels. It seems that copy and cut via JS do not work on Windows! Do this:Using Adobe Configurator 2.0 create a new...
View ArticleLayerid layid
Hi, I have a question. What is the property lyid (layer id) into the psd file?Is it and identify that not changes after editing a saving psd file in photoshop? Seems that if I make some eidting to my...
View ArticleOur plugin UI is opening behind PS untabbed document window
When Photoshop is set to not use tabbed windows, when our plugin UI opens up it opens BEHIND the PS document windows. This is even for a UI that is launched as a separate process. Is there any way to...
View ArticleAdobe Photoshop CC SDK and PlugPlug API
#I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old...
View ArticleHow can i create a filechooser button inside the plugin window?
Hi i'd like to create a filechooser button to load/save but inside the plugin window. Is it possible ? if yes how can i do that ? and i need the algorithm to be Mac/Windows compatible if possible...
View Articlehalftone patterns/paths
does anybody know if there exist any plug in or something to make halftone paths or patterns in different shapes than just the existing ones dots, circle and line. i want to have some other interesting...
View ArticleCategory { "**Hidden**" } works for plug-in on 32 bit hosts but fails on 64...
I am experimenting with a simple plug-in that is supposed to execute a single specific task in combination with a PS panel. So the panel's interface is written in Flex which calls my plug-in via jsx...
View ArticleAbout box issue in filter samples
I'm trying to create my first Windows filter plugin using the CS2 SDK Invert sample as a base. The sample code about box does not work (plugin crashes, with an error in Photoshop): AboutRecord *...
View ArticleDissolve plugin example won't build in Xcode
I am attempting to get the disolve plugin to build and I keep getting an error inside the Dissolve.ccp file This is the line that is giving me an errorgFilterRecord = filterRecord; and this is the...
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 Article