act2txt

Crates.ioact2txt
lib.rsact2txt
version
sourcesrc
created_at2025-01-27 21:23:05.255174+00
updated_at2025-03-04 19:32:16.576575+00
descriptionConverts Adobe Photoshop ACT palette files to Paint.NET TXT format
homepagehttps://github.com/ssg/act2txt-rs
repository
max_upload_size
id1532946
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sedat Kapanoğlu (ssg)

documentation

README

act2txt

Tool to convert Adobe Photoshop ACT palette files to Paint.NET TXT format. This was something I had already coded in C#, and I used this as an excuse to write some code in Rust.

You can install it using the command:

cargo install act2txt

usage

act2txt [-f] [--all] inputfile outputfile

Use -f option to force overwriting the output file if it exists

Example:

act2txt somepalette.act someplaette.txt

license

MIT License

Commit count: 0

cargo fmt