Cargo Features
[dependencies]
ezk-image = { version = "0.2.1", default-features = false, features = ["multi-thread", "resize", "unstable"] }
- default = multi-thread, resize
-
These default features are set whenever
ezk-image
is added without
somewhere in the dependency tree.default-features = false - multi-thread default
-
Enable multi threading for image conversion
- 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