lurkook / kuro

UbiArt texture encoder for Wii games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kuro (Doko Demo Issyo series)

Kuro

UbiArt texture encoder for Wii games.

Features

  • Masked texture support
  • Command line interface
  • Batch convert support
  • Minimal dependencies to external programs (program is needs only Wiimms Image Tool for encoding textures)
  • Powered by PIL library (this helps to make real alpha images for masked textures)

Usage

kuro.py -i INPUT [-o OUTPUT] [-w WIMGT_EXECUTABLE_PATH] [-m] [-e EXTENSION_NAME] [-W]

UbiArt Wii texture encoder

optional arguments:
  -i INPUT, --input INPUT
                        Input image(s)
  -o OUTPUT, --output OUTPUT
                        Output directory
  -w WIMGT_EXECUTABLE_PATH, --wimgt-executable-path WIMGT_EXECUTABLE_PATH
                        Path to Wiimms Image Tool
  -m, --masked          Texture should be masked?
  -e EXTENSION_NAME, --extension-name EXTENSION_NAME
                        Name of extension what should be used for output file names (example. tga/png)
  -W, --white-alpha     Alpha texture should be re-masked to have white background? (This can be useful when texture gets      
                        artifacts)

Contribute!

Any contribution, bug reports and help is welcome here.

Check issue page.

License

This repository (lurkook/kuro) is licensed under Apache License 2.0.

About

UbiArt texture encoder for Wii games

License:Apache License 2.0


Languages

Language:Python 100.0%