w3c / png

Maintenance of the PNG specification
https://w3c.github.io/png/
Other
44 stars 11 forks source link

Should we point out that PNG “Network Byte Order” is Big Endian? #395

Closed digitaltvguy closed 8 months ago

digitaltvguy commented 9 months ago

For chunks larger than one byte?

svgeesus commented 9 months ago

We already have this:

network byte order byte order in which the most significant byte comes first, then the less significant bytes in descending order of significance (MSB LSB for two-byte integers, MSB B2 B1 LSB for four-byte integers).

Would adding "big endian" help, here?

chrisn commented 9 months ago

I don't think so, it's clear already,

svgeesus commented 9 months ago

@digitaltvguy ok to close this?