png_set_rows

Name

png_set_rows -- put image data in png_info structure

Synopsis

#include <png.h>

void png_set_rows(png_structp png_ptr, png_infop info_ptr, png_bytepp row_pointers);

Description

png_set_rows() shall put rows of image data into the info_ptr structure, where row_pointers is an array of pointers to the pixel data for each row.