Home | History | Annotate | Download | only in libpng

Lines Matching refs:image

349 /* Read the information before the actual image data.  This has been
759 png_error(png_ptr, "Not enough image data");
852 /* Read one or more rows of image data. If the image is interlaced,
855 * image has alpha or transparency, and png_handle_alpha()[*] has been
859 * "row" holds the actual image, and pixels are placed in it
860 * as they arrive. If the image is displayed after each pass, it will
862 * "chunky" progressive image, with finer detail added as it becomes
866 * If you have called png_handle_alpha(), and the image has either an
869 * also, but you may. If the image is not interlaced, or if you have
1054 /* Read the entire image. If the image has an alpha channel or a tRNS
1056 * initialize the image to the current image that PNG will be overlaying.
1061 * only call this function once. If you desire to have an image for
1062 * each pass of a interlaced image, use png_read_rows() instead.
1067 png_read_image(png_structp png_ptr, png_bytepp image)
1083 "Cannot read interlaced image -- interlace handler disabled.");
1093 rp = image;
1548 * PNG file before the first IDAT (image data chunk).
1552 png_error(png_ptr, "Image is too high to process with png_read_png()");
1554 /* -------------- image transformations start here ------------------- */
1656 /* Expand grayscale image to RGB
1670 /* -------------- image transformations end here ------------------- */