* Export image to memory buffer */
| 303 | * Export image to memory buffer |
| 304 | */ |
| 305 | unsigned char* ExportToMemory(const char* fileType, int* fileSize) { |
| 306 | return ::ExportImageToMemory(*this, fileType, fileSize); |
| 307 | } |
| 308 | |
| 309 | /** |
| 310 | * Export image as code file defining an array of bytes, returns true on success |
nothing calls this directly
no outgoing calls
no test coverage detected