Load BMP from file using local FileSystem. Causes GC allocation
Load BMP from stream using default image factory. Causes GC allocation
Load BMP from stream using specified image factory. GC-free
Save BMP to file using local FileSystem. Causes GC allocation
Save BMP to stream. GC-free
Decode and encode BMP images