Grayscale image: Difference between revisions

m
Small change in D entry
(Updated D entry: alias this)
m (Small change in D entry)
Line 229:
 
 
Image!Color loadPGM(Color)(ref Image!Color img, in string fileName) {
static int readNum(FILE* f) nothrow {
int n;