How can i create a filechooser button inside the plugin window?
Hi i'd like to create a filechooser button to load/save but inside the plugin window. Is it possible ? if yes how can i do that ? and i need the algorithm to be Mac/Windows compatible if possible...
View ArticleMy plugin sometimes crashes on exit
Hi i developped a 8bf plugin for Photosop™ and when i quit the plugin, i have sometimes issues: 1) the plugin window freezes and the plugin run forever. 2) the plugin crashes PS directly. it happens...
View ArticleAutomation 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 ArticleHow to read&write pixel values of a document for an Automation plugin?
Morning everyone, I am developing an automation plugin to process several images at a time. A key step to implement this plugin is to read all pixels of these images. I know for Filter plugin we can...
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 Articlegetting the foreground color - or - subscribing to events
Hey guys, I'm still working on my native color picker. It's up and running and looking good. I've implemented so that the eyedropper tool is chosen when the cursor is moved outside the window (using...
View ArticleWhat is the struct of itemData in photoshop cs2?
I want to know the title of menu which is clicked. We can know the menu title of photoshop cs. Photoshop's menu is drew when we open the menu from cs2.I got the DRAWITEMSTRUCT information when Imonitor...
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 ArticleHow to read and write strings?
Hi, I'm new to photoshop plugin development and I'm checking dissolve plugin. I want to add a string parameter and then I should be able to read and write the string in ReadScriptParameters() &...
View ArticleIs it possible to show/hide guides via the csawlib or any other way?
Hello, in an upcoming update to GuideGuide I've moved nearly all my code into the panel and am relying heavily on the csawlib. Unfortunately, it seems that now when guides are added to the stage, if...
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 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 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 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 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 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 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 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 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 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 Article