mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ static MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
|
||||
*/
|
||||
plane=0;
|
||||
row=0;
|
||||
sentinel=luma+3*(image->columns+1)*image->rows;
|
||||
sentinel=luma+30*(image->columns+1)*image->rows;
|
||||
for (q=luma; EOFBlob(image) == MagickFalse; )
|
||||
{
|
||||
if (IsSync(sum) != 0)
|
||||
|
||||
Reference in New Issue
Block a user