Using PhotoShop Action/Scripts in command line
Hello everyone, I am working on a project that needs to run PhotoShop's script/action on a folder everyday. It needs to be done automatically without no user interaction. Ideally, I would create a...
View Articleselecting a required part of image only in a batch process
There is an image of apple on white canvas. I want to crop it in a way so that my new image will contain only required part(apple only). To explain it clearly I have drawn a black rectangle around...
View ArticleRead multiple vars from file + blendMode question.
I only have basic knowledge of js and have two questions. The script I am trying to create is a toggle. It does something on the 1st run and then something else on the 2nd. The only way I could figure...
View Articleneed script for Trim, Resize image , save as web .jpg
Hi intelligent guys , plz help me in script for step 1: trim all the white space in image on all 4 sides step 2 : expand the canvas size with 5:3 ratio step 3 : image size should be in between ( 960...
View ArticleProblems in JavaScript with drawing images, new as of CC 2015
I have a script for creating layouts (single image/document) from multiple source images. It has worked fine in all versions of Photoshop, from CS4 up to CC 2014. In CC 2015, there are a few problems....
View Articlehow to drop a shadow of an image using script?
There is shadow also with this image, I want to drop same shadow to multiple images with a fixed opacity, dimension and color, it will not vary with image. how to perform it with script?
View ArticleIf statement not working inside for loop for file saving?
Hello! I have the following documents open in Photoshop: 123456_mrp_ou.tif869548_mrp_ou.tif896589_mrp_in.tif896589_mrp_ou.tif ..and I have this if statement within a for loop to look for files with a...
View ArticleHow to remove xmp metadata?
I need to remove the "XMP metadata" information in the tiff(photoshop) files via scripting. Is it possible? Kindly advice me. Please provide examples. Thanks for looking into this.. Regards,Maria...
View ArticleInsert jpg file into psd file and update text
I want to add jpeg image into 'photo' field from folder and also update Name,Ads and Contact details from text file.This is dynamic process for 100 students. It should be in above format only. Please...
View ArticleIs it possible to get the value of a keyframe from the photoshop timeline?
I'm investigating if it is possible to store and retrieve time-based values/variables using keyframes. I'm especially interested in the html comments track because it can contain a string. I've tried...
View ArticleIs there any way to copy and move multiple active layers at a time? (JavaScript)
Standart function (copy(relativeObject,insertionLocation)) don't work with several objetcts, and can copy only first layer.
View ArticleAnyone know how to move a layer set (group) into another layer set using...
The following code returns a parameter error:error "Adobe Photoshop CC 2014 got an error: Parameter error." number -50 tellapplication "Adobe Photoshop CC 2014" activate tellcurrent document...
View ArticlePS-Scripts.com temporarily suspended?
Hi,I've run into this page when trying to visit good old ps-scripts.com: Never seen anything similar over the years - has anyone some news about it?Thanks! Davide
View ArticleHow to move a file from one folder to another with javascript?
In my script I'm batch processing folders. Copying and editing files when necessary. There is one folder that needs to move from it's location which is given in input, to one that is dynamically...
View Articleautomate save with adding a number
Hy all, this is the situation: I have got a psd file. I want this file to be saved automatically as Documentname1.png while it originally is Documentname.psd. The script doesn't have to ask what number...
View ArticleHow to remove xmp metadata?
I need to remove the "XMP metadata" information in the tiff(photoshop) files via scripting. Is it possible? Kindly advice me. Please provide examples. Thanks for looking into this.. Regards,Maria...
View ArticleQuickly retrieve Exif metadata
I've got a script for Photoshop CC 2014 that makes some exposure value (EV) calculations based on Exif metadata in camera raw files and then adjusts the image exposure to the target EV. I know that...
View ArticleApply Filter to Multiple Layers At Once (without converting to a SO)
Hey everyone, I've looked everywhere for a way to simply apply the same filter to multiple layers at once, without first converting them to a Smart Object. I need to keep my layers intact and separate...
View ArticlePS CS6 Javascript
I am using a Mac but the script works for both Mac and PC just fine for any Photoshop CS3 or above. Basically I'm trying to use three different actions.1 - if the picture is more than 2000 px wide or...
View ArticleHow to call the photoshop action file?
I need to know how to call the photoshop action file(*.atn) through javascript. Kindly advice me.
View Article