static void rgbImageAssertSameSize(RGBImage a, RGBImage b) { assertEquals(a.w(), b.w()); assertEquals(a.h(), b.h()); }