🔒 Closed Background Remover Script using Photoshop

Status
Not open for further replies.

Lok1

Honorary Poster
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!!
 
Status
Not open for further replies.

About this Thread

  • 12
    Replies
  • 2K
    Views
  • 12
    Participants
Last reply from:
Varok000

New Topics

Online now

Members online
873
Guests online
1,292
Total visitors
2,165

Forum statistics

Threads
2,272,147
Posts
28,940,505
Members
1,238,026
Latest member
siLvEztErQt
Back
Top