Accessing exif information from DNG images
I'm the author of PTLens, a plug-in to correct lens distortion. I'm trying to access tag 50736 (LensInfo) but it's not coming through the plug-in interface. In fact, none of the 5xxxx tags are coming...
View ArticleProgram plug-in in Qt?
Hi,I'm wondering is it possible to create a plug-in with dialog in other tools like Qt instead of Win32 SDK? I have not used the Win32 SDK for several years.Thank you very much!Hank
View ArticleDisplaying UTF-8 strings in a Photoshop Panel
Hi all, I'm passing a UTF-8 string from my plugin to my Photoshop panel and using that string to set the label on a control. This looks fine until it tries to display a non-ASCII character such as an...
View ArticleAre 32-bit Cocoa plug-ins supported?
Hello, [Adobe Photoshop 12.0.1, CS5 SDK, OS X 10.6.4, Xcode 3.2.4] I'm converting my plug-in to use Cocoa but I'm experiencing crashes after my plug-in is closed (either by cancelling or when the...
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 Articleproblem when creating a ps plugin using Qt in Mac
Hello friends, I’m writing a photoshop plugin on Mac, and want to create the UI with Qt. But when I just show a simple dialog, the photoshop menu was gone, and wasn’t responsible even after close...
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 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 ArticleWhich license is the plugin.dll under?
The plugin.dll is needed to access some filter plugins in .8BF format. These filters may be free and can be used in other programs like Corel PaintShop or Irfanview, too. But when the filters need this...
View ArticleSupportedModes
In CS5, when I set ------------------------------------------------------------------------- SupportedModes{ noBitmap, noGrayScale, noIndexedColor, doesSupportRGBColor, noCMYKColor,...
View ArticleIntegrating Qt into a filter plugin
Hello, I've been developing a filter plugin that requires a pretty hefty UI. I've chosen to use Qt for this because I am deploying to both mac and windows, however, it's been a little nightmarish...
View ArticlePlease, help me to describe the high-pass math
I want to request an estimate for a simple plugin, but I don't know how to explain the math involved to a developer who is not so graphically curious as I am. I pushed the limits of my brain trying to...
View ArticleNeed to create photoshop plugin with UI in QT framework
Hi I need to develop a photoshop plugin using qt to create UI. I have two doubts regarding this- First, Is it possible to integrate qt UI with photoshop plugin and perform photoshop operations.-...
View ArticlePhotoshop 6.0 SDK, export layers?
I was wondering if it would be possible to export layers to a file. For example, using an Export Module, would it be possible to take 3 layers (assuming there's only 3 layers) and write all three of...
View ArticleColor Picker algorithm
Hi,I am trying to implement color picker using wxpython similar to adobe photoshop color picker (Hue Based). What I need to know is when you enter values in RGB or HSV fields it automatically sets the...
View ArticleSaving each layer into a file?
Hello everyone, I need to take each layer's data and save it into a file. How would I retrieve individual layer's image data? Thanks
View ArticleGet text from a layer
Hi, I'm new about photoshop plug-in. I want to get the inside a layer, so for instance from this plug-in:I want to programmatically load a psd file, if there is a layer with text I want to get that...
View ArticleRead PSD from c++
Hi, I want read PSD file from my standalone application in c++.How can I do it? Is there some documentation? ThanksRino
View ArticleStop script process
I have a batch script with a panel for setting options. Atfer the user has clicked on the Run button, the script is processing. A window displays informations and the script progress with a progress...
View ArticleExport layers to JPG file
Hi, I wants to export only a single layer as JPEG file in Automation plugin. I have gone through the the implementation in which every layers in the current document is exported as files. But i wants...
View Article