Lines Matching refs:image
19 * after the image data, put it in png_write_end(). I strongly encourage
700 /* Write a few rows of image data. If the image is interlaced,
703 * "write" the image seven times.
724 /* Write the image. You only need to call this function once, even
725 * if you are writing an interlaced image.
728 png_write_image(png_structp png_ptr, png_bytepp image)
739 /* intialize interlace handling. If image is not interlaced,
748 /* loop through image */
749 for (i = 0, rp = image; i < png_ptr->height; i++, rp++)
756 /* called by user to write a row of image data */
1162 * with the image and we should have allocated all of the filter buffers
1472 * as appropriate to correctly scale the image.