Displaying UTF-8 strings in a Photoshop Panel
Hi all, I'm passing a UTF-8 string from my plugin to my Photoshop panel and using that string to set the label on a control. This looks fine until it tries to display a non-ASCII character such as an...
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 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 ArticleUsing STL collections in Photoshop plug-ins
Hello!<br /><br />Would you explain one moment. I need use a lot of STL collections in my Photoshop plug-in.<br /><br />First, I try to write something like<br...
View ArticlePerspective Grid Tool
Hi, I do programming with C++ & Python and this is first time i m going to make plugin for Photoshop.My aim is to create "Perspective Grid Tool" like in Adobe Illustrator.So please advice me ,...
View ArticleHow does Photoshop decide which dict file (tw10428.dat) should be loaded?
I want to add some ZStrings to dictionary file tw10428.dat, In my computer, the file is in folder "C:\Program Files\Adobe\Adobe Photoshop CS5\Locales\XX_YY\Support Files", Here XX_YY stands for locale...
View Article32 bit dissolve example not working (proxies not displaying, crashes)
Hi We have just released a 64 bit Mac (cocoa) version of our plugin, which is going well. But we've had requests for a 32 bit version, for use with PS Elements (versions 9/10/11). In Xcode, I...
View ArticleHow to use Color Halftone to get the same effect of the attached image ?
Hi, As i want to know that how to use Color halftone filter to get the same effect which i have attached.Although I have using the same filter but it is giving a flat circles on complete image and same...
View ArticlePhotoshop file formats pdf
Hi, I'm writing a drawing application that supports layers, and would like to be able to write to a layered .tif file that photoshop can understand, and translate into layers. In the tiff 6.0...
View ArticleThe dds about Adobe Bridge
My Bridge can't see the DDS pictures for 64bit Win7, how can i do ? i'm like bridge,but it don't love dds pictures by my job. I has installed dds plugin for photoshop also no use.
View ArticleCan I get photoshop SDK?
I want to use some function like photoshop for my own application.So, I need a photoshop SDK,not for plug-in.whether it is free or not.Can I get ? (Personal information removed) Thanks Message was...
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 ArticleFilter plugin - Pixels become grey when alpha set below 50 (ish)?
Hi,My filter plugin modifies the alpha channel values of various pixels and I noticed that when an 8 bpc pixel's alpha is set below 50 (or so) that the pixel ends up turning grey, as if the R,G,B...
View ArticleWhere to find .abr (brushes) file format specification
Hi there, I've found the "Adobe Photoshop File Formats Specification" in the documentation (http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/).But unfortunately it does not contain the spec...
View ArticleWriting Unicode characters to scripting parameters on Windows
I am trying to read/write a file path that supports Unicode characters to/from scripting parameters (PIDescriptorParameters) with an Export plug-in. This works fine on OS X by using AliasHandle...
View ArticleHow can I get Photoshop file format document?
I googled long time, but no results. How can i get it?
View ArticlePhotoshop and Radiance .hdr format
Hi,Photoshop does not work properly with Radiance .HDR files: Using FORMAT=32-bit_rle_rgbe1) It ignores PRIMARIES variable on read, always assuming primaries tobe: sRGB with D65 WP (0.640 0.330...
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 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 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 Article