Cargo Features
fast_image_resize has no features set by default.
[dependencies]
fast_image_resize = { version = "5.1.1", features = ["image", "rayon", "for_testing", "only_u8x4"] }
- image for_testing? rayon?
-
Enable this feature to implement traits IntoImageView and IntoImageViewMut for the DynamicImage type from the
image
crate.image:
Optional dependencies
- rayon
-
This feature enables image processing in
rayon
thread pool. - for_testing = image
-
Affects
fast_image_resize::testing
… - only_u8x4
-
This can be used to experiment with the crate's code.