From: kramm Date: Wed, 14 May 2008 06:47:01 +0000 (+0000) Subject: removed jpegdpi and ppmdpi documentation X-Git-Tag: buttons-working~208 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=44ea6868c89dc150533a36361a7d76ac461278fb removed jpegdpi and ppmdpi documentation --- diff --git a/lib/devices/swf.c b/lib/devices/swf.c index 9f1c224..2559860 100644 --- a/lib/devices/swf.c +++ b/lib/devices/swf.c @@ -1975,9 +1975,7 @@ int swf_setparameter(gfxdevice_t*dev, const char*name, const char*value) i->config_linkcolor.a = NIBBLE(value[6])<<4 | NIBBLE(value[7]); } else if(!strcmp(name, "help")) { printf("\nSWF layer options:\n"); - printf("jpegdpi= resolution adjustment for jpeg images\n"); printf("jpegsubpixels= resolution adjustment for jpeg images (same as jpegdpi, but in pixels)\n"); - printf("ppmdpi= resolution adjustment for lossless images\n"); printf("ppmsubpixels= shortcut for setting both jpegsubpixels and ppmsubpixels\n"); printf("drawonlyshapes convert everything to shapes (currently broken)\n");