Skip to content

Files

Latest commit

3381f1c · Jan 27, 2024

History

History

chr2img

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 18, 2023
Jan 27, 2024
Feb 16, 2023

README.md

chr2img

chr2img is a quick little nodejs app that converts a given chr file and palette into a large 128x512 png image suitable for use with tile editors. (Such as Tiled) This program expects the format exported by NES Screen Tool, but it is likely that other programs will also work.

Command

Run the command as follows:

chr2img [chr file to convert] [pal file to convert] [file to save output to

chr2img graphics/tiles.chr graphics/palettes/main_bg.pal ./test.png