How do I print image using ESCPOS?

Does anyone know how to print an image using ESCPOS commands?

You will probably need an extension to convert your image file to a byte list.

Alternatively, for slow brute force approaches, you could set a Canvas background image from your image file, then scan all the pixels' colors to create a bmp format bytestream.