The problema I found while porting my old website to asp.net core is that I have Generate a QR Code image
and save it, the I found the QR generators use System.Drawing.Bitmap and Asp.Net Core does not use Bitmap,
So is there a way to do this in Asp.net Core ?