Ive got a folder full of tgas, and I need to make sure theyre all using RLE compression. The first solution that came to mind was to make an action that saves the tga with RLE compression, and then use batch processing to do it on the whole folder.
But theres a problem, some of the files have alphas, and some dont. So some are 24bit, and some 32bit. With my method its going to turn them all into 24 or 32 bits (The dialog where you choose RLE compression is also where you choose 24bit/32bit)
Is there some way to separate the 24 bits from the 32 bits? Am I being stupid here, is there an easier method? Will the action even ensure that all the tgas end up with RLE compression?
Any help would be much appreciated.
Replies
If they're the same, sort by size and the 32 bits will be bigger then the others.
I tried sorting by size, thinking that it would still break them up into groups of different resolutions. But the fact that there's 1300 TGAs with resolutions ranging from 128X128 to 2048X2048, some 24-bit some 32-bit, confused things a bit, to say the least.
You could also try XNview, it has a great batch processor.
Thanks, I'll take a look at XNview
In the short term, you could build in a stop point into your action -- usually a point where PS will pull up a dialog box and ask you for input (say, at the save and compress step). Sure, you have to interact with each of your thousand files, but it often beats having to do 20 steps on each of your files.
Scott
Another option is one I used to batch resize a huge number of DXTs in various folders, bottom of the page here. Looks long and involved, but it's pretty quick for a one-off. Instead of using NVdxt, you could try something like this.
Eric, you sir, are a godsend! Thats exactly what I was looking for, many thanks
It's a bit pricey though, so unless Photoshop can't do it I wouldn't recommend it