DNG converter: what's the command line to "Skip source image if exists" option?
I'm using Adobe DNG Converter 8.3.0.141 to convert more then a Million of raw images in thousands of diferent folders. It is working well, but first I must prepare and rename with a script some of the...
View ArticleSelecting the brightest pixels
HelloIs it possible to write a script that finds brightest pixel or pixels (if there are more of them at the same brightness) in an active layer and selects them? if there is an easier way to do that,...
View ArticleSearching Arrays - indexOf
I was trying to search an array, and on the web it says to use something like this: var tA = ['one','two'];$.writeln(tA.indexOf ('one')) However, when I try this, I get: tA.indexOf is not a function."...
View ArticleHow do I find the font for a specific character in a textItem?
I'm writing a script that builds a font list for an open document. While I could have lookup the fonts for the file as a whole, my goal is to iterate over specific layerSets to build a font list from....
View ArticleScript to Zoom In and Out at specific increments
I have dabbled with javascript in the past, but I'm a total newb at scripting Photoshop. What I need is a script I can use to zoom in at specific intervals and another to zoom out at the same...
View ArticleI can't get Photoshop CS6 startup script to works ?
Hi! I'm trying to get a script to execute each time photoshop cs6 is started. I've tried to put it in that folder ( Photoshop-CS6-Scripting-Guide.pdf page 10) C:\Program Files\Common...
View ArticleAction & Droplet "save as" vs "save as web" not working - Possible bug?
Before I state the issue, I am running the latest updates and have tried this in Photoshop CS4 & CS5.I believe this is a bug in Photoshop, unless someone can get this Action & droplet to work...
View Articleopen as linked smart object
Hello, iam looking for a solution to open files in a folder and copy then into a document. Its working good, but i need the files to be linked smart object. Anyone knows a solution ? Here my Code so...
View Articlethe coordinate of a bounding box is the same as the layer's coordinate?
Hello, everyone, I create a text layer, and got the layer's bounds. And then on this layer, I created a bounding box within some contents, now I'm confused if the bounding box's coordinate is the same...
View ArticleHow to copy filename and paste as text in Photoshop
I have about 1500 files each with a unique filename. For each image I want to copy that individual filename and paste it into the document as a text layer at a certain location say .25 inches from the...
View ArticleMove files from one folder to another javascript?
I am running a 3-action droplet automatically using windows task scheduler. Here are the 3 steps:1. Batch file to move files from hot folder to processing folder2. Run IPP (dr brown's image...
View ArticleSetting a font on a PSD text item in javascript?
Hi there, I'm new to photoshop scripting and am having a bit of trouble editing a text layer in Photoshop using javascript. I have a few PSD templates in which I'd like to replace text on specific...
View ArticleCheck 2 condition and execute
Hi Guys, I am trying to create a script to check 2 conditions and if the 2 conditions are not matched it need to execute X. try{ var myDoc = app.activeDocument;...
View ArticleScript Alert: "Sorry I could not process the following files" (Error Message...
I'm a seasoned Photoshop/Bridge CS5 user who recently upgraded to CS6. In Bridge I just ran my first Image Processor batch, trying to convert a set of RAW .NEF files to .PSD files with a basic editing...
View Articlecannot open the file because the open options are incorrect
I'm trying to iterate through a folder of images, open each one of them, duplicate them into another photoshop file and close the individual image. This code works great on a PC (Photoshop CS3), but...
View Articlehow to get radius of round corner of rectangle in solidfill layer?
Is there any way to calulate the radius of round corner of roundRect in solidfill layer ?? help please!
View ArticleOpen image sequence from folder in script
Hey I'm trying to get my head around something. I created a function through script listener to replace an image suquence, but can't for the life of me figure out how to change the input so that i can...
View ArticleFind and replace text in multiple Photoshop files?
Hi there, Let us say I have six Photoshop files: 1.psd, 2.psd, ..., 6.psd. All of these files contain the word “LoremIpsum” in random text layers, within each document. Is there a way I can search for...
View Articlephotoshop scripting output
Is there a console or log for output from script events? I tried making a function, which executes an alert correctly, but doesn't create a new document. I can't find any way to see if this syntax is...
View ArticleHow to insert EXIF date time data on photo using Photoshop CS5.5
Is there any script or function available in photoshop CS5.5 which can help me in inserting date time from EXIF onto the photograph.An automated solution which can do multiple images at once will be...
View Article