]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 24 May 2012 18:20:24 +0000 (18:20 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 24 May 2012 18:20:24 +0000 (18:20 +0000)
coders/jp2.c

index 47a9fbaf66a2430da4c8f1a50aceb63a88fbcfc5..bea364ffa7e3dfd254db479fa720ddd130c77e92 100644 (file)
@@ -484,7 +484,6 @@ static Image *ReadJP2Image(const ImageInfo *image_info,ExceptionInfo *exception)
     if ((width != image->columns) || (height != image->rows) ||
         (jas_image_cmpttlx(jp2_image,components[i]) != 0) ||
         (jas_image_cmpttly(jp2_image,components[i]) != 0) ||
-        (x_step[i] != 1) || (y_step[i] != 1) ||
         (jas_image_cmptsgnd(jp2_image,components[i]) != MagickFalse))
       {
         (void) jas_stream_close(jp2_stream);