exceeds_memory_limit

Function exceeds_memory_limit 

Source
pub fn exceeds_memory_limit(
    width: u32,
    height: u32,
    memory_limit_mb: u64,
) -> bool
Expand description

Check if an image’s dimensions would exceed the available memory budget. Returns true if the image is too large to decode.