alula / 998tools

Toolkit for manipulating Microsoft's 998 image files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

998tools

Toolkit for manipulating Microsoft 998 image format files, used in Microsoft Office and UIRibbon.dll.

Usage

998pack

The output file(s) will be named <input without extension>.998

Usage: 998pack <file1> <file2> ... <fileN>

998unpack

The output file(s) will be named <input without extension>.png

Usage: 998unpack <file1> <file2> ... <fileN>

About

Toolkit for manipulating Microsoft's 998 image files.

License:MIT License


Languages

Language:C++ 95.0%Language:CMake 5.0%