LoadImageRaw method
Implementation
ImageC LoadImageRaw(
Pointer<Char> fileName,
int width,
int height,
int format,
int headerSize,
) {
return _LoadImageRaw(fileName, width, height, format, headerSize);
}
ImageC LoadImageRaw(
Pointer<Char> fileName,
int width,
int height,
int format,
int headerSize,
) {
return _LoadImageRaw(fileName, width, height, format, headerSize);
}