Search found 3 matches

by PhantomX
Tue Jan 16, 2018 3:59 pm
Forum: Help Me
Topic: Move selection to new group
Replies: 1
Views: 3547

Move selection to new group

Hey, I'm trying to move the layer selection to a new group while keeping the same hierarchy. I get the selected layers using this function: function GetSelectedLayers() { var idGrp = stringIDToTypeID( "groupLayersEvent" ); var descGrp = new ActionDescriptor(); var refGrp = new ActionRefere...
by PhantomX
Tue Jan 16, 2018 3:48 pm
Forum: Help Me
Topic: TGA alpha channel
Replies: 2
Views: 4257

Re: TGA alpha channel

works! thanks :)
by PhantomX
Wed Jan 10, 2018 4:51 pm
Forum: Help Me
Topic: TGA alpha channel
Replies: 2
Views: 4257

TGA alpha channel

Hi, I'm saving a TGA while specifying to save alpha channel, but when I open the TGA the alpha channel is not there. Anyone knows why it's not working and how to make it work? I'm using Photoshop CS5.1 and here's my code: var doc = app.activeDocument; var tgaFile = File(rawPath); var tgaSaveOptions ...