]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 9 Oct 2012 01:33:00 +0000 (01:33 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 9 Oct 2012 01:33:00 +0000 (01:33 +0000)
MagickCore/transform.c

index d64d04916e9e80582f5afbcbda4cf29b23274ed5..82bbdeb0e5adf2d06114fb3414fcb8d6cd220d1d 100644 (file)
@@ -587,7 +587,7 @@ MagickExport Image *CropImage(const Image *image,const RectangleInfo *geometry,
   image_view=AcquireVirtualCacheView(image,exception);
   crop_view=AcquireAuthenticCacheView(crop_image,exception);
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
-  #pragma omp parallel for schedule(static) shared(progress,status) \
+  #pragma omp parallel for schedule(static,4) shared(progress,status) \
     dynamic_number_threads(image,image->columns,image->rows,1)
 #endif
   for (y=0; y < (ssize_t) crop_image->rows; y++)