PNG-spec
PNG-spec copied to clipboard
Suggestion: regular restart markers
A restart marker every few scanlines would make parallel encode and decode much simpler, and have little effect on file size.
I'm working on an extension called PNG restart marker, will publish a draft when the implementation is ready.
See also: https://github.com/brion/mtpng
The initial version of the extension I mentioned is public: https://github.com/libspng/png-restart-marker
Also created an issue for it here: https://github.com/w3c/PNG-spec/issues/60