macro_rules! assert_dimensions_match {
    ($actual:expr, $expected:expr) => { ... };
}
Expand description

Panics if image dimensions do not match.