Cargo Features

[dependencies]
imageproc = { version = "0.26.0", default-features = false, features = ["display-window", "rayon", "fft", "text", "katexit"] }
default = fft, rayon, text

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

Enables image

display-window = sdl2

Affects imageproc::window

rayon default

Enables rayon and rayon of image

image:

Other features
Enables multi-threading

Affects compose::crop_parallel, filter::filter_parallel, filter::filter_clamped_parallel, filter::laplacian_filter_parallel, sharpen::sharpen3x3_parallel, map::map_subpixels_parallel, map::map_subpixels_mut_parallel, map::map_pixels_parallel, map::map_pixels_mut_parallel, map::map_enumerated_pixels_parallel, map::map_enumerated_pixels_mut_parallel, template_matching::match_template_parallel, template_matching::match_template_with_mask_parallel

fft default

Enables rustdct

text default

Enables ab_glyph

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sdl2 display-window?
katexit implicit feature

Enables katexit

katexit:

Insert KaTeX autorender script into rustdoc