Developing filter plug-in: having trouble storing image buffer in the registry
Hi guys, I'm new to plug-in development and having a bit of trouble with storing information to the photoshop registry. My plug-in has two buttons, "capture" and "apply". When the capture button is...
View ArticleWhat version of Visual Studio should I use to build the samples in the CS5...
I just downloaded the plug-in SDK for CS5. I tried to build two of them in Visual Studio 2012. VS2012 had to convert them for me. The first one, 3DHeightField, failed abysmally, as it tried to...
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 to place raster images as smart objects?
I'm trying to duplicate Photoshop's File:Place menu functionality and I'm experiencing something that I can't figure out. (I've added my code to the end of this message.) I have a variety of test EPS...
View ArticleNative UI Documentation
Hello: How can I create a custom UI panel with native Photoshop look and feel? E.g. can I make a custom adjustment layer type, with UI that looks like one of the standard adjustment layers? Can I make...
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 ArticlePS Custom Format Plugin - Issue Reading Files > 2GB &< 4GB
Is this issue fixable within our format plugin code, or is it a photoshop limitation? I am new to Photoshop & Photoshop Plugins. I have reviewed the sdk photoshop documentation & searched...
View ArticleRetrieving information from the "Info Panel" with the SDK
Is there a way to get the information from the info panel? Namely the RGB and CMYK information from where the mouse is currently at?I planned to make a Logitech G13 Applet to show the information, but...
View ArticleGet image resource handle in filter plugin
Hello all, In the past, I have written filter plugin which reads slices data, using PIGetSlices()Now I need to get the information about layer comps. As far as I understand, it's image resource with...
View ArticlePhotoshop CS2 localized for BIDI Languages (Middle East)
I am hoping I can get a few questions answered.I need to purchase the CS2 version of Photoshop with Arabic (Saudi Arabia), Hebrew (Israel) and Urdu (Islamic Republic of Pakistan language packs.I have...
View ArticleBUG: Server exception when saving for web (COM scripting)
Hello, I'm scripting Photoshop CS3 through COM, using Python. The COM api is exactly the same as for Visual Basic, so the code example below should be equally trivial to follow for anybody. I've...
View ArticlePlug-ins that failed to load NO VERSION
I am trying to release a 64bit version of Windows plugin.I get the following issue when Photoshop CS4 64bit starts. Plug-ins that failed to load: Correct NO VERSION - - from the file...
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 ArticleAre 32-bit Cocoa plug-ins supported?
Hello, [Adobe Photoshop 12.0.1, CS5 SDK, OS X 10.6.4, Xcode 3.2.4] I'm converting my plug-in to use Cocoa but I'm experiencing crashes after my plug-in is closed (either by cancelling or when the...
View ArticlegetCustomOptions, putCustomOptions
I have a Photoshop CS5 panel that I want to have the functionality to save/load preset values. I used a Local Shared Object in Photoshop CS4. Worked fine. WOuld not work with Photoshop CS5. Compiles...
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 ArticlePsd Parse to get information about fonts used on layers via c#
Hi, I have given a task to read psd file made from photoshop cs5 from c# programming language. I had read psd file by using file format specification up to layer listings.But now I am stucked on...
View ArticlePhotoshop CS6 - eventSave callback
Hi everybody, I'm trying to develop my first plugin and I'm experiencing a problem.I'd like to export a file in a very specific format whenever I save a PSD file, without having to save it in a...
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 ArticleMATLAB Support in Photoshop CC
Hello,Using this page:Downloadable content (plug-ins) I was able to download Photoshop MATLAB Toolbox.I used to work with it in Photoshop CS6 Extended. Yet now, After upgrading to Photoshop CC it...
View Article