* Export image data to file */
| 236 | * Export image data to file |
| 237 | */ |
| 238 | RLCPP_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 |