Transparency on batch exported artboards
Hello,
I have this issue with exporting artboards for textures, in textures you usually use all channels in the RGBA format and therefore you need the alpha channel intact. When batch exporting with 'Artboards to files...' you do have the option to use TGA, but the alpha data is always discarded, no matter if it is loaded into the actual alpha channel for the whole PSD file or if it is actually transparent from the layer masks in the artboard layers.
I am currently using a workaround with the PNG format to fix the PNG compression bleeds when using the RGBA data in a shader, but it is an unneccessary cost on shaders to do the math there when the data need not be compressed/corrupted in the first place.
It's an otherwise good feature for automating shader structures where you usually have a set of images for different shader features, and I don't see why you would have to go through another process ('Artboards to files...') to get the TGA output. You get transparency on PNGs so that exporter actually has support for the alpha, though this is not through the alpha channel, rather the layer alpha. One of those functions is redundant, and judging from which one works better I think it is the 'Artboards to files...' feature.
Optimal for this workflow would be if it actually took the alpha channel in consideration, since the RGB data need not necessarily match the alpha, depending on how it is used in a shader. Is there possibly being done work on this currently? since it's a pretty new feature it could use some polishing to consider the channel data.
