The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pnm2chr - converts PNM files to NES sprite data (.chr files)

VERSION

version 0.02

SYNOPSIS

  pnm2chr input.pgm # generates input.chr
  pnm2chr < input.pgm > output.chr

DESCRIPTION

This is a simple wrapper around Games::NES::SpriteMaker to convert existing files from PNM format to CHR-ROM format. If you pass a filename as an argument, it will create a new file in the same directory with the same name except replacing the extension with .chr, otherwise it will read PNM data from stdin and write CHR data to stdout.

AUTHOR

Jesse Luehrs <doy@tozt.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Jesse Luehrs.

This is free software, licensed under:

  The MIT (X11) License