22 bool write(
const std::string& filename,
const std::string& data,
unsigned int w = 1,
unsigned int h = 1) const noexcept;
28 bool write(std::ostream& oss, const std::
string& data) const noexcept;
31 bool write_jpeg(const std::
string& filename, const std::
string& data,
unsigned int w = 1,
unsigned int h = 1) const noexcept;
32 bool write_png(const std::
string& filename, const std::
string& data,
unsigned int w = 1,
unsigned int h = 1) const noexcept;
33 bool write_file(const std::
string& filename, const std::
string& data) const noexcept;
Handles file writing for text, stdout, images, and object files.
Definition writer.h:13
bool write(const std::string &filename, const std::string &data, unsigned int w=1, unsigned int h=1) const noexcept
Handles writing to an image file.
Namespace for the maze builder.
Definition algo_interface.h:9