How can I temporarily disable hotkeys in photoshop?
Hi all, I have a plugin in C++ that starts an external process. This process has UI and his event loop. That event loop runs in external code so that I cant use the regular dialogproc to capture...
View ArticleCan I get photoshop SDK?
I want to use some function like photoshop for my own application.So, I need a photoshop SDK,not for plug-in.whether it is free or not.Can I get ? (Personal information removed) Thanks Message was...
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 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 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 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 ArticleHow to read&write pixel values of a document for an Automation plugin?
Morning everyone, I am developing an automation plugin to process several images at a time. A key step to implement this plugin is to read all pixels of these images. I know for Filter plugin we can...
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 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[PSD Format] Image Data Section vs. Channel Image Data etc.
Hi -Newbie here. Would someone be kind enough to clarify the following points of confusion: 1. On the difference between the Channel Image Data section(s) of a PSD file and its Image Data Section: my...
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 ArticleNew sdk for CC version of PS?
Is there a new version of the sdk coming for the CC version of Photoshop? If so, is it available now? Thanks,RONC
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 do the really simple stuff? changing tool, setting color etc
Hi all, I've been trying to do a color picker. I have managed to get it running with a UI and all looks sweet, but I have no clue how to actually do anything! Photoshop launches it just fine. Simple...
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 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 ArticleMaking Xcode 4 Projects for Mac OS
Hi ,SDK doc "Making Xcode Projects for Mac OS" shows how to create project with pretty old Xcode Version 3.1.2.Can anyone tell me how to create basic plugin project using xcode 4 with cocoa support , I...
View Articlegetting the foreground color - or - subscribing to events
Hey guys, I'm still working on my native color picker. It's up and running and looking good. I've implemented so that the eyedropper tool is chosen when the cursor is moved outside the window (using...
View ArticleIntroducing HTML5 Extensions
When Creative Cloud was launched in June 2013, we added support for HTML5-based panels in several Adobe products. These new panels open up the world of panel development to a wider range of developers...
View ArticleHow do I access layers from a C++ plugin?
What is the data structure that can be used to access the list of layers from within an Export plugin written in C++? Any pointers to where I can find some sample code would be appreciated.
View Article