Cargo Features

[dependencies]
image-convert = { version = "0.16.1", default-features = false, features = ["none-background"] }
default = none-background

The none-background feature is set by default whenever image-convert is added without default-features = false somewhere in the dependency tree.

none-background default

image-convert has 2 features without comments.