Texconv

From dreamcast.wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Texconv is a old but trusty tool by Anton Norgren (Tvspelsfreak on DCEmulation.org forums) to convert .png files into .dtex (some say .dtx) format.

Source : https://github.com/tvspelsfreak/texconv

Installation

Tested on Linux Mint (2020-01-16)

sudo apt install qt5-default qtbase5-dev
git clone https://github.com/tvspelsfreak/texconv
cd texconv
qmake
make