Cargo Features

[dependencies]
make_it_braille = { version = "0.5.1", default-features = false, features = ["bin", "image"] }
default = image

The image feature is set by default whenever make_it_braille is added without default-features = false somewhere in the dependency tree.

bin

Enables clap and env_logger, log and reqwest, avif, bmp, dds, exr, gif, hdr, ico, jpeg, png, pnm, qoi, tga, tiff and webp of image

Required by the binary

image default

Enables image

Affects make_it_braille::dithering