Cargo Features
[dependencies]
imagequant = { version = "4.3.3", default-features = false, features = ["threads", "large_palettes"] }
- default = threads
-
The
threads
feature is set by default wheneverimagequant
is added without
somewhere in the dependency tree.default-features = false - threads default
-
Enables rayon and thread_local
- large_palettes
-
supports up to 2048 colors for palettes, but NOT FOR REMAPPING
Affects
pal::PalIndex
… - _internal_c_ffi
-
this is private and unstable for imagequant-sys only, do not use
Affects
imagequant::capi
…