png_info_init_3

Name

png_info_init_3 -- initialize an info structure (DEPRECATED)

Synopsis

#include <png.h>

void png_info_init_3(png_infopp info_ptr, png_size_t png_info_struct_size);

Description

This interface shall initialize a PNG info structure. This interface is deprecated.

The parameter info_ptr shall specify the PNG info structure to initialize.

The parameter png_info_struct_size shall specify the size of the new structure.