baoshan / dstcnv

dstcnv converts the DST compressed DSDIFF file into an uncompressed DSDIFF file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dstcnv - DST encoded DSDIFF to decoded DSDIFF file converter
Copyright (c) 2017 by Takayuki Nakano
Copyright (c) 2022 by Baoshan Sheng
 
This software is distributed under the GPL2 (GNU Public License v2.0).

Test environments
=================

* macOS 13.1 + Xcode 14.1 + Command Line Tools

How to compile
==============

% git clone https://github.com/ntaka777/dstcnv.git
% cd dstcnv
% make

Command usage
=============

dstcnv [-q] [-o output-file] dst-encoded-dsdiff-file | -h | -V

-q : Quiet mode (except errors)
-o : Specify output filename (default: <input-filename>_dec.dff)
-h : Print option help
-V : Print version information

-- 
Takayuki Nakano
E-mail : n-taka[atmark]bd6.so-net.ne.jp
Twitter : taka_JRS

About

dstcnv converts the DST compressed DSDIFF file into an uncompressed DSDIFF file.

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Makefile 0.4%