Cargo Features

feim has no features set by default.

[dependencies]
feim = { version = "0.25.1", features = ["enable-all-formats", "enable-all-colors", "fmt-jpeg", "fmt-png", "fmt-farbfeld", "fmt-webp", "col-cmyk", "col-gray16", "col-nrgba", "col-nrgba64", "col-rgb", "col-rgb48", "col-oklab", "col-rgb-float"] }
enable-all-formats = fmt-farbfeld, fmt-jpeg, fmt-png, fmt-webp
enable-all-colors = col-cmyk, col-gray, col-gray16, col-nrgba, col-nrgba-float, col-nrgba64, col-oklab, col-rgb, col-rgb-float, col-rgb48
fmt-jpeg enable-all-formats? = col-cmyk, col-gray, col-gray16, col-nrgba, col-rgb, jpeg-decoder, jpeg-encoder

Affects image::jpeg

fmt-png enable-all-formats? = col-gray, col-gray16, col-nrgba, col-nrgba64, col-rgb, col-rgb48, png

Affects image::png

fmt-farbfeld enable-all-formats? = col-nrgba64

Affects image::farbfeld

fmt-webp enable-all-formats? = col-nrgba, col-rgb, either, webp

Affects image::webp

col-cmyk enable-all-colors? fmt-jpeg?
col-gray col-gray16 enable-all-colors? fmt-jpeg? fmt-png?
col-nrgba enable-all-colors? fmt-jpeg? fmt-png? fmt-webp?
col-nrgba64 enable-all-colors? fmt-farbfeld? fmt-png?
col-rgb enable-all-colors? fmt-jpeg? fmt-png? fmt-webp?
col-rgb48 enable-all-colors? fmt-png?
col-oklab enable-all-colors? = oklab
col-nrgba-float col-rgb-float enable-all-colors? = fast-srgb8

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.

either fmt-webp?
fast-srgb8 col-nrgba-float? col-rgb-float?
jpeg-encoder fmt-jpeg?

Enables jpeg-encoder ^0.6

jpeg-decoder fmt-jpeg?
png fmt-png?

Enables png ^0.17

oklab col-oklab?
webp fmt-webp?