Changeset 533

Show
Ignore:
Timestamp:
11/03/09 19:05:18 (3 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/wand/pixel-view.c

    r532 r533  
    286286  exception=destination->exception; 
    287287#if defined(MAGICKCORE_OPENMP_SUPPORT) 
    288   #pragma omp parallel for schedule(dynamic,4) shared(progress,status) 
     288  #pragma omp parallel for schedule(static,1) shared(progress,status) 
    289289#endif 
    290290  for (y=source->region.y; y < (long) source->region.height; y++)