Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.54 KB

File metadata and controls

44 lines (31 loc) · 1.54 KB

Image Combiner & Channel Extractor

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.

Features

  • 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).

Prerequisites

  • Windows OS
  • .NET 8.0

Usage

Combine Channels

  1. Select up to four grayscale images for R, G, B, and A channels.
  2. Click Create Combined PNG.
  3. Save your final image.

Combing channels Looks of the combine panel

Extract Channels

  1. Load an existing PNG or JPG.
  2. Click on Download channel.
  3. Save your extracted image.

Combing channels Looks of the extract panel

Keywords for SEO

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