Cargo Features

[dependencies]
ezk-image = { version = "0.1.0", default-features = false, features = ["multi-thread", "resize", "unstable"] }
default = multi-thread, resize

These default features are set whenever ezk-image is added without default-features = false somewhere in the dependency tree.

multi-thread default

Enable multi threading for image conversion

Enables num_cpus and rayon

resize default

Include Resizer using fast_image_resize

Enables fast_image_resize

Affects ezk-image::resize

unstable

Enable features that are incomplete, untested and/or require a nightly compiler