commit | 17e26ea45854dd4d47bc273d1f1cddcb7437c3ed | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Sun Aug 10 23:30:23 2014 +0000 |
committer | cristy <[email protected]> | Sun Aug 10 23:30:23 2014 +0000 |
tree | 8d904149d4c9f6f5dc646c6a9038716786f7f4a8 | |
parent | da680980886a919fc5ab4321e1f5ddf71ff575f0 [diff] [blame] |
diff --git a/coders/webp.c b/coders/webp.c index 5f29233..f56453a 100644 --- a/coders/webp.c +++ b/coders/webp.c
@@ -632,7 +632,7 @@ if (value != (char *) NULL) configure.low_memory=(int) ParseCommandOption(MagickBooleanOptions, MagickFalse,value); - value=GetImageOption(image_info,"webp:partition-limit"); + value=GetImageOption(image_info,"webp:emulate-jpeg-size"); if (value != (char *) NULL) configure.emulate_jpeg_size=(int) ParseCommandOption(MagickBooleanOptions, MagickFalse,value);