Errors 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 ArticleCreating my first Photoshop plugin
Hi all, I am a programmer, I program in PHP, and Obj-C, I know C++ quite fair. I also Design web templates & code them. I need a plugin for photoshop, I searched it but I couldn't find it. So I...
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 ArticleCS5.1 overrides CS5 registry entries, how do I get the photoshop installation...
Hi there, I'm creating a installer for my Photoshop plugins, so I need to find out Photoshop installation directory. I did this by looking for registry 'HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop\',...
View ArticleThe dds about Adobe Bridge
My Bridge can't see the DDS pictures for 64bit Win7, how can i do ? i'm like bridge,but it don't love dds pictures by my job. I has installed dds plugin for photoshop also no use.
View ArticleWill there be an updated SDK for OS 10.9?
I'm trying to standardize my build system on XCode 5.1+ and the 10.9 SDK, but currently the PS SDK requires the 10.7 SDK, which requires fiddling with SDK packages in a kludgy way. Are we stuck with...
View ArticleSave command currently not available
Hi I have created a Photoshop plugin and it was working fine..Now suddenly I am facing an issue..On execution, I am getting an error "Save Command is currently not available". I have not changed...
View ArticleWhich 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 ArticleAccess extension panel
Hi, I would like to know how to access installed extension (plugin) panel via script in Photoshop CS6, for example by charIDToTypeID. Script Listener says nothing when I run any extension item 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 ArticleWhat is the preferred way to handle ASUnicode data?
The ASUnicode typedef is incompatible with wchar_t but seems to be compatible as far as I can tell. I'm only currently dealing with ASCII-compatible characters but certainly don't want to cause any...
View Articleautomating PS Print Dialog
I want to write a desktop app that will pull images from a private storage somewhere in the cloud, and print it through Photoshop. I am aware of the PS Connnections API and would like to know if anyone...
View ArticleHow to query active tool?
Hello! I am writing a Photoshop plugin that needs to disable itself when certain tools are active.I have added a callback for the select event, based on the Listener example, and am mostly happy with...
View ArticleIs the PlugPlugOwl.dll in PS CC equivalent to the PlugPlug.dll from PS CS6?
From the Extension Builder website it seems Photoshop CC should support hybrid extensions, but there doesn't seem to be an update to the nativeapptoolkit. Using the CS6 nativeapptoolkit in a Photoshop...
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 ArticleWriting Unicode characters to scripting parameters on Windows
I am trying to read/write a file path that supports Unicode characters to/from scripting parameters (PIDescriptorParameters) with an Export plug-in. This works fine on OS X by using AliasHandle...
View ArticleIs it possible to create a 'General' plugin with C++ SDK?
The SDK mentions that we can create 'Automation', 'Export', etc plugins with C++? Do these types have their limitations? For example, can't an 'Export' plugin access the whole API exposed to an...
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 ArticleFileFormat: Reading transparency and color data separatley
I have a problem reading data via my file format plugin.I can read the different layers in the format in Lab color mode (8-Bit).In the file there is a layer transparency mask (1 byte for every pixel),...
View ArticleFilter Plugin: Accessing image file data
Hello,I have just started working with photoshop cs6 sdk and plugin development, so I will like to apologize in advance if I ask any stupid questions. I need to write the pixel data to the canvas...
View Article