PS 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 ArticleBuilding SDK CS6 for OSX 10.9 XCode 5
As a fun weekend Photoshop project I thought I'd see what it took to write a Photoshop CS6 filter plugin. So I downloaded the CS6 SDK and opened up the Dissolve sample. Right away I see errors about...
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 ArticleHow to get the destination path in an photoshop sdk export plugin when using...
Hello, I've written an exporter plugin (not save-as) that exports a given file to a custom format. I was able to open a file selector dialog and choose a path that is then transported to the saving...
View ArticleIntroducing HTML5 Extensions
When Creative Cloud was launched in June 2013, we added support for HTML5-based panels in several Adobe products. These new panels open up the world of panel development to a wider range of developers...
View ArticlePhotoshop Plugin with License Key
Hi, I want to hire a developer to build a plugin for my Photoshop resource website. I have a couple of questions and I'm hoping they can be answered here 1. Is it possible to license key plugins for...
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 ArticleNeed a Developer — Oil Paint / Pixel Bender
I am a digital illustrator with no background in programming. I want to use an image style I have developed that incorporates the the Oil Paint filter as an important step in the creation process. The...
View ArticleOpenGL and ICM Color Management
I'm looking into ways to move my plugins to the use of OpenCL and OpenGL to take advantage of the power in modern GPUs. Specifically, with the Windows GDI, ICM color management can be set up to be done...
View ArticleHow To Emulate "Screen" Mixing in OpenGL?
I'm implementing a new version of my plugins using OpenGL for proxy display, and I've run up against a roadblock I'm having some trouble getting around... My plugins add lighting effects, and I've...
View Articleerror C2872: 'Point' and 'Rect' : ambiguous symbol
Hi All,I am making an automation plugin and trying to use gdi+. But it is giving Compilation error in PIGeneral.h and PIUtilities.hDoes anyone have any idea how can I remove this ambiguity so that it...
View ArticleFile Format - baffling bug
Hi,A user of my Paint Shop Pro file format plugin (now 6.5 years old) recently reported a bug and provided some test .pspimage files to trigger it. The issue is quite simple, on reading these files,...
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 ArticleTrying to build Dissolve plugin with Visual Studio 2012
I have fixed most of the errors that have been popping up so far but not sure what this one means. Error5error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning...
View ArticlePhotoshop Touch SDK for iOS Bugs and annoyances
I've just finished implementing the "Touch" capability in my iOS app. As I can't find anywhere to post bug reports, and this may help others, here's my experience: BUGS:1. sendImage in psconnection is...
View ArticleDoes anyone know the specification of the Lr16 block inside PSD/PSB files?
The PSD file format spefication documentation doesn't contain the specification of the Lr16 block. How can I find it?
View Articlehow to handle padding & byte-ordeing issue when editing resource file (PiPL)...
Hello everyone,I just started photoshop sdk programming. I noticed that the Resource Guide provided by Adobe recommends developing dialogs using Mac Rez Language and converting it into window resource...
View ArticleMATLAB Support in Photoshop CC
Hello,Using this page:Downloadable content (plug-ins) I was able to download Photoshop MATLAB Toolbox.I used to work with it in Photoshop CS6 Extended. Yet now, After upgrading to Photoshop CC it...
View ArticlePath to Photoshop Plugins/Panels Assets Folder
I am one of those who is scrambling to recreate a panel that was made in Configurator to HTML5 so please bear with me. For a javascript I am trying to find the path to a file in the "assets" folder...
View Article