Crates.io | act2txt |
lib.rs | act2txt |
version | |
source | src |
created_at | 2025-01-27 21:23:05.255174+00 |
updated_at | 2025-03-04 19:32:16.576575+00 |
description | Converts Adobe Photoshop ACT palette files to Paint.NET TXT format |
homepage | https://github.com/ssg/act2txt-rs |
repository | |
max_upload_size | |
id | 1532946 |
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` |
size | 0 |
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
act2txt [-f] [--all] inputfile outputfile
Use -f
option to force overwriting the output file if it exists
Example:
act2txt somepalette.act someplaette.txt
MIT License