Skip to content

decompals/pigment64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pigment64

Rust Crates.io License

pigment64 is a library written in Rust for converting N64 image data between native and png formats.

Supported formats

pigment64 supports a variety of common N64 image formats:

  • Intensity: I1, I4, I8
  • Intensity + Alpha: IA4, IA8, IA16
  • Color Indexed: CI4, CI8
  • Direct Color: RGBA16, RGBA32

Command line usage

pigment64 provides command-line interface (CLI):

Usage: pigment64_cli <COMMAND>

Commands:
  to-png  Converts a binary image to a PNG
  to-bin  Converts a PNG to a binary image
  help    Print this message or the help of the given subcommand(s)

Library usage

To use pigment64 in your Rust project simply run a

cargo add pigment64

License

This project is licensed under the MIT License.

About

Performant image-generating modestly entertaining new tool...64

Resources

License

Stars

Watchers

Forks

Contributors 5

Languages