static Future<ByteData> readImageByByteData(String fileName) async { final ByteData data = await rootBundle.load(fileName); return data; }