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