Packed Record THeaderChunk
Unit
Declaration
type THeaderChunk = packed record
Description
PNG header chunk
Overview
Fields
Width: LongWord; |
|
height: LongWord; |
|
BitDepth: byte; |
|
ColorType: byte; |
|
Compression: byte; |
|
Filter: byte; |
|
Interlace: byte; |
Description
Fields
Width: LongWord; |
|
This item has no description. |
height: LongWord; |
|
This item has no description. |
BitDepth: byte; |
|
This item has no description. |
ColorType: byte; |
|
This item has no description. |
Compression: byte; |
|
This item has no description. |
Filter: byte; |
|
This item has no description. |
Interlace: byte; |
|
This item has no description. |