How to Place an image onto a document?
I've been trying to build a plugin for placing images onto Photoshop document using a Mac that is based on the current "Dissolve" project provided in the CC SDK. I'm at the stage of trying to place an...
View ArticleDo the plugins with file type .8bf work in Photoshop CS5 under Mac OS (any...
I saw an article saying so:http://www.fileinfo.com/extension/8bf but when I placed one in my plugins folder and restarted PS, it does not show up.
View ArticleAutomation plugin as action and via File/Automate
Hi, I have an Automation plugin that is scriptable (it has a number of exposed scriptable parameters and can be recorded and run from Actions palette). The plugin displayes the UI when it is called...
View Articlecaputre event on html/js view for PS Document open and change
I want to refresh the extension view(html/js) when a new document is opened in photoshop or photoshop documents are switched.tried to add a listener via CSInterface.addEventListener but may be I am not...
View ArticlePhotoshop panel created with Flex question
Hi everyone,Im trying to create a simple panel in Flex that you would be able to create a new PS document. I want to pass 4 parameters from Actionscript to my Javascript function. For some reason Im...
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 ArticleCalling an Automation plug-in from a Filter plug-in
Is there any way to do this? Viveza seems to be able to do it in their plug-in, however, I haven't found anything in the documentation or examples detailing how to pass data from a filter plug-in to an...
View ArticleWPF control in Photoshop
I want to develop a plugin that has minimum interaction with the host application. For example, once the plugin is loaded, the user is able to open and edit images on the plugin interface. The images...
View ArticleFlex Photoshop Panel won't read local XML file
I've created a panel for Photoshop which reads an XML file to populate some controls. When run from Flash Builder 4 through the web browser it works just fine, but when run from within Photoshop the...
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 ArticleCreating a 16-bit file
I am working on translating EXRs into 16-bit PSD files. I have a PSD that was created by opening an EXR using ProEXR, converting it to 16-bit, then saving it out as a PSD. Here are some questions I...
View ArticleGet paragraph style details of text layer.
Hi All, I am developing an extension for Photoshop CS6 onwards. I want to get the paragraph style and its properties of my text layer. If I apply a new style and try to get the properties, I always get...
View ArticleHow to build my own HDR photoshop plugin?
Hi, I am a true fresh here and trying to build a HDR photoshop plugin, with an existing HDR merging algorithm in a static C lib. What I need to do is just to provide a file dialog to read in several...
View ArticlePhotoshop file formats pdf
Hi, I'm writing a drawing application that supports layers, and would like to be able to write to a layered .tif file that photoshop can understand, and translate into layers. In the tiff 6.0...
View ArticleGet Layer Groups from C++ plugin
Hi! I'm trying to get next things: 1) layers hierarchy 2) layers bounds rect 3) save every layer to PNG file -- Currently I can only get list of layers: auto&layerInfo =...
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 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 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 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 Article