//! Image extraction from PPT files.
//!//! Re-exports the shared BLIP parser from `cfb` with PPT-specific type aliases.
pubusecrate::cfb::blip::BlipFormat as ImageFormat;pubusecrate::cfb::blip::BlipImage as PptImage;pubusecrate::cfb::blip::extract_blip_images as extract_images;