Files
rxing/crates/cli
Henry Schimke 297ea7bf80 chore: prepare for release
update version to v0.5.5.

fixes: #48
changes name of `image-formats` to `image_formats` to more allign with the naming convention of the library.
2024-01-30 17:26:51 -06:00
..
2024-01-30 17:26:51 -06:00
2023-03-01 08:46:49 -06:00
2024-01-05 15:46:42 -06:00
2023-03-01 08:46:49 -06:00

rxing-cli

A command line interface for rxing supporting encoding and decoding of barcode data.

Full documentation

rxing-cli help rxing-cli help encode rxing-cli help decode

Instalation

cargo install rxing-cli

Example Encode

rxing-cli test_image.jpg encode --width 500 --height 500 --data "Sample Data and TEST Data" qrcode

Example Decode

rxing-cli test_image.jpg decode

Example Multi Barcode Decode

rxing-cli test_image.jpg decode --decode-multi

Minimum Rust Version

Currently building with a minimum rust version of 1.69. Versions below that are not tested and may not compile or run as expected.