png_write_end

Name

png_write_end -- write the end of a PNG file

Synopsis

#include <png.h>

void png_write_end(png_structp png_ptr, png_infop info_ptr);

Description

png_write_end() writes the end of a PNG file to which the image data has already been written. The user may write time information or comments at the end of the PNG file.