TPNGImage help

PNG Delphi

Components > TPNGObject > Properties > Pixels


Returns/sets arbirtuary pixels in the current png image.

property
Pixels[const X, Y: Integer]: TColor;

Description

This property automates reading and setting pixels in the current png image by automatically reading/changing scanline property for all the different pixel formats. For more details read the Direct Access to Pixels article.