I registered here because i'm having some rather annoying issues with trying to create an alpha channel from an image without one (WITHOUT touching the colour channel on either images)
The results i'm getting are not what i need, I need
This image
http://i228.photobucket.com/albums/ee24 ... _alpha.jpg
As the ALPHA channel on this image;
http://i228.photobucket.com/albums/ee24 ... normal.png
Forget about the size difference too, the alpha has been scaled down to save bandwidth however the normal map is full size. I just need to Copy the RGB Black and White Mask image into the Alpha Channel of the Normal map... I've tried several combinations of command line options and none of them are what i need, and i DO NOT want the colour channel of the normal map touched at all, when i am able to copy the alpha into the normal map it does not save the alpha channel and deletes any colour information from the input mask alpha...
This is the closest i can get but it Destroys the alpha channel which i dont want to happen;
Code: Select all
composite.exe -compose CopyOpacity alpha.png input.png output.png
Input.png = colour input with NO Alpha
What i need for Output.png = Colour output with Alpha.png as the Alpha Channel of Input.png
Any help is appreciated;
EDIT: I must stress i need the Input.png colour image to stay untouched
This is critical to all images that i want to use this for.
-Jenkins