Debugging photoshop plugins
The directions I have for debugging photoshop plugins from VC++6.0 is the following:1) Start Photoshop normally2) Use "Attach to process" and select photoshopHowever, when I select "Attach to Process",...
View ArticleAPP13 IPTC Decoding
Hi, Below is an example of the APP13 part of a JPEG.FF ED 00 2E 50 68 6F 74 6F 73 68 6F 70 20 33 2E 30 00 38 42 49 4D 04 04 00 00 00 00 00 12 1C 02 00 00So, that isFF ED - APP 13 marker00 2E - APP 13...
View Articlepsd and psb File Format Specifications
Besides these 2 documentsa) Photoshop CS File Formats Specification October 2003b) Adobe Photoshop 6.0 File Formats Specification Version 6.0 Release 2.0 November 2000 Are there any other documents...
View ArticlePhotoshop's JPEG Algorithm - from a website (Apache) environment
I'm not sure if this is the correct forum for this post, but none of the others seemed to fit either. Here is my situation: I am the programmer for a website that maintains images. I need to modify...
View ArticleHow does Photoshop decide which dict file (tw10428.dat) should be loaded?
I want to add some ZStrings to dictionary file tw10428.dat, In my computer, the file is in folder "C:\Program Files\Adobe\Adobe Photoshop CS5\Locales\XX_YY\Support Files", Here XX_YY stands for locale...
View ArticleApplication and Plugin paths (32 vs 64 Windows)
I am working on a version of our plugin installer that needs to put the 32bit windows plugin in the 32bit Photoshop plugins folder and the 64bit plugin in the 64bit Photoshop plugins folder. Currently...
View ArticleArray of selected layers - how to get it
Hello Everybody I'm looking for a way to get all the selected layers as array. With app.activeDocument.activeLayer i can select only the top-most of the selected layers. There is a way to achieve this...
View ArticleProblems 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 ArticleMac SDK example plugins - none compile (Missing Base SDK)
Hi All I'm a Windows developer, and it's been a long time since I've developed our plugin for the Mac (10 years ago using powerpc, codewarrior etc), so my Mac skills are rusty. I thought I'd start with...
View ArticlePhotoshop "Server"
Hi Folks, I have a client wanting to use Photoshop in so to call it server mode.Basically it would be installed on a server and would use custom scripts for predefined actions on PSD files that are...
View ArticleAccess extension panel
Hi, I would like to know how to access installed extension (plugin) panel via script in Photoshop CS6, for example by charIDToTypeID. Script Listener says nothing when I run any extension item in...
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 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 Articledeveloping CS5 plugin on CS6
I need to develop a plugin for Photoshop CS5 for a Mac. Can this be done on Photoshop CS6 on a Mac?This is called Forward Compatibility, and I couldn't find information about this in the SDK...
View ArticleGet image resource handle in filter plugin
Hello all, In the past, I have written filter plugin which reads slices data, using PIGetSlices()Now I need to get the information about layer comps. As far as I understand, it's image resource with...
View ArticleError in compiling sample project of photoshop CC 2014
Hi, I am trying to compile sample project "Outbound" of Photoshop CC 2014, but it is showing me error, "Parse Issue: Unknown type name 'DialogPtr' " in DialogUtilities.h file . DialogUtilities.h is...
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 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 ArticlePhotoshop CS2, Mac version, filter does not show
Hello,I m compiling Dissolve sample plugin for photoshop CS series.I succeed to compile CS3 and CS4 version since there is a xcode project.I can see the plugin in the filter menu after I launch...
View Article