Releases: nextonesfaster/sc-extract
Release list
v1.1.0
v1.0.2
v1.0.1
Removed tests/out/ directory from version control. This reduces the crate size substantially.
This version has no changes to the CLI tool or the public API. If you're only using the CLI tool, you do not need to update.
If you're using the crate to create your own tool, you're recommended to update to this version to reduce the crate size.
v1.0.0
Adds support for extraction of individual images from extracted sc files and adds more flags and options to the tool.
The API of the library was changed substantially:
process_scwas renamed toprocess_tex- new
process_scwas added to process extractedscfiles UnknownPixelandDecompressionErrorwere removed in favour of newErrorenum.
v0.2.0
v0.1.2
Version 0.1.2 of sc_extract.
You can download pre-built binaries of the tool and start using it instantly, without needing Rust! Choose the binary which is suitable for your operating system.
After downloading and unzipping the binary, you'll see a folder containing three files: LICENSE, README.md and sc_extract. cd into this folder/directory and use a command with the following signature to begin extracting:
sc_extract [FLAGS] [OPTIONS] <path>For help, use sc_extract --help.
Note: You may need to change sc_extract to ./sc_extract or sc_extract.exe. For more information, see usage section.
v0.1.1
Version 1.1.0 of sc_extract.
You can download precompiled binaries of the tool and start using it instantly, without needing Rust! Choose the binary which is suitable for your operating system.
After downloading and unzipping the binary, you'll find a directory containing three files: LICENSE, README.md and sc_extract. cd into this directory and use sc_extract [FLAGS] [OPTIONS] <path> command to begin extracting.
For help, use sc_extract --help.
Note: All Windows binaries are empty. Please use the tool using cargo install until the next release!