Changeset 533 for ImageMagick/trunk
- Timestamp:
- 11/03/09 19:05:18 (3 weeks ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/wand/pixel-view.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/wand/pixel-view.c
r532 r533 286 286 exception=destination->exception; 287 287 #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) 289 289 #endif 290 290 for (y=source->region.y; y < (long) source->region.height; y++)
