How 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 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 ArticleAutomation Plugin errors on Mac OS X 10.9
Our 'Blow Up' image enlargement product utilizes both an "8li" automation plugin and an "8bf" plugin to perform image enlargment in Photoshop. The 8bf plugin runs the user interface and does the actual...
View ArticleHELP FOR RUN PHOTOSHOP IN COMMAND PROMPT AND OPEN FILE
HELLOi have problem for run photoshop in cmd(command prompt) andopen a file immediate for example:D:\Program Files\Adobe\Photoshop CS>Photoshop.exe -open -f:\1.jpgbut these not answerI need...
View ArticleHow to find out the Total ink coverage?
How to get the total ink coverage value(which shown in info palette) for every pixel in tif(CS3) images using sdk. Kindly advise me.
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 ArticleDll missing issue
Hi,I have created an automation plugin and I am using a code snippet in this plugin created by listener to use a third party plugin. When I execute that code I am getting "filechck.dll missing"error....
View Articlehow download plugins, photoshop
I am trying to download a plugin for photoshop cs5 extended, picture package and I found it , but when I try to download it, it says can not because it is the wrong document. how do I get this plugin.
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 Articlegetter example crashes Photoshop CC
I was having an issue in my plugin and I managed to reproduce the issue with the example plugin "getter". Here's what I do. I open two .PSD files then select File->Automate->Getter For me it...
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 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 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 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 ArticlePSD Format - how to read compressed data from Image Data Section?
Has anybody tried to read ZIP-compressed data from the Image Data section in PSD file format? I tried to read data compressed with predication as well as without prediction, but had no success - the...
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 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 ArticlePlugin Type
Hello, in the FAQs of the Photoshop API's documentation it is said, that there are seven types of plugins, Import, Export, File Format, Filter, Selection, Color Picker, and Automation.Which category...
View ArticleWriting PSD with layers
I'm trying to generate a Photoshop file with Adjustment Layers. Does anyone have any pointers, or know of any methods of diagnosing problems in the file? I've been able to make a file with multiple...
View ArticleHot to call import plugin from automation plugin
Hi, I was able to call filter plug-in from my automation plug-in. Now I'm stuck in calling import plug-in.I build GradientImport example from PhotoshopSDK, and modify resource PIPL to have unique...
View Article