static bool isJPEGFile(File f) { ret isJPEG(f); } static bool isJPEG(File f) { ret isJPEG(loadBeginningOfBinaryFile(f, l(isJPEG_magic))); }