static int minImageHeight(L images) { if (empty(images)) ret 0; ret collectMinInt(images, "height"); }