LoadImageRaw function

ImageD LoadImageRaw(
  1. String fileName,
  2. num width,
  3. num height,
  4. PixelFormat format,
  5. num headerSize,
)

Implementation

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