rimage 0.12.3

Optimize images natively with best-in-class codecs
Documentation
1
2
3
4
5
6
7
8
9
use clap::Command;

use crate::cli::common::CommonArgs;

pub fn farbfeld() -> Command {
    Command::new("farbfeld")
        .about("Encode images into Farbfeld format. (Bitmapped)")
        .common_args()
}