Filling color in an image pixel by pixel in Photoshop
Hi, How can I fill different color pixel by pixel in n image in Photoshop? Thanks in advance.
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 can we get the font names of each text layer in a document?
Hi All! I wanted to know how we can get the names of fonts applied in each text layer in a psd file. I tried the following, int32 numLayers = 0; // calculate number of text layers.error =...
View ArticleGetting path to current document. Automation plugin
How to get path for current document? (C++ plugin) I've used listener and getter - but I cannot see that information there. I understand that there should be something in reverse of:...
View ArticleHow to detect plug-ins path for Photoshop CC?
Hi I downloaded new CC SDK but unfortunatelly in html doc there is not info how to detect a plug-in path for new Photoshop CC. Pdf doc also contains very old info (still for Photoshop 5.0) - Could you...
View Article32 bit dissolve example not working (proxies not displaying, crashes)
Hi We have just released a 64 bit Mac (cocoa) version of our plugin, which is going well. But we've had requests for a 32 bit version, for use with PS Elements (versions 9/10/11). In Xcode, I...
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 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 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 ArticlePerspective Grid Tool
Hi, I do programming with C++ & Python and this is first time i m going to make plugin for Photoshop.My aim is to create "Perspective Grid Tool" like in Adobe Illustrator.So please advice me ,...
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 Articleinstall dds plugins
I have been watching video's on youtube. I have downloaded the 64 bit version of NVIDIA dds here:http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop It installed under programfiles on my...
View ArticleArray of selected layers - how to get it
Hello Everybody I'm looking for a way to get all the selected layers as array. With app.activeDocument.activeLayer i can select only the top-most of the selected layers. There is a way to achieve this...
View ArticleMac 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 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 ArticleNeed to create photoshop plugin with UI in QT framework
Hi I need to develop a photoshop plugin using qt to create UI. I have two doubts regarding this- First, Is it possible to integrate qt UI with photoshop plugin and perform photoshop operations.-...
View ArticleTrying to build Dissolve plugin with Visual Studio 2012
I have fixed most of the errors that have been popping up so far but not sure what this one means. Error5error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning...
View ArticleFileFormat Plugin Access/Store selections
Hi everybody, I'm developing a file format plugin which reads/writes layered image data.The file format also contains selections. My question: How can I store these selections in the document so the...
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 Article