Botcraft 1.21.4
Loading...
Searching...
No Matches
ImageSaver.hpp
Go to the documentation of this file.
1#include <string>
2
3namespace Botcraft
4{
5 namespace Renderer
6 {
7 void WriteImage(const std::string& path, const int height, const int width, const int depth, const unsigned char* data, const bool vertical_revert = true);
8 } // Renderer
9} // Botcraft
void WriteImage(const std::string &path, const int height, const int width, const int depth, const unsigned char *data, const bool vertical_revert=true)