🔒 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

Online now

Members online
1,108
Guests online
3,720
Total visitors
4,828

Forum statistics

Threads
2,328,780
Posts
29,244,558
Members
1,158,068
Latest member
Fgfdffv
Back
Top