🔒 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.

Similar threads

About this Thread

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

New Topics

Online now

Members online
1,201
Guests online
4,030
Total visitors
5,231

Forum statistics

Threads
2,304,360
Posts
29,159,426
Members
1,196,770
Latest member
somebunny
Back
Top