mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
823 B
Plaintext
22 lines
823 B
Plaintext
# PngSuite - Chunk ordering
|
|
#
|
|
# The resulting images of a type (color or grayscale) should all look the
|
|
# same, so they share common HTML reference files.
|
|
|
|
# oi1n0g16 - grayscale mother image with 1 idat-chunk
|
|
== oi1n0g16.png grayscale.html
|
|
# oi1n2c16 - color mother image with 1 idat-chunk
|
|
== oi1n2c16.png color.html
|
|
# oi2n0g16 - grayscale image with 2 idat-chunks
|
|
== oi2n0g16.png grayscale.html
|
|
# oi2n2c16 - color image with 2 idat-chunks
|
|
== oi2n2c16.png color.html
|
|
# oi4n0g16 - grayscale image with 4 unequal sized idat-chunks
|
|
== oi4n0g16.png grayscale.html
|
|
# oi4n2c16 - color image with 4 unequal sized idat-chunks
|
|
== oi4n2c16.png color.html
|
|
# oi9n0g16 - grayscale image with all idat-chunks length one
|
|
== oi9n0g16.png grayscale.html
|
|
# oi9n2c16 - color image with all idat-chunks length one
|
|
== oi9n2c16.png color.html
|