Cargo Features

[dependencies]
pic-scale = { version = "0.6.1", default-features = false, features = ["colorspaces", "nightly_avx512", "nightly_avx512fp16", "nightly_f16", "rdm", "avx", "sse"] }
default = avx, colorspaces, rdm, sse

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

colorspaces default

Enables colorutils-rs

nightly_avx512 nightly_avx512fp16?

Allows to use x86_64 AVX-512 when available

nightly_avx512fp16 = nightly_avx512

Allows to use x86_64 AVX-512FP16 when available

nightly_f16

Allows to scale nightly f16 type

Affects image_store::PlanarF16ImageStore, image_store::PlanarF16ImageStoreMut, image_store::CbCrF16ImageStore, image_store::CbCrF16ImageStoreMut, image_store::RgbaF16ImageStore, image_store::RgbaF16ImageStoreMut, image_store::RgbF16ImageStore, image_store::RgbF16ImageStoreMut

rdm default

Allows to use ARM RDM when available

avx default

Allows to use x86_64 AVX2 when available

sse default

Allows to use x86/x86_64 SSE4.1 when available