png_write_info

Name

png_write_info -- write PNG information to file

Synopsis

#include <png.h>

void png_write_info(png_structp png_ptr, png_infop info_ptr);

Description

png_write_info() writes the PNG information in info_ptr to file.