Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How do I delete all white pixels from several layers?

How do I delete all white pixels from several layers?

How do I delete all white pixels from several layers?

How do I delete all white pixels from several layers?
For an action I started recording a new action called SelectWhite and did Select -> Color Range (selected white) pressed OK then I hit Delete to delete the white, and then I pressed CTRL + D to de-select the current selection.
I then stopped recording my action.
Now you could just use this action manually on every layer or you could use a script to do it for you...
Then here's the code you need for the script:
var doc = app.activeDocument;
for(var i = 0; i doc.activeLayer = doc.layers[i];
app.doAction("YOUR_ACTION_NAME_HERE", "YOUR_ACTION_SET_NAME_HERE");
doc.activeLayer.visible = false;
}
This script will iterate through every layer and run the action you made on it.
On my computer the app.doAction line of code looked like this:
app.doAction("SelectWhite", "Custom");
Note that the first part "SelectWhite" is the name of your action and "Custom" is the action set the action is part of.
You can just open up Notepad and past this code in there, then save it as a .jsx file.
Now go to:
File -> Scripts -> Browse... and select your script and run it.
That's it!
source: graphicdesign.stackexchange.com

TAGS: #APKForBlackberry DROIDREADERS.BLOGSPOT.COM #DROIDREADERS #iAHMEDSHERAZ #AndroidFreeApps #PremiumAppsForFree #DownloadFreeAPK #LotsOfAPK free apk games free apk files free apk downloader free apk market free apk store free apk go free apk games offline free apk android free apk sites premium apk premium apk store premium apk cracked premium apks for free premium apk mod premium apk downloader premium apk apps download premium apk site premium apk games download premium apk 2016 premium apk download premium apk spotify premium apk market premium apk for smash hit
#DroidReaders #iAhmedSheraz #FreeAPKS #FreeAndroidApps @iAhmedSheraz

iAhmedSheraz  




This post first appeared on DViral, please read the originial post: here

Share the post

How do I delete all white pixels from several layers?

×

Subscribe to Dviral

Get updates delivered right to your inbox!

Thank you for your subscription

×