You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BitDepth is Eight | Ten | Twelve (verified at 295c8924, crates/gamut-color/src/format.rs).
Downstream rawshift standardizes on a 16-bit interleaved pipeline (PNG/TIFF/JXL/DNG 16-bit IO) and is replacing its own BitDepth (8/10/12/16) with the gamut-color type — blocked on a Sixteen variant.
The enum is #[non_exhaustive]-friendly growth; bits()/max_value() extend naturally.
Related: Stable Roadmap #168. Blocks the rawshift core-primitives migration slice for bit depth.
BitDepthisEight | Ten | Twelve(verified at295c8924,crates/gamut-color/src/format.rs).BitDepth(8/10/12/16) with the gamut-color type — blocked on aSixteenvariant.#[non_exhaustive]-friendly growth;bits()/max_value()extend naturally.