wsz 0.1.0

Rust crate for the winamp skin format (wsz)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# wsz

Rust crate to unpack, pack, and screenshot Winamp skins. Borrows heavily from [webamp](https://github.com/captbaritone/webamp/tree/master).

[docs.rs](https://docs.rs/wsz/latest/wsz)

## Utility

This crate is both a library and a utility. The utility offers the following options

 - `--extract {path_to_wsz_file}` creates a directory with extracted sprites
 - `--pack {path_to_extracted_directory}` packs a directory back into a wsz file
 - `--screenshot {path_to_wsz_file}` creates a mockup screenshot into screenshot.png

## License

MIT License. Winamp is a copyright of Nullsoft.