https://github.com/stevensys/pgm2chr
Simple command line tool that converts a PGM image file to a Famicom/NES CHR tileset file
https://github.com/stevensys/pgm2chr
command-line command-line-tool conversion convert convert-image convert-images convertor famicom image nes nintendo nintendo-famicom nintendo-nes pgm pgm-image tile tiles tileset tilesets tool
Last synced: 9 months ago
JSON representation
Simple command line tool that converts a PGM image file to a Famicom/NES CHR tileset file
- Host: GitHub
- URL: https://github.com/stevensys/pgm2chr
- Owner: StevenSYS
- License: unlicense
- Created: 2025-09-04T22:25:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T00:09:05.000Z (9 months ago)
- Last Synced: 2025-09-05T00:23:02.014Z (9 months ago)
- Topics: command-line, command-line-tool, conversion, convert, convert-image, convert-images, convertor, famicom, image, nes, nintendo, nintendo-famicom, nintendo-nes, pgm, pgm-image, tile, tiles, tileset, tilesets, tool
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PGM2CHR
A simple command line tool that converts a 128x256 [PGM image file](https://en.wikipedia.org/wiki/Netpbm) to a [Famicom/NES CHR tileset](https://www.nesdev.org/wiki/PPU_pattern_tables) file
# Usage
`PGM2CHR [output CHR filename]`
If the output filename is empty, then "tiles.chr" will be used