Automation 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 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 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 ArticleWill Adobe ever add support for JPEG-XR?
There's been quite a bit of work done on the Flash Player to display and export JPEG-XR files. During the Flash CS6 prerelease, the Flash team talked about additional JPEG-XR support for things like...
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 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 read initial paragraph baseline offset from PSD file
Hello, I'm trying to programmatically read meta data from a PSD Text layer about the initial baseline offset for a paragraph [hopefully the right term here] - can someone point me in the right...
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 ArticleAny way to add custom data to a channel?
Hi, I need to save some customized data to a spot channel, but didn't find out how to do it. I created the spot channel by 'sPSActionControl->Play(&result, eventMake, descNewSpotChannel,...
View ArticleIs it possible to open/modify a psd through the sdk without opening photoshop?
I am just starting to study the sdk, but all the examples I have seen are reading psd documents like this (example in C#): var app = new Photoshop.Application();var documents = app.Documents; I don't...
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 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 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 ArticleAdobe creating an app-building software program?
Any guesses whether or not Adobe might ever create an app-building software program in the not too distand future? I've been tempted by some other 3rd party plug-ins like Kwiksher and Corona, which...
View Articlehow to get the \filter directory from registry (or other) during installation...
Hello I made a script to install the plugin because it needs some libraries to be installed as well, but during the installation, the filter directory isn't defined (it isn't the same for each platform...
View ArticleQuestion about 32 bits pictures
Hello all I'm developping a photoshop plugin, but unfortunately i don't own the latest Photoshop and i can't try the RGB 32 bits mode. Acrually on my version there is 32 bits mode, but it changes the...
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 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 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 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 Article