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