Array of selected layers - how to get it
Hello Everybody I'm looking for a way to get all the selected layers as array. With app.activeDocument.activeLayer i can select only the top-most of the selected layers. There is a way to achieve this...
View ArticleFilling color in an image pixel by pixel in Photoshop
Hi, How can I fill different color pixel by pixel in n image in Photoshop? Thanks in advance.
View Articlegrab image from photoshop using sdk
the following sampe in the sdk shows how the client requestsa thumbnail from photoshop. var idNS = stringIDToTypeID("sendDocumentThumbnailToNetworkClient")var desc1 = new...
View ArticleHow to show alert messages in 64-bit plugin?
Hi All! I am developing a plugin for Photoshop CS5 on 64-bit Mac. I am using x86_64 configuration, so same plugin is compatible with 32-bit machines too. The alert messages I have used (using...
View ArticleLayerSet.Merge() throwing COM exception
Hi all, I'm using the COM interop for photoshop in my C# assembly to automate some actions in photoshop. The problem is that LayerSet.Merge() throws a COM exception in certain situations. I don't...
View ArticleDetect Last Transaction/Photoshop Response?
Hi I am using the iOS Photoshop SDK. I am trying to recieve several messages from Photoshop and am getting some overlapping. For example I try and get the number of documents open sending this:...
View ArticleIs there a performance difference between Automation Plug-ins and the...
We currently have a tool that, through the scripting system, merges and hides layers by layer groups, exports them, and then moves to the next layer group. There is some custom logic and channel...
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 ArticleNeed to create photoshop plugin with UI in QT framework
Hi I need to develop a photoshop plugin using qt to create UI. I have two doubts regarding this- First, Is it possible to integrate qt UI with photoshop plugin and perform photoshop operations.-...
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 ArticleHow to use Photoshop SDK into .Net
Dear All, I am new to SDK and I know .Net like VB.Net & C#.Net, I want to use SDK in .Net platform, is it feasible? Or is SDK only support C++ or VC++? please guide for the same. Thanks.
View ArticleWhy photoshop SDK sample code don‘t work in my Mac-OS10.7?
I used the photoshop SDK CS5. And complied the sample code hidden in the filter folder with my x-code. And I get the target file 'Hidden.plugin' . But it seems no use, when I puts it to the photoshop...
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 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 ArticleJpeg2000 plug-in version compatibility
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...
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 ArticleHow does Photoshop decide which dict file (tw10428.dat) should be loaded?
I want to add some ZStrings to dictionary file tw10428.dat, In my computer, the file is in folder "C:\Program Files\Adobe\Adobe Photoshop CS5\Locales\XX_YY\Support Files", Here XX_YY stands for locale...
View ArticleNVIDIA Texture Tools plugin
I recently applied NVIDIA Texture Tools (http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop) which allows the exportation of .DDS files. My problem arises when I try to actually save my...
View ArticleHelp me.
I have used PS CS5 I can not use plugin web gallery its apppear warning that "There is no template folder to run web poto gallery" How do I do please help me.
View ArticleCalling functions from PropertyUtils.h returns error!
Hello! I required the use of some functions defined in PropertyUtils.h class in the Photoshop SDK. I used PIGetLayerName() function. I hoped that all would be well, instead an error was returned with...
View Article