From: cristy Date: Thu, 29 Sep 2011 16:32:44 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6926 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11b69e321afc0d0e1ed9dddf6fca94a0e0491b71;p=imagemagick --- diff --git a/MagickCore/shear.c b/MagickCore/shear.c index 7d8659dc1..36a3b61e7 100644 --- a/MagickCore/shear.c +++ b/MagickCore/shear.c @@ -1079,6 +1079,7 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations, Rotate 90 degrees. */ GetPixelCacheTileSize(image,&tile_width,&tile_height); + tile_width=image->columns; #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static,1) shared(progress, status) #endif @@ -1288,6 +1289,7 @@ static Image *IntegralRotateImage(const Image *image,size_t rotations, Rotate 270 degrees. */ GetPixelCacheTileSize(image,&tile_width,&tile_height); + tile_width=image->columns; #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static,1) shared(progress,status) #endif