←back to thread

A new PNG spec

(www.programmax.net)
615 points bluedel | 2 comments | | HN request time: 0.415s | source
Show context
meindnoch ◴[] No.44374958[source]
Parallel compression/decompression is already possible via Z_SYNC_FLUSH.
replies(1): >>44376784 #
Retr0id ◴[] No.44376784[source]
Parallel decompression of Z_SYNC_FLUSH'd data is not possible without additional metadata to tell you where the sync points are.
replies(1): >>44380334 #
1. meindnoch ◴[] No.44380334[source]
True. Although this can be mitigated in a backwards compatible manner, by adding a new PNG chunk that points to the locations of the sync points.
replies(1): >>44380403 #
2. Retr0id ◴[] No.44380403[source]
Yes, such a chunk is being considered for introduction in future PNG revisions.