]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 16 Dec 2012 21:17:21 +0000 (21:17 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 16 Dec 2012 21:17:21 +0000 (21:17 +0000)
MagickCore/transform.c

index dae8d6023c1fec92c90987f178928a45fd6a1521..db3114e3152e1f1f8d320b828f890217d7bc359f 100644 (file)
@@ -231,7 +231,7 @@ MagickExport Image *ChopImage(const Image *image,const RectangleInfo *chop_info,
     Extract chop image.
   */
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
-  #pragma omp parallel for schedule(static,4) shared(progress,status) \
+  #pragma omp parallel for schedule(static,256) shared(progress,status) \
     dynamic_number_threads(image,image,image->rows-(extent.y+extent.height),1)
 #endif
   for (y=0; y < (ssize_t) (image->rows-(extent.y+extent.height)); y++)