MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ExportImage

Function ExportImage

include/Functions.hpp:238–240  ·  view source on GitHub ↗

* Export image data to file */

Source from the content-addressed store, hash-verified

236 * Export image data to file
237 */
238RLCPP_MAYBEUNUSED RLCPPAPI inline bool ExportImage(const Image& image, const std::string& fileName) {
239 return ::ExportImage(image, fileName.c_str());
240}
241
242/**
243 * Export image as code file (.h) defining an array of bytes

Callers 1

ExportMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected