Building 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 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 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 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 ArticleJpeg2000 plug-in version compatibility
Hello guys, I currently use the standard Photoshop JPEG2000 plug-in (v. 14.2.1) in Photoshop CC 14.2.1.Is this plug-in version totally compatible with any / all Photoshop version between CS5.1 and the...
View ArticleHow to save a PNG with layers in Photoshop.
i am tryin to save a PNG with layers. Is it poosible ?What i found on the net is ....PNG is not meant for multiple layers. But still want to know if photoshop have its own proprietory standard for PNG....
View ArticleEXIF resource id 1058 and 1059
What is the difference between resource id 1058(EXIF data 1) and id 1059(EXIF data 3)?
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 ArticleGetting a SVG file out of Photoshop
Ok. You might think I'm crazy on this. I'm working on a flash application that reads in graphical elements based on SVG. That works great for InDesign and Illustrator files because both can save out as...
View ArticleHelp open image with Photoshop from VB.NET or c# project
I am trying to fix an issue in a VB.NET project. The project used to have an option to open files with Photoshop.The project includes a Photoshop.dll. The following call:Dim app As New...
View ArticleCamera Raw noise problem in Photoshop CS6
Opening a Canon .CR2 in Photoshop CS6, Camera Raw generates a significant amount of noise or graininess in the image compared with the simultaneously saved .JPG file. This results in the image from...
View ArticleDelay Photoshop redraw
This from the AutomationFilter example causes Phohtoshop to redraw. //-------------------------------------------------------------------------------//// AutomationFilterData::Redraw// //...
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 ArticleNative UI Documentation
Hello: How can I create a custom UI panel with native Photoshop look and feel? E.g. can I make a custom adjustment layer type, with UI that looks like one of the standard adjustment layers? Can I make...
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 ArticleAccess extension panel
Hi, I would like to know how to access installed extension (plugin) panel via script in Photoshop CS6, for example by charIDToTypeID. Script Listener says nothing when I run any extension item in...
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 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 ArticleUsing STL collections in Photoshop plug-ins
Hello!<br /><br />Would you explain one moment. I need use a lot of STL collections in my Photoshop plug-in.<br /><br />First, I try to write something like<br...
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