#Pnt Units in Unit Float Actions
Hi, One of my coworkers gave me a .psd file (Created in CS6 on OSX) that I tried to parse. The library I'm using failed because one of the unit float actions had "#Pnt" as its type, which isn't in the...
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 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 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 Articleinstall dds plugins
I have been watching video's on youtube. I have downloaded the 64 bit version of NVIDIA dds here:http://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop It installed under programfiles on my...
View ArticleGetting a SVG file out of Photoshop
Ok. You might think I'm crazy on this. I'm working on a flash application that reads in graphical elements based on SVG. That works great for InDesign and Illustrator files because both can save out as...
View Articlecauses of "plugin entry point could not be found"
Hi,I had a report from a user of my 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 save a PNG with layers in Photoshop.
i am tryin to save a PNG with layers. Is it poosible ?What i found on the net is ....PNG is not meant for multiple layers. But still want to know if photoshop have its own proprietory standard for PNG....
View Articlepsd and psb File Format Specifications
Besides these 2 documentsa) Photoshop CS File Formats Specification October 2003b) Adobe Photoshop 6.0 File Formats Specification Version 6.0 Release 2.0 November 2000 Are there any other documents...
View ArticlePhotoshop CS2 Not Enough RAM error message (wrong forum)
For some strange reason, my copy of Photoshop CS2 (macintosh) has started giving me an error message after program start up: could not complete your request because there is not enough RAM. I don't...
View ArticleIs it possible to create a layer plugin?
Before I start digging into the Photoshop SDK (already took a small tour), I would like to know if it is possible to implement my idea. What I basically want to do, is to create a plugin that...
View ArticlePSD File specs
Hi,I contacted the partneship program to recieve the psd file specs.They sent me an e-mail with the link:http://partners.adobe.com/public/developer/photoshop/devcenter.htmlbut I couldn't find anything...
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 ArticleLooking for a Ps plugin developer
We're looking for a contractor to code a (mac) Photoshop plugin for us. Does Adobe provide recommendations somewhere? Also, if anyone reading this thinks they are the right candidate for this job...
View ArticleSWF Panel: how to get/set pixel or better - grab and paste BitmapData
Hi everyone, trying to understand how to read and write pixel color from image or better - current layer but can't understand how to do this. Does this even possible? Main idea - it's pick current...
View ArticleHow to detect plug-ins path for Photoshop CC?
Hi I downloaded new CC SDK but unfortunatelly in html doc there is not info how to detect a plug-in path for new Photoshop CC. Pdf doc also contains very old info (still for Photoshop 5.0) - Could you...
View Articlehalftone patterns/paths
does anybody know if there exist any plug in or something to make halftone paths or patterns in different shapes than just the existing ones dots, circle and line. i want to have some other interesting...
View ArticleMake Composite image from layer data instead from merged data section...
I am working on parsing the psd file and saving the data as per doc of photoshop 6. I need to make an image from the layer data alone with different combinations of layers selected, visible etc... and...
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 ArticleHow to Communicate between Automation Plugin and Format Plugin?
I write two plugin. one is automation plug-in,and the other is format plug-in. I can call format plugin in automation plugin and save a file . But How could I pass some parameters from automation...
View Article