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