Skip to content

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

Notifications You must be signed in to change notification settings

yyuueexxiinngg/HSoD2TextureMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 拆包图片处理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages