return(MagickFalse);
source_image=source->image;
destination_image=destination->image;
+ exception=destination->exception;
if (SetImageStorageClass(destination_image,DirectClass,exception) == MagickFalse)
return(MagickFalse);
status=MagickTrue;
progress=0;
- exception=destination->exception;
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(static,1) shared(progress,status) num_threads(source->number_threads)
#endif
if (set == (SetImageViewMethod) NULL)
return(MagickFalse);
destination_image=destination->image;
+ exception=destination->exception;
if (SetImageStorageClass(destination_image,DirectClass,exception) == MagickFalse)
return(MagickFalse);
status=MagickTrue;
progress=0;
- exception=destination->exception;
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(static,1) shared(progress,status) num_threads(destination->number_threads)
#endif
return(MagickFalse);
source_image=source->image;
destination_image=destination->image;
+ exception=destination->exception;
if (SetImageStorageClass(destination_image,DirectClass,exception) == MagickFalse)
return(MagickFalse);
status=MagickTrue;
progress=0;
- exception=destination->exception;
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(static,1) shared(progress,status) num_threads(source->number_threads)
#endif
if (update == (UpdateImageViewMethod) NULL)
return(MagickFalse);
source_image=source->image;
+ exception=source->exception;
if (SetImageStorageClass(source_image,DirectClass,exception) == MagickFalse)
return(MagickFalse);
status=MagickTrue;
progress=0;
- exception=source->exception;
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(static,1) shared(progress,status) num_threads(source->number_threads)
#endif
assert(image->signature == MagickSignature);
if (image->debug != MagickFalse)
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
+ exception=(&image->exception);
if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
return(MagickFalse);
/*
*/
status=MagickTrue;
progress=0;
- exception=(&image->exception);
image_view=AcquireCacheView(image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(dynamic,4) shared(progress,status)
*/
if (image->matte == MagickFalse)
break;
+ exception=(&image->exception);
if (SetImageStorageClass(image,DirectClass,exception) == MagickFalse)
break;
GetPixelInfo(image,&background);
ConvertRGBToCMYK(&background);
SetPacketPixelInfo(image,&background,&pixel);
status=MagickTrue;
- exception=(&image->exception);
image_view=AcquireCacheView(image);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(dynamic,4) shared(status)