CS2/CS3/CS4: Cannot get file path in Unicode of the current document on Windows
Hi All,In my automation plugin I need to have full absolute path of the opened document with any possible non-English letters. Using SDK examples Listener and Getter that come with Photoshop SDK the...
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 ArticleBUG: Server exception when saving for web (COM scripting)
Hello, I'm scripting Photoshop CS3 through COM, using Python. The COM api is exactly the same as for Visual Basic, so the code example below should be equally trivial to follow for anybody. I've...
View ArticleHow to get CS4 animation timeline data
I'd like to write a plugin that makes use of Photoshop CS4 animation timeline data but, after much searching through the SDK, I haven't been successful at locating any examples or documentation...
View ArticleCan we assign a hotkey to a plugin through code?
Hello! I am relatively new to Photoshop Plugin development. I have been learning as well as implementing whatever I learn. In this process, I succeeded in developing an Automation plugin for Photoshop...
View ArticleDoes photoshop cs5 sdk support file names with unicode characters?
Hi, For the export module, does the windows sdk have support for filenames with unicode characters?The ExportRecord struct in PIExport.h has an attribute filename declared as char array.So I have a...
View ArticleWriting PSD with layers
I'm trying to generate a Photoshop file with Adjustment Layers. Does anyone have any pointers, or know of any methods of diagnosing problems in the file? I've been able to make a file with multiple...
View ArticleWill Adobe ever add support for JPEG-XR?
There's been quite a bit of work done on the Flash Player to display and export JPEG-XR files. During the Flash CS6 prerelease, the Flash team talked about additional JPEG-XR support for things like...
View ArticlePsd Parse to get information about fonts used on layers via c#
Hi, I have given a task to read psd file made from photoshop cs5 from c# programming language. I had read psd file by using file format specification up to layer listings.But now I am stucked on...
View ArticleLayerSet.Merge() throwing COM exception
Hi all, I'm using the COM interop for photoshop in my C# assembly to automate some actions in photoshop. The problem is that LayerSet.Merge() throws a COM exception in certain situations. I don't...
View ArticleHow to detect plug-ins path for Photoshop CC?
Hi I downloaded new CC SDK but unfortunatelly in html doc there is not info how to detect a plug-in path for new Photoshop CC. Pdf doc also contains very old info (still for Photoshop 5.0) - Could you...
View Articleautomating PS Print Dialog
I want to write a desktop app that will pull images from a private storage somewhere in the cloud, and print it through Photoshop. I am aware of the PS Connnections API and would like to know if anyone...
View ArticleHow do I transfer all my plug-in filters, etc. from CS6 to PS-CC?
How do I transfer all my plug-in filters, etc. from CS6 to PS-CC?
View ArticleKeyboard Shortcuts not working in Photoshop CS2
I'm using an apple 17" powerbook. 1 G RAM. OSX 10.4.3 . The Space Bar and other keys don't allow for the hand too or pen tips to change. It worked before. Anyone have a quick fix. I tried deleting my...
View Articlecauses of "plugin entry point could not be found"
Hi,I had a report from a user ofmy most popular plugin (i.e., mature and extremely well tested), that it failed to work for him on Photoshop CS3 Extended + Vista Business 32-bit.The error message when...
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 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 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 ArticleTo set minimum size of flash panel
I am developing a flash panel in PS CS5. I have tried many way to set minimum size of panel window, but they don't work. I have not idea how to do this now. I'm waiting for your HELP. Thank YOU!
View Article