Function Image.loadJpgFromBuffer

Loads an image from the binary contents of a JPEG file.

godot.core.defs.GodotError loadJpgFromBuffer (
  const(PoolArray!(ubyte)) buffer
) nothrow @nogc;