Cargo Features

fast_image_resize has no features set by default.

[dependencies]
fast_image_resize = { version = "4.0.0", features = ["image", "for_test", "only_u8x4"] }
image for_test?

Enable this feature to implement traits IntoImageView and IntoImageViewMut for the DynamicImage type from the image crate.

Enables bytemuck and image

for_test = image

Affects fast_image_resize::testing

only_u8x4

This can be used to experiment with the crate's code.