Crates.io | pic2lcd |
lib.rs | pic2lcd |
version | 0.1.0 |
source | src |
created_at | 2021-04-07 13:09:10.047719 |
updated_at | 2021-04-07 13:09:10.047719 |
description | Convert images to LCD friendly format |
homepage | |
repository | https://github.com/VersBinarii/pic2lcd |
max_upload_size | |
id | 380342 |
size | 23,208 |
Command line tool for converting images to LCD friendly format
git clone https://github.com/VersBinarii/pic2lcd
cd pic2lcd
cargo install --path .
USAGE:
pic2lcd [FLAGS] [OPTIONS] <image>
FLAGS:
--force-resize Perform resizing without preserving aspect ratio
--help Prints help information
-V, --version Prints version information
-v, --verbose
OPTIONS:
--array-name <data-array-name> [default: data]
-h, --height <height> Output image might be lower than specified value to preserve aspect ratio. Use
--force-resize if you dont care about aspect ratio.
-O, --out-format <out-format> [default: Rgb565] [possible values: Monochrome, Rgb565]
-o, --output <output> [default: out.h]
-w, --width <width> Output image might be lower than specified value to preserve aspect ratio. Use
--force-resize if you dont care about aspect ratio.
ARGS:
<image>