static bool isImageFile(File f) { ret eqicOneOf(fileExtension(f), ".png", ".jpg", ".jpeg", ".gif"); }