]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 19 Sep 2009 01:45:58 +0000 (01:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 19 Sep 2009 01:45:58 +0000 (01:45 +0000)
coders/png.c

index ef294760491df01e606fba15d092930eed505ae8..00664ff11d98409cf03a3dbc36b3e759a154af29 100644 (file)
@@ -2320,7 +2320,7 @@ static Image *ReadOnePNGImage(MngInfo *mng_info,
         else
           row_offset=0;
         png_read_row(ping,png_pixels+row_offset,NULL);
-        q=GetAuthenticPixels(image,0,y,image->columns,1,exception);
+        q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
         if (q == (PixelPacket *) NULL)
           break;
 #if (0 && (MAGICKCORE_QUANTUM_DEPTH == 8) && !defined(MAGICKCORE_HDRI_SUPPORT))