Cargo Features

kornia-io has no features set by default.

[dependencies]
kornia-io = { version = "0.1.6-rc.5", features = ["gstreamer", "jpegturbo"] }
gstreamer = futures, gst, gst-app, tokio

Affects kornia-io::stream

jpegturbo = turbojpeg

Affects functional::read_image_jpeg, functional::write_image_jpeg, kornia-io::jpeg

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.

futures gstreamer?

Enables futures

optional dependencies

gst gstreamer?

Enables gstreamer

gst-app gstreamer?

Enables gstreamer-app

tokio gstreamer?
turbojpeg jpegturbo?