]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 10 Aug 2014 23:30:23 +0000 (23:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 10 Aug 2014 23:30:23 +0000 (23:30 +0000)
coders/webp.c

index 5f29233ceac02142d5adcfec06e37bc2afc337ae..f56453a395d99ada0dba595507378b9ed1404e70 100644 (file)
@@ -632,7 +632,7 @@ static MagickBooleanType WriteWEBPImage(const ImageInfo *image_info,
   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);