https://github.com/mlabbe/rex2ansi
Convert REXPaint files to 24-bit ANSI art.
https://github.com/mlabbe/rex2ansi
Last synced: about 1 year ago
JSON representation
Convert REXPaint files to 24-bit ANSI art.
- Host: GitHub
- URL: https://github.com/mlabbe/rex2ansi
- Owner: mlabbe
- License: mit
- Created: 2018-04-22T00:57:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T17:16:06.000Z (over 6 years ago)
- Last Synced: 2025-03-22T07:24:15.126Z (over 1 year ago)
- Language: Go
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REX2ANSI #
Convert [REXPaint](http://www.gridsagegames.com/rexpaint/) files to 24-bit color ANSI art.
Twenty. Four. Bit. Color ANSI.
What's that, you say, 24-bit color ANSI art? You out of touch human. ANSI art died when [Codepage 437](https://en.wikipedia.org/wiki/Code_page_437) faded everywhere except the Windows command prompt which doesn't even do ANSI color anymore.
Not true anymore! This beautiful anachronism exists on most terminals! Windows command prompt [recently gained](https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/) support for 24-bit color here.
Windows, Mac and Linux all have 24-bit ANSI art support in their various terminals. REXPaint is one of the few programs that generates high color art. All that remained was a way to get it out.
## Features ##
- Standalone executable with CLI options, graphics pipeline tool
- Export codepage 437 (classic ANSI) or UTF-8 (non-Windows users want this)
- Supports layer flattening
## Screenshot ##

## Usage ##
1. `go build github.com/mlabbe/rex2ansi`
2. `./rex2ansi --help`