GitXplorerGitXplorer
M

crx-convert

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
396a34b9ff99f6ee6fd14362b8f2552ab21fa639

update dependencies

MMilkFather committed 7 months ago
Unverified
4115cd5697ebcec622de34247e992ef9988410a6

Bump thiserror from 1.0.53 to 1.0.58

ddependabot[bot] committed 10 months ago
Unverified
b18ace59c224876a6a949458a451317c05f9b054

Bump rayon from 1.8.0 to 1.10.0

ddependabot[bot] committed 10 months ago
Unverified
26218a270a2a5f296ebf7ac0349b1b8cfda885b4

Bump clap from 4.4.12 to 4.5.4

ddependabot[bot] committed 10 months ago
Unverified
62a34d6c0b993bf25dcc8edb816ff76ac972b6e0

Bump image from 0.24.7 to 0.25.1

ddependabot[bot] committed 10 months ago
Unverified
e11c048570b9050e3b204a2a09f57bf7beb17309

Bump owo-colors from 3.5.0 to 4.0.0

ddependabot[bot] committed a year ago

README

The README file for this repository.

CRX Circus Image Format

CIRCUS is best known as the developer of Da Capo series. They use a properitary format to store their image assets. These files have the file extension CRX. Not to be confused with Google Chrome extension format, whose file extension is also CRX.

This repository is a Rust implementation of GarBRO's CRX decoder. It is cross-examined with another available decoder implementation.

This tool is provided as a library. A sample converter is located at bin/convert. To build the converter, run

cargo build --release --package crx-convert

The simple converter accepts any number of CRX file paths as command line arguments, and convert them into PNG at the same location of the original files.