Mac SDK example plugins - none compile (Missing Base SDK)
Hi All I'm a Windows developer, and it's been a long time since I've developed our plugin for the Mac (10 years ago using powerpc, codewarrior etc), so my Mac skills are rusty. I thought I'd start with...
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 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 ArticleDelay Photoshop redraw
This from the AutomationFilter example causes Phohtoshop to redraw. //-------------------------------------------------------------------------------//// AutomationFilterData::Redraw// //...
View ArticleIntroducing HTML5 Extensions
When Creative Cloud was launched in June 2013, we added support for HTML5-based panels in several Adobe products. These new panels open up the world of panel development to a wider range of developers...
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 ArticleAndroid 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 ArticleQuestions about PSD file formats
During thestudy thefile formatthearticleraisesquestions. Question 1. I would like to knowhow toanalyzethe image data. I've a document that describesthe fileformat, a description ofthe image datais...
View Articlehalftone patterns/paths
does anybody know if there exist any plug in or something to make halftone paths or patterns in different shapes than just the existing ones dots, circle and line. i want to have some other interesting...
View ArticleCode for reading Custom Shape Files?
Hello,Can anyone please point me to information regaringthe CSH file format? (the regular file format pdf doesnot containt that information).ThanksSol
View ArticleWriting Merged composite image to PSD file??
Hi,I'm developing PSD file writer which adds layers to PSD file.Can anyone tell me how to write merged composite image to psd file,so that it shows composite image when i open that PSD file in other...
View Articlehow to use Selection.select()
Today I wanted a minor script to create a selection. Should have gone easily via: app.activeDocument.selection.select(...) The Photoshop CS4 JavaScript Ref.pdf says the "select" method of the Selection...
View ArticleLayer hierarchy - Groups and Shapes
Hello, I am trying to get a tree of layers from .psd file.My code is based on information found in Photoshop SDK 3.0.4. I didn't find any newer SDK with file format definition.What I need is just to...
View ArticleCustom Panel gives Error #2032
Hello, I have created the most basic custom panel from the example documentation in CS5 SDK for Windows, which consists of a label that says "Hello World." However when I try to open the extension in...
View ArticleBuilding SDK CS6 for OSX 10.9 XCode 5
As a fun weekend Photoshop project I thought I'd see what it took to write a Photoshop CS6 filter plugin. So I downloaded the CS6 SDK and opened up the Dissolve sample. Right away I see errors about...
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 ArticlegetCustomOptions, putCustomOptions
I have a Photoshop CS5 panel that I want to have the functionality to save/load preset values. I used a Local Shared Object in Photoshop CS4. Worked fine. WOuld not work with Photoshop CS5. Compiles...
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 ArticleI'm the author of libpsd, and I'm looking for Photoshop CS3 specs.
Libpsd is the Photoshop file format decode library in C language with full source code. My name is Patrick. I spent half a year to implement libpsd. I finished most of the features under Photoshop CS...
View ArticlePhotoShop JavaScript API - know path of script in CS2
hello, another question... :] in photoshop CS3 with ExtendScript 2.0, i get the script path with$.fileNamefor example:the fileName method of $ return the:"~/Desktop/script.jsX"it is correctly!!!The...
View Article