Format Plugin Issue
Dear Experts, I develop "Custom Format Plugin" using sample sdk's code. It is working fine for Grey as well as RGB images. But it is creating problems for Indexed images. When I filled the...
View ArticleHow can I export Text Layer as PNG?
I'm extending the Outbound sample to have each layer exported as a PNG file. I got it done for RGB layers, but it does not work for Text Layers. For text layers I got the rectangle where the text...
View ArticlePhotoshop And Matlab Gray Levels
Hello.I'm using Matlab and Photoshop integration to manipulate some images. I found incompatibility between the two in the gray levels.Let's say I set Gray of level 30 in Photoshop (R=G=B=30) and use...
View ArticlePhotoshop file formats pdf
Hi, I'm writing a drawing application that supports layers, and would like to be able to write to a layered .tif file that photoshop can understand, and translate into layers. In the tiff 6.0...
View ArticleHow to use Photoshop SDK into .Net
Dear All, I am new to SDK and I know .Net like VB.Net & C#.Net, I want to use SDK in .Net platform, is it feasible? Or is SDK only support C++ or VC++? please guide for the same. Thanks.
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 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 ArticleGet Layer Groups from C++ plugin
Hi! I'm trying to get next things: 1) layers hierarchy 2) layers bounds rect 3) save every layer to PNG file -- Currently I can only get list of layers: auto&layerInfo =...
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 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 ArticleWhy does Topaz simplify4 in the compete package not work but version3 (bought...
Why will Topaz simplify 4 not work when version 3 will? I bought number 3 then bought the complete package so have both in the filter list. Should I un-install 3?
View ArticleAdding a path to an image programmatically
I would like to insert a new path into an image. The image processing is happening in a Java application running on Linux. If that is not feasible, is there a way to do it from a web browser?
View ArticlePSD Format - how to read compressed data from Image Data Section?
Has anybody tried to read ZIP-compressed data from the Image Data section in PSD file format? I tried to read data compressed with predication as well as without prediction, but had no success - the...
View ArticlePhotoshop and Radiance .hdr format
Hi,Photoshop does not work properly with Radiance .HDR files: Using FORMAT=32-bit_rle_rgbe1) It ignores PRIMARIES variable on read, always assuming primaries tobe: sRGB with D65 WP (0.640 0.330...
View ArticleCall Photoshop Action from other APP?
Hi Everyone, Anybody has any experience to run any Photoshop action using a binary .EXE file? For example, I want to let Photoshop execute a filter action from my own application?I know that DROPLET...
View ArticleHelp open image with Photoshop from VB.NET or c# project
I am trying to fix an issue in a VB.NET project. The project used to have an option to open files with Photoshop.The project includes a Photoshop.dll. The following call:Dim app As New...
View ArticlePS Custom Format Plugin - Issue Reading Files > 2GB &< 4GB
Is this issue fixable within our format plugin code, or is it a photoshop limitation? I am new to Photoshop & Photoshop Plugins. I have reviewed the sdk photoshop documentation & searched...
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 ArticleCreating 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 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 Article