gFilterRecord->inRowBytes always set to a multiple of 16 by photoshop
Hi, I am trying to write a series of filter plugins that expect a region of memory that is exactly (filterRect.right - filterRect.left) bytes per row of image data. As you can see I'm attempting to set...
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 ArticleDo the plugins with file type .8bf work in Photoshop CS5 under Mac OS (any...
I saw an article saying so:http://www.fileinfo.com/extension/8bf but when I placed one in my plugins folder and restarted PS, it does not show up.
View Articlechange depth from 32bit to 8bit
Hey. is there asimple wayto change depth of image. I'm makking TMO filter plugin, and operate on 32bit image, laast operation i need to convert to 8 bit. Is there any function fot that? thanks.
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 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 Articleplugin help
I just purchase photoshop cs6 for some reason it does not have any of the filter plug ins I tried to move them over from my cs4 and it says that photoshop does not recognize these files. I do not have...
View ArticleDelay Photoshop redraw
This from the AutomationFilter example causes Phohtoshop to redraw. //-------------------------------------------------------------------------------//// AutomationFilterData::Redraw// //...
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 ArticleFiles larger then 2GB with Mac OS X
Hello, I am trying to write a BigTIFF plugin, and of course the whole point (compared to TIFF) is to write files > 2GB. The plugin works fine on Windows but on Mac (tested with CS3/CS5 32bit/64bit)...
View ArticleCustom Panel gives Error #2032
Hello, I have created the most basic custom panel from the example documentation in CS5 SDK for Windows, which consists of a label that says "Hello World." However when I try to open the extension in...
View ArticleRead Scripting Parameters within a Filter
Hello,I'd like to have a Plug In which can read Scripting Parameters and run accordignly. One of the code samples in the SDK is called "PoorMansTypeTool".In its documentation it is said to be able to...
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 ArticleHow to set alpha channel names in a format plugin?
I am writing a format plugin with 6 color planes for CMYK mode. I want to set the apha channel names for planes 5 and 6 to "White" and "Clear" instead of "Alpha 1" and "Alpha 2" when I read the color...
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 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 ArticleIs the PlugPlugOwl.dll in PS CC equivalent to the PlugPlug.dll from PS CS6?
From the Extension Builder website it seems Photoshop CC should support hybrid extensions, but there doesn't seem to be an update to the nativeapptoolkit. Using the CS6 nativeapptoolkit in a Photoshop...
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 ArticleIs it possible to create a 'General' plugin with C++ SDK?
The SDK mentions that we can create 'Automation', 'Export', etc plugins with C++? Do these types have their limitations? For example, can't an 'Export' plugin access the whole API exposed to an...
View ArticleHow do I access layers from a C++ plugin?
What is the data structure that can be used to access the list of layers from within an Export plugin written in C++? Any pointers to where I can find some sample code would be appreciated.
View Article