TGA Tool: split n' merge


(nUllSkillZ) #1

Hi,

because I’m a total nOOb in texturing or working with pictures I’ve created a little tool that splits RGB-Alpha-TGA’s into a RGB-part TGA and a greyscaled Alpha-part TGA (also a RGB but with greyscaled colors).
It can also be used to merge a RGB TGA with a greyscaled TGA (also a RGB but with greyscaled colors).
Example:

I’ve used Microsft’s EXCEL Visual Basic for programming this.
So you have to have EXCEL Version 2000 to use this tool.

Download ~ 21KB

If someone is interessted in the source I will post it.

Edit:

I’ve uploaded also the source:
Source Download ~ 3KB


(nUllSkillZ) #2

I’ve tried to convert it to C.
It’s a very simple C program.
But it works for me.
C-source (~3 KB):
http://www.nullskillz.de/et/tools/split_n_merge_c_src.zip


(=SC=Beef) #3

I dont know of a use for it yet, but i tried and it it works pretty well. i just had to ajust my macro security settings.