Skip to content
/ jtex Public

A crate for decoding Nintendo Jupiter Texture files.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zedseven/jtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jtex

License: MIT/Apache-2.0 # Issues

A crate for decoding Nintendo Jupiter Texture files.

Based on the work of jtex_view and Kuriimu2.

Usage

let file = File::open("Prs_P_254_C.jtex")?;
let decoder = JupiterDecoder::decode(file)?;
let image = DynamicImage::from_decoder(decoder)?;

image.save_with_format("Prs_P_254_C.png", ImageFormat::Png)?;

Please refer to the API Documentation for more information.

Project License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in jtex by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A crate for decoding Nintendo Jupiter Texture files.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages