static Future<Atlas> fromFile(String atlasFileName) async { return _load(atlasFileName, (file) => File(file).readAsBytes()); }