Home | History | Annotate | Download | only in libpng

Lines Matching full:png_write_image

773 \fBvoid png_write_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
2986 then png_write_image(), and finally png_write_end().
3164 whole image in memory, you can just call png_write_image() and libpng
3170 png_write_image(png_ptr, row_pointers);
3185 row_pointers is the same as in the png_write_image() call.