PLAIN_PPM
ppm_writeppmrow(stdout, pixelrow, img->width, maxval, PLAIN_PPM);
ppm_writeppminit(stdout, img->width, img->height, maxval, PLAIN_PPM);