libsndfile and Photoshop
Hi i'm trying to compile a 64 bits version of my 32 bits plugin which works ok on CS2 i came to a point where when i add in my code any libsndfile related function (sf_open, sfinfo, sf_read_double) the...
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 ArticleDissolve plugin example won't build in Xcode
I am attempting to get the disolve plugin to build and I keep getting an error inside the Dissolve.ccp file This is the line that is giving me an errorgFilterRecord = filterRecord; and this is the...
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 ArticleWhere to find .abr (brushes) file format specification
Hi there, I've found the "Adobe Photoshop File Formats Specification" in the documentation (http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/).But unfortunately it does not contain the spec...
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 ArticleHow to read initial paragraph baseline offset from PSD file
Hello, I'm trying to programmatically read meta data from a PSD Text layer about the initial baseline offset for a paragraph [hopefully the right term here] - can someone point me in the right...
View ArticleRunning Photoshop Droplet or Script without opening Photoshop
Is there a way that I can run a droplet, a set of photoshop actions or a script with out actually photoshop opening its application window.Essentially running Photoshop as a command App. What I know...
View Article[PSD Format] Image Data Section vs. Channel Image Data etc.
Hi -Newbie here. Would someone be kind enough to clarify the following points of confusion: 1. On the difference between the Channel Image Data section(s) of a PSD file and its Image Data Section: my...
View ArticleAbout box issue in filter samples
I'm trying to create my first Windows filter plugin using the CS2 SDK Invert sample as a base. The sample code about box does not work (plugin crashes, with an error in Photoshop): AboutRecord *...
View ArticleCan I get photoshop SDK?
I want to use some function like photoshop for my own application.So, I need a photoshop SDK,not for plug-in.whether it is free or not.Can I get ? (Personal information removed) Thanks Message was...
View ArticleOur plugin UI is opening behind PS untabbed document window
When Photoshop is set to not use tabbed windows, when our plugin UI opens up it opens BEHIND the PS document windows. This is even for a UI that is launched as a separate process. Is there any way to...
View ArticleHow 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 ArticleGet paragraph style details of text layer.
Hi All, I am developing an extension for Photoshop CS6 onwards. I want to get the paragraph style and its properties of my text layer. If I apply a new style and try to get the properties, I always get...
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 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 ArticleUse Flex UI in a PS plugin
Hello! I am a relatively new user to Flex UI designing! Few days back, I thought of giving my PS plugins a Flex UI look! I searched the internet on some tutorials or guides, but there is very little...
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 ArticleCan we get the eventUndo?
Hi All! I am designing a plugin for Photoshop CS5 onwards. My plugin has a UI which shows the current background color in an HBox. My problem is as follows: Suppose there is a text layer whose font...
View ArticleSave command currently not available
Hi I have created a Photoshop plugin and it was working fine..Now suddenly I am facing an issue..On execution, I am getting an error "Save Command is currently not available". I have not changed...
View Article