Inspired by reddit-powershell-drawing, this is yet another script to display image files in the terminal.
It features two ways of fitting the image, either filling the console distorting the image or finding the best fit without distorting it - leaving blank space around it if needed.
.\draw.ps1 "C:\Path\To\Image.png"
.\draw.ps1 "C:\Path\To\Image.png" -Fit "FillTerminal"