png_start_read_image

Name

png_start_read_image -- start reading a PNG file

Synopsis

#include <png.h>

void png_start_read_image(png_structp png_ptr);

Description

This interface shall update the palette with the previously specified transformations, and then start reading the specified PNG file.

The parameter png_ptr shall specify the PNG file to read.