AppendImageToList(&fourier_image,magnitude_image);
AppendImageToList(&fourier_image,phase_image);
status=MagickTrue;
- is_gray=IsImageGray(image,exception);
+ is_gray=IsImageGray(image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel sections
#endif
status;
status=MagickTrue;
- is_gray=IsImageGray(magnitude_image,exception);
+ is_gray=IsImageGray(magnitude_image);
if (is_gray != MagickFalse)
- is_gray=IsImageGray(phase_image,exception);
+ is_gray=IsImageGray(phase_image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel sections
#endif