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 ArticleHow to get the destination path in an photoshop sdk export plugin when using...
Hello, I've written an exporter plugin (not save-as) that exports a given file to a custom format. I was able to open a file selector dialog and choose a path that is then transported to the saving...
View Articledeveloping CS5 plugin on CS6
I need to develop a plugin for Photoshop CS5 for a Mac. Can this be done on Photoshop CS6 on a Mac?This is called Forward Compatibility, and I couldn't find information about this in the SDK...
View ArticleGet image resource handle in filter plugin
Hello all, In the past, I have written filter plugin which reads slices data, using PIGetSlices()Now I need to get the information about layer comps. As far as I understand, it's image resource with...
View ArticleDoes Photoshop support N-Color ICC profiles for soft proofing?
Hi All, Does Photoshop support N-Color ICC Profiles for soft proofing? If yes, then can anyone guide me? Thanks!
View ArticleFilter plug-in: How to mix my RGB image with source document image properly?
Hi All, My problem seems to be very common, but I can't find any answers in documentation. I made Filter plug-in. It composes RGB image and mixes it with user source image in the document.Now I load...
View ArticleCould plugin menu items change dynamically other than determined by PiPL resouce
As we know that a valid photoshop plugin contains PiPL resources, such as the snippet in .r file: Kind { Filter },Priority { 3 },Name { pluginName},Category { suiteName }, and then the plugin menu item...
View ArticleHow to read and write strings?
Hi, I'm new to photoshop plugin development and I'm checking dissolve plugin. I want to add a string parameter and then I should be able to read and write the string in ReadScriptParameters() &...
View Articlebrush behaviour: direction-based colour possible?
Hello,I was wondering if there might be a way to create a brush that changes colour based on the direction it's traveling on canvas. A similar behaviour already exits under Shape Dynamics to control a...
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 ArticleFilter > Sketch > Charcoal (Chalk & Charcoal)
I am trying to make an old black & white photograph look "charcoal like" for my boss When I use the Charcoal or Chalk & Charcoal filters it turns the fully black & white photo orange or...
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 ArticleLayer Information Font Size
Hi guys, For special project at work, we are parsing photoshop file to extract layer informations. Basically, we want to sumarize all the Type Tool Object information (font family, color, size, etc.)...
View Articlegrab image from photoshop using sdk
the following sampe in the sdk shows how the client requestsa thumbnail from photoshop. var idNS = stringIDToTypeID("sendDocumentThumbnailToNetworkClient")var desc1 = new...
View ArticleC++ vs Javascript speed question
Hi, I'm developping an automation script in javascript, but I have serious speed issues which are starting to be pretty worrisom.In my script, I need to scan through the layers and layerSets of the...
View ArticleFilter plugin not loaded everytime
Hi, I am currently writing a filter Plug-in for Photoshop but I'm having an issue and can't find any clue of what is causing it. My plugin is sometimes loaded by photoshop and sometimes not. When it is...
View ArticleAbout box issue in filter samples
I'm trying to create my first Windows filter plugin using the CS2 SDK Invert sample as a base. The sample code about box does not work (plugin crashes, with an error in Photoshop): AboutRecord *...
View ArticlePhotoshop "Server"
Hi Folks, I have a client wanting to use Photoshop in so to call it server mode.Basically it would be installed on a server and would use custom scripts for predefined actions on PSD files that are...
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 ArticleHow do I access layers from a C++ plugin?
What is the data structure that can be used to access the list of layers from within an Export plugin written in C++? Any pointers to where I can find some sample code would be appreciated.
View Article