developing 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 ArticleFileFormat: Reading transparency and color data separatley
I have a problem reading data via my file format plugin.I can read the different layers in the format in Lab color mode (8-Bit).In the file there is a layer transparency mask (1 byte for every pixel),...
View ArticleHELP FOR RUN PHOTOSHOP IN COMMAND PROMPT AND OPEN FILE
HELLOi have problem for run photoshop in cmd(command prompt) andopen a file immediatefor example:D:\Program Files\Adobe\Photoshop CS>Photoshop.exe -open -f:\1.jpgbut these not answerI need parameter...
View ArticleBUG: Server exception when saving for web (COM scripting)
Hello, I'm scripting Photoshop CS3 through COM, using Python. The COM api is exactly the same as for Visual Basic, so the code example below should be equally trivial to follow for anybody. I've...
View ArticleNon modal Dialogs in photoshop
Hello, Photoshop doesnot support non-modal dialogs designed using ADM.Is there any other way to have non-modal dialogs or panels in photoshop, similar to the Layers (Window->Layers) panel....
View ArticleDo the plugins with file type .8bf work in Photoshop CS5 under Mac OS (any...
I saw an article saying so:http://www.fileinfo.com/extension/8bf but when I placed one in my plugins folder and restarted PS, it does not show up.
View ArticleHow to keep a photoshop plugin from being unloaded
I've written an automation plugin for photosho with Visual Studio 2005 & Photoshop SDK. When I click the menu, I want to show a non-modal dialog, which is created by ADM. Finally, when I got...
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 ArticleWhy does Topaz simplify4 in the compete package not work but version3 (bought...
Why will Topaz simplify 4 not work when version 3 will? I bought number 3 then bought the complete package so have both in the filter list. Should I un-install 3?
View ArticleLayerid layid
Hi, I have a question. What is the property lyid (layer id) into the psd file?Is it and identify that not changes after editing a saving psd file in photoshop? Seems that if I make some eidting to my...
View ArticleAdding a path to an image programmatically
I would like to insert a new path into an image. The image processing is happening in a Java application running on Linux. If that is not feasible, is there a way to do it from a web browser?
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 Articleadd item to context menu
Hi everybody! is it possible to add item in context menu when right button mouse clicking on layer?
View ArticleHelloWorld plugin
I couldn't find any tutorial that show me how we can write a plugin in photoshop. Anybody can show me a complete HelloWorld plugin creation by using c++?
View ArticleRead PSD from c++
Hi, I want read PSD file from my standalone application in c++.How can I do it? Is there some documentation? ThanksRino
View ArticleProblem with getting font name in PS CS5/CS6 plugin
Hello, When I call GetString method such as: error = sPSActionDescriptor->GetString(descFont, keyFontName, fontName, stringLength);on some .psd file which contains text layer(s), I get error -1715....
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 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 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 Article