read_image

Reads an image from buf.

  1. IFImage read_image(char[] fname, int c, int bpc)
  2. IFImage read_image(FILE* f, int c, int bpc)
  3. IFImage read_image(Read io, int c, int bpc)
  4. IFImage read_image(ubyte[] buf, int c, int bpc)
    @nogc nothrow
    read_image
    (
    in ubyte[] buf
    ,
    in int c = 0
    ,
    in int bpc = 8
    )

Meta