diff --git a/index.html b/index.html index 99f2f14..84e9d65 100644 --- a/index.html +++ b/index.html @@ -2759,7 +2759,7 @@

Compression method 0

Deflate-compressed datastreams within PNG are stored in the zlib format, which has the structure:

- +
@@ -2880,7 +2880,7 @@

IHDR Image header

The IHDR chunk shall be the first chunk in the PNG datastream. It contains:

-
zlib compression method/flags code 1 byte
+
@@ -3008,7 +3008,7 @@

PLTE Palette

The PLTE chunk contains from 1 to 256 palette entries, each a three-byte series of the form:

-
Width 4 bytes
+
@@ -3114,7 +3114,7 @@

tRNS Transparency

"chunk">tRNS chunk contains:

-
Red 1 byte
+
Colour type 0 @@ -3218,7 +3218,7 @@

cHRM Primary chromaticities and white point

- +
@@ -3302,7 +3302,7 @@

gAMA Image gamma

The gAMA chunk contains:

-
cHRM chunk components
+
@@ -3331,7 +3331,7 @@

iCCP Embedded ICC profile

The iCCP chunk contains:

-
Image gamma 4 bytes
+
@@ -3397,7 +3397,7 @@

sBIT Significant bits

-
Profile name 1-79 bytes (character string)
+
@@ -3493,7 +3493,7 @@

sRGB Standard RGB

The sRGB chunk contains:

-

sBIT chunk contents
+
@@ -3511,7 +3511,7 @@

sRGB Standard RGB

The following values are defined for rendering intent:

-

sRGB chunk contents
+
@@ -3556,7 +3556,7 @@

sRGB Standard RGB "chunk" href="#11gAMA">gAMA chunk (and optionally a cHRM chunk) for compatibility with decoders that do not use the sRGB chunk. Only the following values shall be used.

-

Rendering intent values
+
@@ -4143,7 +4143,7 @@

Keywords and text strings

The following keywords are predefined and should be used where appropriate.

-
gAMA and cHRM values for sRGB
+
@@ -4257,7 +4257,7 @@

tEXt Textual data

Each tEXt chunk contains a keyword and a text string, in the format:

-
Predefined keywords
+
@@ -4303,7 +4303,7 @@

zTXt Compressed textual data

A zTXt chunk contains:

-
Keyword 1-79 bytes (character string)
+
@@ -4345,7 +4345,7 @@

iTXt International textual data

An iTXt chunk contains:

-
Keyword 1-79 bytes (character string)
+
@@ -4438,7 +4438,7 @@

bKGD Background colour

is any other preferred background, either user-specified or part of a larger page (as in a browser), the bKGD chunk should be ignored. The bKGD chunk contains:

-
Keyword 1-79 bytes (character string)
+
@@ -4502,7 +4502,7 @@

hIST Image histogram

The hIST chunk contains a series of two-byte unsigned integers:

-
bKGD chunk contents
+
@@ -4543,7 +4543,7 @@

pHYs Physical pixel dimensions

The pHYs chunk specifies the intended pixel size or aspect ratio for display of the image. It contains:

-
Frequency 2 bytes (unsigned integer)
+
@@ -4575,7 +4575,7 @@

pHYs Physical pixel dimensions

The following values are defined for the unit specifier:

-
pHYs chunk contents
+
@@ -4614,7 +4614,7 @@

sPLT Suggested palette

The sPLT chunk contains:

-
Unit specifier values
+
@@ -4784,7 +4784,7 @@

tIME Image last-modification time

The tIME chunk gives the time of the last image modification (not the time of initial image creation). It contains:

-
sPLT chunk contents
+
@@ -4846,7 +4846,7 @@

acTL Animation Control Chunk

The acTL chunk declares that this is an animated PNG image, gives the number of frames, and the number of times to loop. It contains:

-
tIME chunk contents
+
@@ -4885,7 +4885,7 @@

fcTL Frame Control Chunk

The fcTL chunk defines the dimensions, position, delay and disposal of an individual frame. Exactly one fcTL chunk chunk is required for each frame. It contains:

-
`num_frames` 4 bytes
+
@@ -4970,7 +4970,7 @@

fcTL Frame Control Chunk

Valid values for `dispose_op` are:

-
fcTL chunk contents
+
@@ -5011,7 +5011,7 @@

fcTL Frame Control Chunk

Valid values for `blend_op` are:

-
0 `APNG_DISPOSE_OP_NONE`
+
@@ -5070,7 +5070,7 @@

fdAT Frame Data Chunk

"#11IDAT">IDAT chunk does for static images; it contains the image data for all frames (or, for animations which include the static image as first frame, for all frames after the first one). It contains:

-
0 `APNG_BLEND_OP_SOURCE`
+
@@ -7227,7 +7227,7 @@

Gamma and chromaticity

non-linear transfer functions may occur and which may be modelled by power laws. The characteristic exponent associated with each is given a specific name.

-
fdAT chunk contents
+
@@ -7271,7 +7271,7 @@

Gamma and chromaticity

It is convenient to define some additional entities that describe some composite transfer functions, or combinations of stages.

-
input_exponent
+
display_exponent