Create a reduced color image.
*/
if ((cube_info->quantize_info->dither != MagickFalse) &&
- (cube_info->quantize_info->dither_method != NoDitherMethod) &&
- (cube_info->quantize_info->dither_method != UndefinedDitherMethod))
+ (cube_info->quantize_info->dither_method != NoDitherMethod))
(void) DitherImage(image,cube_info);
else
{
if (*option == '+')
{
image_info->dither=MagickFalse;
- (void) SetImageOption(image_info,option+1,"undefined");
+ (void) SetImageOption(image_info,option+1,"none");
break;
}
(void) SetImageOption(image_info,option+1,argv[i+1]);