Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:image

316 /* Read the information before the actual image data.  This has been
716 png_error(png_ptr, "Not enough image data");
806 /* Read one or more rows of image data. If the image is interlaced,
809 * image has alpha or transparency, and png_handle_alpha()[*] has been
813 * "row" holds the actual image, and pixels are placed in it
814 * as they arrive. If the image is displayed after each pass, it will
816 * "chunky" progressive image, with finer detail added as it becomes
820 * If you have called png_handle_alpha(), and the image has either an
823 * also, but you may. If the image is not interlaced, or if you have
868 /* Read the entire image. If the image has an alpha channel or a tRNS
870 * initialize the image to the current image that PNG will be overlaying.
875 * only call this function once. If you desire to have an image for
876 * each pass of a interlaced image, use png_read_rows() instead.
881 png_read_image(png_structp png_ptr, png_bytepp image)
895 "Cannot read interlaced image -- interlace handler disabled.");
905 rp = image;
1341 * PNG file before the first IDAT (image data chunk).
1345 png_error(png_ptr,"Image is too high to process with png_read_png()");
1347 /* -------------- image transformations start here ------------------- */
1447 /* -------------- image transformations end here ------------------- */