Re: Remove not active layer
That’s strange, it works fine for me in CC; but you may want to update Photoshop CC, though – it’s at 14.2.1 is the current version. You can try to replace that line with var hasBackground =...
View ArticleRe: Automate LZW Tiff saving problem
Sorry I can’t provide more help. When you automate opening the files, doing something to make them "dirty" (add a layer and remove it for example) and saving them are those files accepted by your...
View ArticleJavascript for photoshop cs6 for image should be save under the size of 500kb...
Dear sir , I have a lot image folder and every folder have 3-5 image so i open all images in single psd and edit them after that i face so much difficulties to save those image in their respective...
View Articlescript to clear/strip exif looking for
hii'm looking for a script to clear/strip exif , for jpg files i would like to run it under photoshop cs6 and cc or bridge i know there is a script but i can't find anymore , i googled it nothingi know...
View ArticleRe: script to clear/strip exif looking for
Have you found this thread? ps-scripts.com • View topic - remove EXIF
View ArticleRe: suspendHistory breaks activeHistoryState
FYI,Michel Mariani suggested this workaround: var doc = app.activeDocument; $.writeln(doc.activeHistoryState); // [HistoryState DemoFile.jpg] doc.suspendHistory ("TEST", "doc.activeLayer.name =...
View ArticleRe: call save for web and devices dialog
Great! Mr.Paul RiggottThank you. It is working fine.
View ArticleRe: Add selection as add and intersect commands combined
Dear c.pfaffenbichlerI appreciate your help so much. But Im forced to ask for more help from you... The problem is that i dont know how to use the script you wrote for me. As i said earlier your skills...
View ArticleRe: Getting different time duration in executing same code on same layer!
Windows and Unix do other things as well as runnin Photoshop processes get interrupted and resumed
View ArticleRe: script to clear/strip exif looking for
hiyesbut i did not find the scriptbut i'm sure there is one called exifstrip.jsx but can't find it
View Article[script] "if exists script" function
Hello, Is exists a function in javascript to verify if a script named X exists ? I want to check it, and if it exists, launch it : function executeScript(scriptName) { if (scriptExists(scriptName))...
View ArticleRe: [script] "if exists script" function
Hi efreetcs,there are several ways. One way is to check if your File exists: var aFile = "~/Desktop/TestFolder/yourScript.jsx"; if (File(aFile).exists == false) { alert("yourScript.jsx does not...
View ArticleRe: Add selection as add and intersect commands combined
Paste the text into a new file in ExtendScript Toolkit (part of Photoshop’s installation, Applications/Utilities/Adobe Utilities/ExtendScript Toolkit … and save it as a jsx-file into Photoshop’s...
View ArticleIs it possible to script a Pause, allowing brushing etc
I use a workflow script and actions to retouch large numbers of files and it would be fabulous if I could do some layer mask brushing on each image "mid batch". Is it possible to create a Pause Script...
View ArticleHow to read the format of each character in the text layer?
How to readthe format of eachcharacter in thetext layer?
View ArticleColor value from an "Average Blur" applied to a selection
Hello, I would like to obtain the color value from an Average Blur applied to a selection.Any ideas ? Thanks
View Article