#pragma once #include "BitmapRef.hpp" namespace msdfgen { /// Saves the bitmap as a simple RGBA file, which can be decoded trivially. bool saveRgba(const BitmapConstRef &bitmap, const char *filename); bool saveRgba(const BitmapConstRef &bitmap, const char *filename); bool saveRgba(const BitmapConstRef &bitmap, const char *filename); bool saveRgba(const BitmapConstRef &bitmap, const char *filename); bool saveRgba(const BitmapConstRef &bitmap, const char *filename); bool saveRgba(const BitmapConstRef &bitmap, const char *filename); }