LoadImageRaw function
Implementation
ImageC LoadImageRaw(
Pointer<Char> fileName,
int width,
int height,
int format,
int headerSize,
) => _module.LoadImageRaw(fileName, width, height, format, headerSize);
ImageC LoadImageRaw(
Pointer<Char> fileName,
int width,
int height,
int format,
int headerSize,
) => _module.LoadImageRaw(fileName, width, height, format, headerSize);