-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I copy text layer (with all its effects) to a new document, using script?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I read recently this post that explain how to use photoshop COM component from .net code.
The problem that I don't see a reference to Interop.Photoshop.dll in Add Reference dialog COM column.
Do anyone that have photoshop cs4 installed can see it?
I wonder maybe it showed only in .net 1 platform...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I wrote a quite big script for Photoshop CS5.1 on my 64bit Vista machine. Now when I run the very same script on my new 64bit Windows 7 machine, Adobe ExtendScript Tool complains about activeDocument (no such element) in this simple script:
#target photoshop
var pDoc = app.activeDocument;
alert("Done…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I’m working to integrate Photoshop (CS4, local) with MySQL (Linux, remote), such that: a) image file information, data and meta data can be exported from PS into MySQL where same can be manipulated both manually and calculated, and then b) the MySQL fields can be referenced in Photoshop scripting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am new to photoshop scripting.
I want to load an image image (from my hard disk) into the active document as a new layer with positioning. How can this be done? Can somebody please share the code?
Thanks
>>> More