Need precise description of tile data received after advanceState()
I am working on my first filter. It isn't running yet, so the code I use to get a tile of data from Photoshop (modified slightly from the Dissolve sample) is just a guess:...
View ArticleIDE Alternatives to Microsoft Visual C++?
Hi! I'm looking for a less costly alternative to Microsoft Visual C++ for developing Photoshop plugins. Visual C++ Express won't do, apparently, since it doesn't support 64-bit, which the Photoshop SDK...
View ArticleHow can I temporarily disable hotkeys in photoshop?
Hi all, I have a plugin in C++ that starts an external process. This process has UI and his event loop. That event loop runs in external code so that I cant use the regular dialogproc to capture...
View ArticleMultiple plugins for the same file type
I'm making a format plug-in that operates on DirectX DDS files. Photoshop already had a plug-in to open them, but I want mine to take priority (without deleting the original plug-in). According to the...
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 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 ArticlePhotoshop CS2 localized for BIDI Languages (Middle East)
I am hoping I can get a few questions answered.I need to purchase the CS2 version of Photoshop with Arabic (Saudi Arabia), Hebrew (Israel) and Urdu (Islamic Republic of Pakistan language packs.I have...
View ArticlePhotoshop Plug-In directory localized names
Hello,I want to build an installer that automatically finds the right destination directory for a plug-in. The only problem I have is that Adobe uses localized names for the "Plug-Ins" directory as...
View ArticleExport plugin
Hi, everybody.I'm new in a Photoshop plugin developing and I need your help.I need to build a Layer's tree (for example layers rectangle coords) with Export plugin.But I have a problem with:1. how to...
View ArticleHow to find out the Total ink coverage?
How to get the total ink coverage value(which shown in info palette) for every pixel in tif(CS3) images using sdk. Kindly advise me.
View ArticleDll missing issue
Hi,I have created an automation plugin and I am using a code snippet in this plugin created by listener to use a third party plugin. When I execute that code I am getting "filechck.dll missing"error....
View ArticleLooking for Photoshop Plugin Software Developer
Anyone know where I can find a software developer to create a Photoshop Plugin? Not having any luck finding programmers with knowledge of Adobe code. Or, is anyone a developer that can help? Please...
View ArticlePhotoshop Blur function
Hi,Does anyone how the Blur and Gaussian blur filter are implemented (I mean what is the mathematical calculation for each pixel). In particular what exactly is the radius in the Gaussian blur and how...
View ArticleHow to get the pixel data so as to work on it?
Hi all,I am trying to write a plug-in that will crop and scale the image, edit the selection in the image document based on image data. For this purpose I need the pixel data of the image. How to get...
View ArticleHow to Recover Layer Masks From a Format Plugin
Hi !! I am writing a format plugin that support multiple layers. Each of the layers can have their own mask (I need to be able to edit those masks). When I try to save this multiple layers multiple...
View ArticleAutomation plugin as action and via File/Automate
Hi, I have an Automation plugin that is scriptable (it has a number of exposed scriptable parameters and can be recorded and run from Actions palette). The plugin displayes the UI when it is called...
View ArticleProgramming filters with Xcode + Interface Builder - Examples?
Hi,I've figured out how to make a working PC Photoshop plugin and am now figuring out the Mac side. What is a reasonable method for creating/altering the GUI... e.g. altering the Dissolve filter...
View ArticleCS3 Public Beta - MacTel - Plug-Ins
How many developers have downloaded the CS3 public beta?How many developers have downloaded the CS3 public beta SDK?How many developers have their plug-ins running natively on MacTel? UniversalBinary?I...
View ArticleReading image layers
Hi guys,I am developing an application to read an image format and convert it to my proprietary format. I want to read/get the layer information of the image, each graphic object associated with the...
View ArticleHow can I export Text Layer as PNG?
I'm extending the Outbound sample to have each layer exported as a PNG file. I got it done for RGB layers, but it does not work for Text Layers. For text layers I got the rectangle where the text...
View Article