Hello !
I'm trying to convert two jpg-files to a TGA image with an alpha channel. First JPG has just colors, second one has an alpha.
Any hints ?
Jukka
2 jpgs to one TGA with alpha channel
Re: 2 jpgs to one TGA with alpha channel
Yippiee, I did it:
convert diffuse.jpg alpha.jpg -colorspace RGB -alpha Off -compose copy_opacity -composite final_image.tga
convert diffuse.jpg alpha.jpg -colorspace RGB -alpha Off -compose copy_opacity -composite final_image.tga