static bool isImageFileName(S s) { ret eqicOneOf(fileExtension(s), ".png", ".jpg", ".jpeg", ".gif" ifdef QOI , ".qoi" endifdef ); }