Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 423 Bytes

REX-Viewer

Web-based viewer for RexPaint files.

Usage

Load the site in a web browser, drag a font onto the tileset target, and drag an .xp file onto the image target.

Command-line usage

Install Node.js and Cairo Graphics. Then run npm install.

To convert a .px to a .png:

./px2png font16x16.png input.px > output.png