Automation Plugin errors on Mac OS X 10.9
Our 'Blow Up' image enlargement product utilizes both an "8li" automation plugin and an "8bf" plugin to perform image enlargment in Photoshop. The 8bf plugin runs the user interface and does the actual...
View ArticleProgramming filters with Xcode + Interface Builder - Examples?
Hi,I've figured out how to make a working PC Photoshop plugin and am now figuring out the Mac side. What is a reasonable method for creating/altering the GUI... e.g. altering the Dissolve filter...
View ArticleUnderstanding 32 bits image mode
Hi i'm developping a plugin in which higher image quality means higher sound quality. though when i'm in mode 32 bits, colors don't behave the same way as in 8 bits or 16 bits. for example, in 8 bits i...
View ArticleLooking for Photoshop Plugin Software Developer
Anyone know where I can find a software developer to create a Photoshop Plugin? Not having any luck finding programmers with knowledge of Adobe code. Or, is anyone a developer that can help? Please...
View ArticleHow to read path data?
Hello, I'm new to photoshop plugin development, and wondering how to read the path data in plugin? That is, the data generated by the pen tool.Thanks.
View ArticleHow to Place an image onto a document?
I've been trying to build a plugin for placing images onto Photoshop document using a Mac that is based on the current "Dissolve" project provided in the CC SDK. I'm at the stage of trying to place an...
View ArticleHot to call import plugin from automation plugin
Hi, I was able to call filter plug-in from my automation plug-in. Now I'm stuck in calling import plug-in.I build GradientImport example from PhotoshopSDK, and modify resource PIPL to have unique...
View ArticleHow to execute a javascript directly from a c++ plugin?
I have created a photoshop plugin. I need to execute a javascript from the plugin itself. I am able to execute the script if I write the script in a seperate jsx file and execute it using its...
View ArticleErrors in PSD specification
Hello, I am trying to make a program, which loads and parses PSD files. I am using this specification: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ from June 2013. I have found many...
View ArticleDissolve plugin example won't build in Xcode
I am attempting to get the disolve plugin to build and I keep getting an error inside the Dissolve.ccp file This is the line that is giving me an errorgFilterRecord = filterRecord; and this is 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 ArticleNew sdk for CC version of PS?
Is there a new version of the sdk coming for the CC version of Photoshop? If so, is it available now? Thanks,RONC
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 ArticleWhat is the preferred way to handle ASUnicode data?
The ASUnicode typedef is incompatible with wchar_t but seems to be compatible as far as I can tell. I'm only currently dealing with ASCII-compatible characters but certainly don't want to cause any...
View ArticleAdobe Photoshop CC SDK and PlugPlug API
#I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old...
View ArticleCS5.1 overrides CS5 registry entries, how do I get the photoshop installation...
Hi there, I'm creating a installer for my Photoshop plugins, so I need to find out Photoshop installation directory. I did this by looking for registry 'HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Photoshop\',...
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 ArticleDo the plugins with file type .8bf work in Photoshop CS5 under Mac OS (any...
I saw an article saying so:http://www.fileinfo.com/extension/8bf but when I placed one in my plugins folder and restarted PS, it does not show up.
View ArticlePhotoshop And Matlab Gray Levels
Hello.I'm using Matlab and Photoshop integration to manipulate some images. I found incompatibility between the two in the gray levels.Let's say I set Gray of level 30 in Photoshop (R=G=B=30) and use...
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 Article