mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-25 11:24:54 +02:00
This commit is contained in:
+1
-2
@@ -7009,8 +7009,7 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info,
|
||||
|
||||
for (y=0; y < (ssize_t) image->rows; y++)
|
||||
{
|
||||
q=GetVirtualPixels(image,0,y,image->columns,1,
|
||||
exception);
|
||||
q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
|
||||
|
||||
if (q == (PixelPacket *) NULL)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user