img2irc

Crates.ioimg2irc
lib.rsimg2irc
version0.3.0
sourcesrc
created_at2022-06-19 21:35:16.04208
updated_at2022-10-01 10:57:05.140849
descriptionA tool that allows converting images to IRC formatting codes.
homepagehttps://github.com/SadieCat/img2irc/
repositoryhttps://github.com/SadieCat/img2irc/
max_upload_size
id609124
size70,047
Sadie Powell (SadieCat)

documentation

https://docs.rs/img2irc/

README

About

img2irc is a tool that allows converting images to IRC formatting codes.

Usage

Usage: img2irc [OPTIONS] <IMAGE> [TARGET]

Arguments:
  <IMAGE>   The path to the input image
  [TARGET]  The path to the output text

Options:
  -c, --colour-type <TYPE>   Whether to emit basic, extended, or RGB colours [default: basic]
  -e, --escape-type <TYPE>   Whether to emit raw control characters, InspIRCd config escape sequences, or InspIRCd MOTD escape sequences [default: control]
  -H, --max-height <HEIGHT>  The maximum height of the output text
  -w, --max-width <WIDTH>    The maximum width of the output text
  -t, --min-alpha <WIDTH>    The minimum alpha level to treat as a coloured tile [default: 0]
  -h, --help                 Print help information
  -V, --version              Print version information

License

This project is licensed under version 3 or later of the GNU Affero General Public License.

Commit count: 26

cargo fmt