pub fn exceeds_memory_limit( width: u32, height: u32, memory_limit_mb: u64, ) -> bool
Check if an image’s dimensions would exceed the available memory budget. Returns true if the image is too large to decode.