How 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 Articlehalftone patterns/paths
does anybody know if there exist any plug in or something to make halftone paths or patterns in different shapes than just the existing ones dots, circle and line. i want to have some other interesting...
View ArticleIntegrating Qt into a filter plugin
Hello, I've been developing a filter plugin that requires a pretty hefty UI. I've chosen to use Qt for this because I am deploying to both mac and windows, however, it's been a little nightmarish...
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 ArticleMulti-layer format plugin. 16 bits depth problem.
Hello! I'm creating a format plugin based on the simpleformat example. When I load the layers using 8bits depth I have no problem, but when I try to load the layers with 16bits depth, the colors are...
View ArticleWhy there is no release configuration on Windows for Listener plugin?
Hi All, I'm using Listener plugin from CS5 SDK. There is only Debug configuration on Windows example project. I created a Release configuration but i get linker errors if Code generation...
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 ArticleWhich layer is the target layer?
How can I determine which layer among those in the ->layersDescriptor structures corresponds to the target layer? In photoshop cc x64 pc -- all the read channel numbers seem to be unique-- all...
View Articlehow to use Selection.select()
Today I wanted a minor script to create a selection. Should have gone easily via: app.activeDocument.selection.select(...) The Photoshop CS4 JavaScript Ref.pdf says the "select" method of the Selection...
View ArticleRetrieving information from the "Info Panel" with the SDK
Is there a way to get the information from the info panel? Namely the RGB and CMYK information from where the mouse is currently at?I planned to make a Logitech G13 Applet to show the information, but...
View ArticleFileFormat-Plugin: Writing multi layer image
Hi, I've another problem with a FileFormat-Plugin. I want to write multiple layers to a file.The plugin is correctly supporting format layers and is receiving the "writeLayerStart" event. There I can...
View ArticleColor Picker not working????
When I go in to the color window to select a new color I can no longer choose anything, whether web only or not. Hexidecimal values work, and I can use the scroll wheel on the mouse to ever so slightly...
View ArticleCan i use Channel Ports Suite and advanceState in the same filter plugin?
Hello all:I have a try, there are some thing wrong.For example, in the sample code "PoorMansTypeTool", When I added a line "gStuff->inRect = gStuff->filterRect;" in the function DoEffect(), The...
View ArticleAPP13 IPTC Decoding
Hi, Below is an example of the APP13 part of a JPEG.FF ED 00 2E 50 68 6F 74 6F 73 68 6F 70 20 33 2E 30 00 38 42 49 4D 04 04 00 00 00 00 00 12 1C 02 00 00So, that isFF ED - APP 13 marker00 2E - APP 13...
View ArticleIs it possible for an Export plug-in to call another plug-in?
Hi, I have an automation plug-in that I want to appear in the 'Export' file menu. Is it possible to create an Export plug-in that doesn't do anything except call the automation plug-in? ThanksRR
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 ArticleNeed clarification about Channel Ports Suite
Dear forum members, about a year ago someone asked the following: >Like say I wanted to call Gaussian Blur that photoshop already has, are there functions to do this? Or would I have to create my...
View Articlepadding support in ChannelPorts Suite
Is it possible to get access to pixels outside the image area using the ChannelPorts Suite? In a standard way (using filterRecord, setting input/output/maskPadding fields to plugInWantsEdgeReplication...
View ArticleMaking Xcode 4 Projects for Mac OS
Hi ,SDK doc "Making Xcode Projects for Mac OS" shows how to create project with pretty old Xcode Version 3.1.2.Can anyone tell me how to create basic plugin project using xcode 4 with cocoa support , I...
View ArticleUse Flex UI in a PS plugin
Hello! I am a relatively new user to Flex UI designing! Few days back, I thought of giving my PS plugins a Flex UI look! I searched the internet on some tutorials or guides, but there is very little...
View Article