Bitmap.toBMP

// Rotate the image by increments of 90° counter clockwise Serialize to a BMP file. Alpha data is lost.

struct Bitmap(Pixel = ubyte[4])
ubyte[]
toBMP
()

Meta