#pragma once #include "BitmapRef.hpp" namespace msdfgen { /// Saves the bitmap as a BMP file. bool saveBmp(BitmapConstSection bitmap, const char *filename); bool saveBmp(BitmapConstSection bitmap, const char *filename); bool saveBmp(BitmapConstSection bitmap, const char *filename); bool saveBmp(BitmapConstSection bitmap, const char *filename); bool saveBmp(BitmapConstSection bitmap, const char *filename); bool saveBmp(BitmapConstSection bitmap, const char *filename); }