Packed Record THeaderChunk

Hierarchy
Methods
Properties

Unit

Declaration

type THeaderChunk = packed record

Description

PNG header chunk

Overview

Fields

Public Width: LongWord;
Public height: LongWord;
Public BitDepth: byte;
Public ColorType: byte;
Public Compression: byte;
Public Filter: byte;
Public Interlace: byte;

Description

Fields

Public Width: LongWord;

This item has no description.

Public height: LongWord;

This item has no description.

Public BitDepth: byte;

This item has no description.

Public ColorType: byte;

This item has no description.

Public Compression: byte;

This item has no description.

Public Filter: byte;

This item has no description.

Public Interlace: byte;

This item has no description.