//! Alpha Compositing & SSAA, optionally using SIMD
//!
//! If you want this crate to use SIMD, activate the `simd` feature;
//! You will need a nightly toolchain for this to work, however.
//!
//! If the feature is disabled, a sequential implementation is also provided.
use RGBA8;
pub use *;
/// Trait for 2D-sized & indexed pixel storage