LoadImageRaw function
Implementation
ImageD LoadImageRaw(
String fileName,
num width,
num height,
PixelFormat format,
num headerSize,
) => _module.LoadImageRaw(fileName, width, height, format, headerSize);
ImageD LoadImageRaw(
String fileName,
num width,
num height,
PixelFormat format,
num headerSize,
) => _module.LoadImageRaw(fileName, width, height, format, headerSize);