#pragma once #include "../core/BitmapRef.hpp" #ifndef MSDFGEN_DISABLE_PNG 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); } #endif