mgagvani / minecraft_texture_upscaler

Minecraft Texture Upscaler automatically processes low-resolution Minecraft texture packs and increases their resolution. It is almost as good as native, (paid), high-resolution texture packs.
4 stars 0 forks source link

Add alpha channel to output images #1

Open mgagvani opened 3 years ago

mgagvani commented 3 years ago

With the current state of the code, the image is read as a 4-channel RGBA image. However, the Super Resolution libraries cannot handle 4-channel images. This results in black boxes around items such as swords.

mgagvani commented 3 years ago

Commit https://github.com/mgagvani/minecraft_texture_upscaler/commit/15db027cc3ed79805a531d0533ec0a798b1daa39 is a good fix, although it does not solve the issue entirely. I am leaving this issue open.