static bool isImage(String fileName) => ['jpg', 'jpeg', 'png', 'webp'].contains(getFileExtension(fileName));