Skip to content

bcampbell/png2pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

png2pac

Converts png files into character/sprite roms for the pacman arcade hardware.

Installation

Written in Go. To build and install:

$ go get github.com/bcampbell/png2pac
$ go install github.com/bcampbell/png2pac

Invocation

Usage: png2pac [flags] infile outfile

Converts png images to pacman rom files.
Input image should be a paletted png file.

Flags:
  -p	Just output palette (32 colour entries)
  -s	Convert as 16x16 sprites (default is 8x8 characters)

About

Convert png files to pacman graphics ROM format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages