Photomerge algorithm
Hello,I am trying to stitch together 16-bit grayscale images (1000x1000) that are taken under 40X microscope. I can photomerge 10X images without a problem, but I can't photomerge 40X images. Does...
View ArticleHow can I get Photoshop file format document?
I googled long time, but no results. How can i get it?
View ArticlePlug-ins that failed to load NO VERSION
I am trying to release a 64bit version of Windows plugin.I get the following issue when Photoshop CS4 64bit starts. Plug-ins that failed to load: Correct NO VERSION - - from the file...
View ArticleFilling color in an image pixel by pixel in Photoshop
Hi, How can I fill different color pixel by pixel in n image in Photoshop? Thanks in advance.
View Articlecauses of "plugin entry point could not be found"
Hi,I had a report from a user ofmy most popular plugin (i.e., mature and extremely well tested), that it failed to work for him on Photoshop CS3 Extended + Vista Business 32-bit.The error message when...
View ArticleHow to get the destination path in an photoshop sdk export plugin when using...
Hello, I've written an exporter plugin (not save-as) that exports a given file to a custom format. I was able to open a file selector dialog and choose a path that is then transported to the saving...
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 ArticleHow to parse text layer in PSD file?
Hello, I am new to the SDK. I am trying to create command line tool(EXE) that parses Text (layer) in Photoshop PSD file programatically . Is this possible? If so, is sample code available? Thanks in...
View ArticleI can't get Imagenomic Portraiture trial to work in Photoshop cc 2014 please...
I have previously used the trial successfully but it expired and I deleted it and then bought the Portraiture package only to be told that I have to install the trial and can then only enter the...
View ArticleCamera Raw noise problem in Photoshop CS6
Opening a Canon .CR2 in Photoshop CS6, Camera Raw generates a significant amount of noise or graininess in the image compared with the simultaneously saved .JPG file. This results in the image from...
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 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 ArticleWriting format plug-in - how to get Advanced SDK?
Hi all, I'd like to write a format plug-in. Been poking around Adobe's web site and the Internet for a while, and all I could find were: 1. Happy people from ancient times who easily wrote ancient...
View ArticleAdobe Photoshop CC SDK and PlugPlug API
I've downloaded the latest Adobe Photoshop CC SDK hoping I'll learn something about the PlugPlug API plug-in technique (c++ along with its Flash interface) but what a surprise! - the same old...
View ArticleUnicode name from layer
Right now I am using the following method to get the name of my currently active layer SPErr GetLayerName(char* name, int length){ SPErr error = 0; error = PIUGetInfo(classLayer,...
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 ArticleAutomation Plugin errors on Mac OS X 10.9
Our 'Blow Up' image enlargement product utilizes both an "8li" automation plugin and an "8bf" plugin to perform image enlargment in Photoshop. The 8bf plugin runs the user interface and does the actual...
View ArticleHow to place raster images as smart objects?
I'm trying to duplicate Photoshop's File:Place menu functionality and I'm experiencing something that I can't figure out. (I've added my code to the end of this message.) I have a variety of test EPS...
View Articleautomating PS Print Dialog
I want to write a desktop app that will pull images from a private storage somewhere in the cloud, and print it through Photoshop. I am aware of the PS Connnections API and would like to know if anyone...
View Articleadd item to context menu
Hi everybody! is it possible to add item in context menu when right button mouse clicking on layer?
View Article