read_image

Reads from f which must already be open. Does not close it afterwards.

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

Meta