About box issue in filter samples
I'm trying to create my first Windows filter plugin using the CS2 SDK Invert sample as a base. The sample code about box does not work (plugin crashes, with an error in Photoshop): AboutRecord *...
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 ArticleHow to Get Prints that Look like what I see on my Monitor
I am giving CDs with Xmas card images for clients to take to their local printer and print their Xmas cards. But they are getting different results than what I saw on my monitor -- often much darker....
View ArticleHow to get all layer coords, sizes, and move them?
I just downloaded the SDK and it seems like a vast amount of information for something pretty simple that I need to do.I need to get all the sizes and coordinates/location refs of all layers (in...
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 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 ArticleColor space conversions to/from XYZ broken?
I have just started writing a plug-in in which I need to convert data from an RGB space to XYZ and back again. For this I am using the sPSColorSpace->Convert16 function.Unfortunately, it seems that...
View ArticleCan I use Windows MFC to develop user interface for Adobe photoshop plug-in?
Hi I need to have some of the controls like image list ( displaying thumbnail preview) and tree controls. I think it is difficult achieve the same using the ADM controls. I was wondering whether I am...
View ArticleMinimal do-nothing plugin for 64-bit PS CS5 on Mac
I'm looking for source code for a do-nothing PS CS5 plugin, just the bare minimum files that will be a valid XCode project, compile, and show itself in Photoshop. I'm working on Mac 64-bit Snow...
View ArticleCounting Layer Comps
I'm finally up and running with a basic skeleton of code. I've counted the number of layers (using keyNumberLayers) in a document, etc.Now I'm stuck again-- I'm trying to count the number of Layer...
View ArticlePhotoshop And Matlab Gray Levels
Hello.I'm using Matlab and Photoshop integration to manipulate some images. I found incompatibility between the two in the gray levels.Let's say I set Gray of level 30 in Photoshop (R=G=B=30) and use...
View ArticleScript for collapsing/expanding selected groups?
Hey all, Is it possible to create a script that collapses/expands selected groups? I know you can hold alt on an outer group that will expand all the inner groups but this functionality is very...
View ArticleHow do you ReadScriptParams for Automation Plug-ins?
I feel like a newbie for asking this. I have tried following the tutorial for this in the Photoshop Actions Guide, but I haven't been able to find the method sPSActionDescriptor.IsValid(), and I have...
View ArticlePhotohop plugin do's and don'ts
Hi,I'm new to the Photoshop plugin scene so please bear with me. I'm trying to determine if a plugin is the right way to go for the work I want to do. I can't seem to find a straight answer in the...
View ArticleCocoa drawing bugs
Hi has somebody already met a problem that Cocoa controls draw with bugs in plug-in UI? i.e. if use NSTableView and to scroll it quickly then some time NSTableView doesnt draw some lines. This bug...
View ArticleSwitchBoard (not responding)
My Mac OSX 10.5.8 Activity Monitor has an error reading SwitchBoard (Not Responding). Someone sent me this link for a possible solution. But I still need to uninstall the thing. I'm assuming this is...
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 ArticleNVIDIA Texture Tools plugin
I recently applied NVIDIA Texture Tools (http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop) which allows the exportation of .DDS files. My problem arises when I try to actually save my...
View ArticlePrecise move tool plug-in?
Hello, I am having a problem where I am doing automated action sets to make tiled textures out of multiple layers. However the only way I can make new actions is to record my actions and it is very...
View ArticleFilter plugin not loaded everytime
Hi, I am currently writing a filter Plug-in for Photoshop but I'm having an issue and can't find any clue of what is causing it. My plugin is sometimes loaded by photoshop and sometimes not. When it is...
View Article