Creating my first Photoshop plugin
Hi all, I am a programmer, I program in PHP, and Obj-C, I know C++ quite fair. I also Design web templates & code them. I need a plugin for photoshop, I searched it but I couldn't find it. So I...
View Articleinstalling photoshop 6.0 on OS X version 10.4.2 "tiger"
I'm trying to install "CS" upgrade version on my clean install OS X Tiger.It needs an installed version of photoshop to install...when I try to install photoshop 6.0 it needs "classic" which is not...
View ArticleWriting Merged composite image to PSD file??
Hi,I'm developing PSD file writer which adds layers to PSD file.Can anyone tell me how to write merged composite image to psd file, so that it shows composite image when i open that PSD file in other...
View ArticlePlugin Filter, x64 - Debug only
Hello All, I have a plugin filter which works fine with Win32 debug/release and x64 Release. But when I build a x64 Debug, the filter never shows up in the Photoshop CS* Filter Menu options. What am...
View Articlepsd test suite
Hi, I have developed a stand alone application that loads psd images. I want test my application and I needed a test suite of psd images.Is there a psd images test suite? ThanksRino
View ArticlePhotoshop doesn't save metadata
I try to write meta data to psd file.i add resource block (as in photoshop file format.pdf) with custom number (4000 for example).all data saved and photoshop correctly open file. but when I click...
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 ArticleRotate command not currently available
I am creating an automation plug-in that needs to rotate the image. Here is the code to call the eventRotate command:{PIActionDescriptor...
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 Article.PAT file format?
Are there docs anywhere that describe the .PAT patterns file format? I'm trying to get to the pixels that are used for a pattern that are used in a "pattern overaly" effect. I don't think any of the...
View Articlephotoshop Droste effect -Need Help-
Hi Adobe I'm a begginner in photoshop i want to make a Droste effect just like this pic any 1 can help ? thanks in advanced
View ArticleWhat's Wrong With This Code?
I've been trying to get a test automaton plugin to work. It builds correctly with no errors or warnings yet when I attempt to use it, I get no results. No errors either. All its intended to do is...
View ArticleHow can I temporarily disable hotkeys in photoshop?
Hi all, I have a plugin in C++ that starts an external process. This process has UI and his event loop. That event loop runs in external code so that I cant use the regular dialogproc to capture...
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 ArticleWriting PSD with layers
I'm trying to generate a Photoshop file with Adjustment Layers. Does anyone have any pointers, or know of any methods of diagnosing problems in the file? I've been able to make a file with multiple...
View ArticleIs it possible to open/modify a psd through the sdk without opening photoshop?
I am just starting to study the sdk, but all the examples I have seen are reading psd documents like this (example in C#): var app = new Photoshop.Application();var documents = app.Documents; I don't...
View ArticleAutomation plugin as action and via File/Automate
Hi, I have an Automation plugin that is scriptable (it has a number of exposed scriptable parameters and can be recorded and run from Actions palette). The plugin displayes the UI when it is called...
View Articlegetter example crashes Photoshop CC
I was having an issue in my plugin and I managed to reproduce the issue with the example plugin "getter". Here's what I do. I open two .PSD files then select File->Automate->Getter For me it...
View ArticlePiPl Documentation
I am starting development on a plugin for photoshop, however, I have not been able to get the sample plugins that come with the sdk to load in Photoshop. I've tried simpleformat and 3dformat. I've...
View ArticleMulti-layer format plugin. 16 bits depth problem.
Hello! I'm creating a format plugin based on the simpleformat example. When I load the layers using 8bits depth I have no problem, but when I try to load the layers with 16bits depth, the colors are...
View Article