How can I read an XML string that's not from an XML file?
I've got a script I'm trying to setup that communicates over a socket to retrieve different directions from a custom built Java program. The Java program listens to requests from the Adobe scripting...
View ArticleHi! how do i debug my photoshop so it wont say "[tool] could not be used due...
Hi! my photoshop has partually stoped working. Some of my tools are not useable for me. Tools like: the shape tool and choosing color can not be used. All it says is "[the tool i want to use] cant be...
View ArticleRe: Need help cleaning up a script and adding loop
One of the functions that you had included in this at one point, was where a blank layer was created that matched the canvas size. Is there a way to select the bottom layer in a SO if it exists, and...
View ArticleRe: Need help cleaning up a script and adding loop
Yes it is, but I have one question, if the layer is smaller or bigger than the canvas what do you want to do with it, scale it or trim it? And your script is taking care for the canvas to be divided by...
View ArticleRe: Hi! how do i debug my photoshop so it wont say "[tool] could not be used...
Please read these and proceed accordingly:http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.htmlhttp://forums.adobe.com/docs/DOC-2325
View ArticleRe: Hi! how do i debug my photoshop so it wont say "[tool] could not be used...
For general Photoshop questions you might want to post on Photoshop General Discussion This Forum is dedicated to Photoshop Scripting.
View ArticleShadow with .jsx
i have thousand cropped bottle images and i'd like to add with .jsx a shadow (made with ellipse->gaussian blur, motion blur) at the bottom of each. I have a lot of difficulties beause the bottle...
View ArticleRe: Need help cleaning up a script and adding loop
here are some functions to help you scale the last layer to the canvas size matchLastLayerTocanvas(); function matchLastLayerTocanvas(){ try{activeDocument.backgroundLayer;var a=0 }catch(e){ var...
View ArticleRe: Shadow with .jsx
I think a script can be done but you need to clarify a bit what the ellipse means? An ellipsoid selection? Maybe you can make some screen shots with the steps you need....
View ArticleGetting different time duration in executing same code on same layer!
Hi all, I wrote a function to get the selected layers. I want to log the time duration of the execution of this function. So I write as follows, function getSelectedLayers() { var selectedLayers;...
View ArticleRe: How can I read an XML string that's not from an XML file?
Duh... found my error... I was attempting to access the data by referencing the created "root" element. Since <test> is the very first element tag, it's setup as the root element, which you...
View ArticleRe: Shadow with .jsx
Hi here is one attempt of a script:you can play with the makeShadow( 15, 4.5, 2.49, 25.49, 70) options to get what you needapp.activeDocument.suspendHistory("bcm_addShadow", "main()");function main(){...
View ArticleRe: Shadow with .jsx
Thanks great work. I wasfor days totry to get it. Could i alsoadd300 pixelaround the image?
View ArticleAutomate LZW Tiff saving problem
We´re exporting tiffs from our raw programs (both Capture One and Phocus) these files are opened and edited in photoshop and saved as tiffs with LZW compression and Image Pyramid. The server reads...
View ArticleRe: Automate LZW Tiff saving problem
What are the exact settings you use to save manually and in the Script?Could you provide a pair (the versions of the same image that work/don’t work respectively)?
View ArticleRe: Automate LZW Tiff saving problem
The following settings are used for both the script and the manual save: See dropbox link for the same file working (manual) and not working (automatic) Thanks Trond
View ArticleRe: Automate LZW Tiff saving problem
Unfortunatly I don´t have the code here at the moment, but you will have the same result by making a photoshop action Save As -> LZW compression and Image Pyramide. When you run the action it will...
View Articlecall save for web and devices dialog
can anyone please tell me how to script for call save for web and devices dialog...
View Article