Batch background remover script using Photoshop, i will recommend na gumamit kayo ng 2016+ version ng photoshop para mag work yung script.
Photoshop CC2019:
You do not have permission to view the full content of this post. Log in or register now.
Script:
You do not have permission to view the full content of this post. Log in or register now.
Configure following paramers before running the script
--------------------------------------------------------------------------------------*/
//Place all images needs to be processed in a folder. Add the path below.
var sourceFolder = Folder("C:\\ps\\src");
//Add the path of an existing folder below to save the output.
var saveFolder = new Folder("C:\\ps\\out");
//Fill color of the background
var colorRef = new SolidColor;
colorRef.rgb.red = 255;
colorRef.rgb.green = 255;
colorRef.rgb.blue = 255;
//Set blow to true to make the background transparent.
var isTransparent = true;
//Set below to true to use an image as background
var isImageBg = true;
//If isImageBg is set to true,
//it's required to the background image to be preopened in photohsop
//Backdound image must be the active document
FEEDBACK KAYO GUYS IF WORKING SALAMAT!!
Photoshop CC2019:
You do not have permission to view the full content of this post. Log in or register now.
Script:
You do not have permission to view the full content of this post. Log in or register now.
Configure following paramers before running the script
--------------------------------------------------------------------------------------*/
//Place all images needs to be processed in a folder. Add the path below.
var sourceFolder = Folder("C:\\ps\\src");
//Add the path of an existing folder below to save the output.
var saveFolder = new Folder("C:\\ps\\out");
//Fill color of the background
var colorRef = new SolidColor;
colorRef.rgb.red = 255;
colorRef.rgb.green = 255;
colorRef.rgb.blue = 255;
//Set blow to true to make the background transparent.
var isTransparent = true;
//Set below to true to use an image as background
var isImageBg = true;
//If isImageBg is set to true,
//it's required to the background image to be preopened in photohsop
//Backdound image must be the active document
FEEDBACK KAYO GUYS IF WORKING SALAMAT!!