Android Remote Connection Sample App Networking Error
Hi, I've downloaded the Photoshop SDK and have been playing around with the Photoshop Images sample app for Android that remotely displays your PS document on you device. Since this project was built...
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 ArticleRotate command not currently available
I am creating an automation plug-in that needs to rotate the image. Here is the code to call the eventRotate command:{PIActionDescriptor...
View ArticleWhat is the preferred way to handle ASUnicode data?
The ASUnicode typedef is incompatible with wchar_t but seems to be compatible as far as I can tell. I'm only currently dealing with ASCII-compatible characters but certainly don't want to cause any...
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 ArticlePhotoshop Plug-In directory localized names
Hello,I want to build an installer that automatically finds the right destination directory for a plug-in. The only problem I have is that Adobe uses localized names for the "Plug-Ins" directory as...
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 ArticlePlugin directory under Mac OS
Hi! Does anyone know how I can figure out where the filter plugin directory is under Mac OS? (Under Windows it's in the registry - that works fine)Or being able to access resources inside the plugin...
View ArticleExecute hidden filter with explicit target
Hello,I would know if it is possible execute, in automation filter, an hidden filter with explicit target. I would apply a modified hidden filter on all image open in photoshop,at this moment I use...
View ArticleUse AIR sdk in a panel
Hello, I'd love to be able to access the file system with a panel. I've read that after cs5 panels use the AIR framework, but I'm not entirely sure how to use it. I'm currently using the flex 3.4.0 sdk...
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 Articleplugin help
I just purchase photoshop cs6 for some reason it does not have any of the filter plug ins I tried to move them over from my cs4 and it says that photoshop does not recognize these files. I do not have...
View ArticleCategory { "**Hidden**" } works for plug-in on 32 bit hosts but fails on 64...
I am experimenting with a simple plug-in that is supposed to execute a single specific task in combination with a PS panel. So the panel's interface is written in Flex which calls my plug-in via jsx...
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 ArticleAnimation + Save for web accessible from javascript ?
Hello. i'm quite new to scripting in cs4. I did a very little script to get illustrator artboards available as gif files : /********************************************************** fr32c Exporter les...
View ArticleResizing Images with Photoshop programatically (SDK) ?
Hello, We have more 100,000+ master images that must be resized down programatically (over a nightly batch job). We are losing photoquality when resizing these images (JPEGs). However, when I resize...
View ArticleCall Script through plug-in.
Hello,I have written script(.jsx).I want to execute that script throught photoshop CS3 plugin(Like indesign we call script through plugin).Is it possible call script through Plugin?if possible then...
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 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 Articlebuilding a plug-in host
Hi!I am looking for building a "plug-in host" for photoshop plug-ins. In other words: an application that accepts photoshop plug-insDid, someone know where I can find help on this topic?I read that...
View Article