act2txt

Crates.ioact2txt
lib.rsact2txt
version0.3.2
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
size25,689
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