**
** Anthony Thyssen, 14 June 2010
*/
+ register ssize_t
+ x;
+
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(dynamic,4) shared(progress,status)
#endif
- register ssize_t
- x;
for (x=0; x < (ssize_t) image->columns; x++)
{
register const PixelPacket
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 != NoDitherMethod) &&
+ (cube_info->quantize_info->dither_method != UndefinedDitherMethod))
(void) DitherImage(image,cube_info);
else
{