qq362946 / HSoD2TextureMerge

A tool to merge RGB image with another Alpha channel image into one RGBA transprant image. 崩坏学园2 拆包图片处理

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSoD2TextureMerge

A tool to merge RGB image with another Alpha channel image into one RGBA transprant image.

Background

Most Unity3D based mobile game using ETC1 technique to compress resources on Andriod which does not support Alpha channel.

An image only store the Alpha channel was separated from original. This tools is for merging them back.

Feature

  • Merge all images inside the selected parent folder
  • Preview result

ToDo

  • Multi-Thread support
  • Many RGB images sharing the same stucture that using the same Alpha channel image
  • Autosize Alpha images to fit RGB images
  • Better algorithm. ........... Now using pointer instead of GetPixel() and SetPixel()
  • Unity bundle support...................

Notice

The tool currently using Single-Thread to run, which means it would unable to response after start processing images. QAQ

About

A tool to merge RGB image with another Alpha channel image into one RGBA transprant image. 崩坏学园2 拆包图片处理


Languages

Language:C# 100.0%