combining several PNG8 into an image
Posted: 2015-11-21T08:13:42-07:00
windows 7 Pro (x64) 6.9.2 Q8
I am tryin to (in a windows .CMD script) combine 5 images, all are PNG8 formatted from a previous process...
Each image is a single color of R, G or B...I want to bring all of them into a new image and combine them to get an image out that is the UNUSED pixels of this combine.
So basically additive to result in a NEW image, all white, where ever the other previous images are empty.
I have tried every combination I could think of to achieve this.
Thanks for your patience this week with all of my questions...lots of possibilities, and apparently I have not figured it out yet.
The reason for this is I have to create a total of 6 texture, all taking into account every pixel in my 4096x4096 space. The first 5 each represent some pixels as materials. The 6th (the one I am tryin to build now) is the left over pixels from the previous 5 textures. Therefore I have accounted for ALL of the pixels.
Thanks
I am tryin to (in a windows .CMD script) combine 5 images, all are PNG8 formatted from a previous process...
Each image is a single color of R, G or B...I want to bring all of them into a new image and combine them to get an image out that is the UNUSED pixels of this combine.
So basically additive to result in a NEW image, all white, where ever the other previous images are empty.
I have tried every combination I could think of to achieve this.
Thanks for your patience this week with all of my questions...lots of possibilities, and apparently I have not figured it out yet.
The reason for this is I have to create a total of 6 texture, all taking into account every pixel in my 4096x4096 space. The first 5 each represent some pixels as materials. The 6th (the one I am tryin to build now) is the left over pixels from the previous 5 textures. Therefore I have accounted for ALL of the pixels.
Thanks