Problems upgrading filter project from VC6/PS SDK7 to VS2010/SDK13
Hi I'm upgrading a filter project from VC6/SDK v7 to VC2010/SDK v13/CS6. Starting off with 32bit, 64bit will come later. It's been a long time since I last coded the plugin, so I'm a bit rusty, but...
View ArticleProblem in installing photoshop cs6 sample plugin
HI! i have compiled a sample plugin "OUTBOUND" from Photoshop CS6 sdk..it creates a file named outbound.8bei have copied that file to C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Plug-ins and...
View Article[automation plugin c++] Create a new file from clipboard
Hi! I'm creating automation plugin using c++. I'm copying some selection, and want to create a new file with it (so, with clipboard). And I have a autogenerated code (from listener) for that: SPErr...
View ArticleProblem with getting font name in PS CS5/CS6 plugin
Hello, When I call GetString method such as: error = sPSActionDescriptor->GetString(descFont, keyFontName, fontName, stringLength);on some .psd file which contains text layer(s), I get error -1715....
View ArticleAutomation plugin as action and via File/Automate
Hi, I have an Automation plugin that is scriptable (it has a number of exposed scriptable parameters and can be recorded and run from Actions palette). The plugin displayes the UI when it is called...
View ArticleJpeg2000 plug-in version compatibility
Hello guys, I currently use the standard Photoshop JPEG2000 plug-in (v. 14.2.1) in Photoshop CC 14.2.1.Is this plug-in version totally compatible with any / all Photoshop version between CS5.1 and the...
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 Articlei am trying to draw a dotted line around a image through phtoshop CS5 sdk(64...
the problem is that the dotted line is being created on my computer but it is not working on other computer ... when i checked on other system , it showed a error code on Play command .. i have windows...
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 ArticlePS Plug-in preview image fails on Apple Retina displays - e. g. that of the...
We have a problem with our PS plug-ins for Mac OS X when used on Apple's Retina Display MacBook Pro models. The issue is that the preview image appears multifold.The problem as such also exists with...
View ArticleHow to query active tool?
Hello! I am writing a Photoshop plugin that needs to disable itself when certain tools are active.I have added a callback for the select event, based on the Listener example, and am mostly happy with...
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 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 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 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 ArticlePhotoshop Plug-In directory localized names
Hello,I want to build an installer that automatically finds the right destination directory for a plug-in. The only problem I have is that Adobe uses localized names for the "Plug-Ins" directory as...
View ArticlePhotomerge algorithm
Hello,I am trying to stitch together 16-bit grayscale images (1000x1000) that are taken under 40X microscope. I can photomerge 10X images without a problem, but I can't photomerge 40X images. Does...
View ArticleOLE Automation and Photoshop Elements 7
Hi,I was trying to control Photoshop Elements 7 by OLE Automation:using System; using System.Collections.Generic; using System.Linq; using System.Text; using ps = PhotoshopTypeLibrary; namespace...
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 ArticleIs ADM usable for Photoshop CS5 Macintosh version?
I'm trying to convert old ADM based plugins to Photoshop CS5.It works at 32bit mode but not at 64bit.I'm using DITL resource for create ADM dialogs. Is ADM works at Macintosh CS5/64bit mode?
View Article