Cargo Features

[dependencies]
imagequant = { version = "4.3.0", default-features = false, features = ["threads", "large_palettes"] }
default = threads

The threads feature is set by default whenever imagequant is added without default-features = false somewhere in the dependency tree.

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