Image Combiner is a Windows Forms (.NET) application that lets you:
- Combine up to four images into a single RGBA PNG.
- Assign each input to a color channel (Red, Green, Blue, Alpha).
- Extract individual color channels (Red, Green, Blue, Alpha) from an existing image into new files.
Export results as PNG (with transparency).
This tool is designed for game developers and texture artists, who need to pack or unpack texture maps efficiently.
- 🖼️ Import PNG or JPG images for each channel.
- 🎨 Automatic grayscale conversion of inputs.
- ⚡ Fast pixel manipulation.
- 🔍 Preview images before combining or extracting.
- 💾 Save outputs as .png (with transparency).
- Windows OS
- .NET 8.0
- Select up to four grayscale images for R, G, B, and A channels.
- Click Create Combined PNG.
- Save your final image.
- Load an existing PNG or JPG.
- Click on Download channel.
- Save your extracted image.
image combiner, channel extractor, pack textures, unpack textures, grayscale to RGBA, Unity textures, Unreal Engine textures, alpha channel extractor, combine PNG channels, split color channels, texture map creator