chariot_palette

Crates.iochariot_palette
lib.rschariot_palette
version0.1.5
sourcesrc
created_at2017-05-03 16:54:41.319222
updated_at2017-05-11 00:00:02.961107
descriptionA library for reading/writing JASC palettes
homepage
repositoryhttps://github.com/ChariotEngine/Palette
max_upload_size
id12947
size8,457
Taryn (Phrohdoh)

documentation

https://docs.rs/chariot_palette/

README

Chariot Palette Crate

This crate handles the BIN file format used by Age of Empires (1997). Currently it can read BIN files.

While the ability to write a BIN file is a nice to have, it's not strictly necessary for the rest of the Chariot project, and thus, is not implemented at this time.

BIN palettes are JASC palettes (used by Paintshop Pro and possibly other image manipulation software).

This library is named chariot_palette because I did not recall the truth above until after I published this crate.

If you want the crate name chariot_palette please contact me and I'll more than likely be willing to transfer the name.

I wish I had named this library jasc_palette. Oops.

The code herein falls under the same license as the rest of the Chariot project.

Building

You'll need the Rust compiler and Cargo build system. Once you have those, you can compile with:

$ cargo build
Commit count: 1

cargo fmt