From: Ian Jackson Date: Sat, 4 Jul 2009 20:11:48 +0000 (+0100) Subject: mention that screenshots file must be noraw X-Git-Tag: 1.9.2~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=f32b98b8686b25b9df27c01154089f14fc1b6fe4 mention that screenshots file must be noraw --- diff --git a/pctb/structure.c b/pctb/structure.c index 8887c8a..94c6b42 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -387,7 +387,7 @@ static void file_read_image_ppm(FILE *f) { if (!(inpam.maxval == 255 && inpam.bytes_per_sample == 1 && inpam.format == RPPM_FORMAT)) - fatal("PNM screenshot(s) file must be 8bpp 1 byte per sample RGB"); + fatal("PNM screenshot(s) file must be 8bpp 1 byte-per-sample RGB raw"); CANONICALISE_IMAGE(im, inpam.width, inpam.height, { int r= fread(&rgb_buf,1,3,f);