I'm the author of libpsd, and I'm looking for Photoshop CS3 specs.
Libpsd is the Photoshop file format decode library in C language with full source code. My name is Patrick. I spent half a year to implement libpsd. I finished most of the features under Photoshop CS...
View ArticleDevloping video tutorial for disabled people, Please help.
Hi, I am a Deaf student, and I am on final year at The University of Huddersfield studying for a BSc in multimedia.For my project I am developing of improving existing video tutorials for disabled...
View ArticleColor Picker algorithm
Hi,I am trying to implement color picker using wxpython similar to adobe photoshop color picker (Hue Based). What I need to know is when you enter values in RGB or HSV fields it automatically sets the...
View ArticleTurning On and Off layer visibility?
Is there a way to turn on and off layer visibility in code somehow? Thanks
View ArticleStop script process
I have a batch script with a panel for setting options. Atfer the user has clicked on the Run button, the script is processing. A window displays informations and the script progress with a progress...
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 Articlepsd and psb File Format Specifications
Besides these 2 documentsa) Photoshop CS File Formats Specification October 2003b) Adobe Photoshop 6.0 File Formats Specification Version 6.0 Release 2.0 November 2000 Are there any other documents...
View ArticleCalling an Automation plug-in from a Filter plug-in
Is there any way to do this? Viveza seems to be able to do it in their plug-in, however, I haven't found anything in the documentation or examples detailing how to pass data from a filter plug-in to an...
View ArticleHow to Handle Untagged Grayscale?
Notably, a plug-in doesn't receive a color profile for the image through gFilterRecord->iCCprofileData with untagged images. This seems to make sense, but it does mean that a plug-in has to do...
View ArticleHow to hide my plugin in photoshop menu?
Hi All, I don't want to show my custom plugin name in PhotoShop menu. I have commented the below line in the resource file: Name { plugInName "..." }, If I comment this line the plugin does...
View ArticleHow to get Spot Color (CMYK/LAB) data?
I figured out that for normal alpha channels, we can use ActionDescriptor to get either HSB/RGB or CMYK value of the channel color. However, for Spot color it seems we can only get the color name and...
View ArticleRunning Photoshop Droplet or Script without opening Photoshop
Is there a way that I can run a droplet, a set of photoshop actions or a script with out actually photoshop opening its application window.Essentially running Photoshop as a command App. What I know...
View ArticleArray of selected layers - how to get it
Hello Everybody I'm looking for a way to get all the selected layers as array. With app.activeDocument.activeLayer i can select only the top-most of the selected layers. There is a way to achieve this...
View ArticleC++: Access all layers from the SDK
Is it possible to read/write the pixels or settings of all layers and adjustment layers of the input image from within the filter plugin?So far I only found the ReadChannelDesc struct, but it doesn't...
View ArticleMac SDK example plugins - none compile (Missing Base SDK)
Hi All I'm a Windows developer, and it's been a long time since I've developed our plugin for the Mac (10 years ago using powerpc, codewarrior etc), so my Mac skills are rusty. I thought I'd start with...
View Articleadd item to context menu
Hi everybody! is it possible to add item in context menu when right button mouse clicking on layer?
View ArticlePiPL Documentation - a few questions
Hi, I am slowly figuring out what needs to go into the PiPL file, but I have a few questions. I started using Dissolve.r as the sample to emulate. The first question is on this line: resource 'PiPL' (...
View Articlevb.net (or c#) to photoshop batch
Trying to automate Photoshop from .Net application. Works fine with documents, layers, but getting error on batch method:Dim appRef As Photoshop.ApplicationappRef = New ApplicationClassDim batchOpt As...
View ArticlePSD Format - how to read compressed data from Image Data Section?
Has anybody tried to read ZIP-compressed data from the Image Data section in PSD file format? I tried to read data compressed with predication as well as without prediction, but had no success - the...
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 Article