How I can find what layers are selected(active) in export plugin
I write export plugin that should export only seleted(active) layers, how I can recive information about what layers are selected ?
View ArticleDelay Photoshop redraw
This from the AutomationFilter example causes Phohtoshop to redraw. //-------------------------------------------------------------------- -----------//// AutomationFilterData::Redraw// //...
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 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 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 ArticleIs there any photoshop API functions can let me open a file with photoshop in...
I used the function system("open file"), it works well in any other program.For example, system("open 1.psd"), this code can use photoshop open the file 1.psd .But it just don't work in my plugin...
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 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 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 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 ArticleCS5.1 overrides CS5 registry entries, how do I get the photoshop installation...
Hi there, I'm creating a installer for my Photoshop plugins, so I need to find out Photoshop installation directory. I did this by looking for registry 'HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop\',...
View Articlechange depth from 32bit to 8bit
Hey. is there asimple wayto change depth of image. I'm makking TMO filter plugin, and operate on 32bit image, laast operation i need to convert to 8 bit. Is there any function fot that? thanks.
View ArticleRunning Photoshop Droplet or Script without opening Photoshop
Is there a way that I can run a droplet, a set of photoshop actions or a script with out actually photoshop opening its application window.Essentially running Photoshop as a command App. What I know...
View ArticleRun Photoshop actions from .NET Windows service
Hello, I need to use Photoshop on a server-side and now I try to research how can I do it. I've implemented code which works with Photoshop (through COM) from console but when I use this code in...
View Articlei want to develop a plugin for photoshop cs6..how can i configure SDK on...
i want to develop a plugin for photoshop cs6..how can i configure SDK on visual studio 2010 and compile sample code..i have added all files but visual studio is unable to find some headers files..as...
View Article16bit photoshop filter
I've just started looking at developing filters for photoshop and have just looked at the Invert sample filter.Looking at the code and experimenting a bit gives the impression that 16bit mode (RGB)...
View Article[automation plugin c++] Create a new file from clipboard
Hi! I'm creating automation plugin using c++. I'm copying some selection, and want to create a new file with it (so, with clipboard). And I have a autogenerated code (from listener) for that: SPErr...
View ArticleFilters - Rendering using layers behind target layer?
I'm looking at writing a filter, but the image routine I'm porting does some very custom transparency/blending work and requires access to the bitmap data that's behind the layer the effect is being...
View ArticleHow 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 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 Article