//! Image extraction from various raster formats
//!
//! This module provides functionality to extract image data from different
//! file formats using a strategy pattern.
// Public exports
pub use Region;
pub use ;
pub use TiffExtractorStrategy;
pub use ;
// Simple facade that delegates to the appropriate strategy
pub use ImageExtractor;