add item to context menu
Hi everybody! is it possible to add item in context menu when right button mouse clicking on layer?
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 Articleposter
How do I print a poster so that it is broken up, overlapped and printed in several pages?
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 ArticleHow can a plugin know the host version ?
Hello, My format plugin needs to know which host version is calling it (CS2, CS3, ...) to adapt automatically (ex: CS2 does not support creating images with multi-layers). How can I get the host...
View ArticleHow can I see the alpha channel in the channels palette?
Hello, mi format plugin loads a rgba image. I see it with transparency, that's ok, but when I go to the channels tab I only see 4 items (RGB, Red, Green and Blue). How can I see the alpha channel of my...
View ArticleCorrupt/buggy thumbnail resource (0x0409) in PDD file
I've encountered a PDD file from Adobe PhotoDeluxe where the resource size and compressed size don't agree. The Compressed Size has a valid size for the JFIF stream, but the resource size appears to...
View ArticleHow to read path data?
Hello, I'm new to photoshop plugin development, and wondering how to read the path data in plugin? That is, the data generated by the pen tool.Thanks.
View ArticlePlugin directory under Mac OS
Hi! Does anyone know how I can figure out where the filter plugin directory is under Mac OS? (Under Windows it's in the registry - that works fine)Or being able to access resources inside the plugin...
View ArticlePhotoshop internal RGB colorspace question
Hi, 1) What kind of of RGB colorspace Photoshop uses internally sRGB, adobeRGB etc.?Basically in/from what colorspace should i convert data in m,y format plug-in on rear/write?Is it the same colorspase...
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 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 ArticleIs there any photoshop API functions can let me open a file with photoshop in...
I used the function system("open file"), it works well in any other program.For example, system("open 1.psd"), this code can use photoshop open the file 1.psd .But it just don't work in my plugin...
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 ArticleIs the PlugPlugOwl.dll in PS CC equivalent to the PlugPlug.dll from PS CS6?
From the Extension Builder website it seems Photoshop CC should support hybrid extensions, but there doesn't seem to be an update to the nativeapptoolkit. Using the CS6 nativeapptoolkit in a Photoshop...
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 ArticlePSD File specs
Hi,I contacted the partneship program to recieve the psd file specs.They sent me an e-mail with the link:http://partners.adobe.com/public/developer/photoshop/devcenter.htmlbut I couldn't find anything...
View ArticleFinding the path of your filter plugin programmatically?
Hi, I've been trying some time to get the path of my plugin so I can reference some resource files in a reliable manner (so no matter where my plugin is within the plugin directory it will work). I've...
View ArticleHow can i create a filechooser button inside the plugin window?
Hi i'd like to create a filechooser button to load/save but inside the plugin window. Is it possible ? if yes how can i do that ? and i need the algorithm to be Mac/Windows compatible if possible...
View ArticleActionReference crashes certain PSCC installs
Hello, I've got a few users of GuideGuide reporting that GuideGuide crashes Photoshop. I am not able to reproduce this error myself. I've been sending them various panels that segment the actions to...
View Article