read_image

Reads an image file, detecting its type.

  1. IFImage read_image(char[] fname, int c, int bpc)
    @nogc nothrow
    read_image
    (
    in char[] fname
    ,
    in int c = 0
    ,
    in int bpc = 8
    )
  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)

Meta