Results 58 issues of Randy

This feature may be limited to only work with [push mode decoding](https://github.com/randy408/libspng/issues/39), this should be implemented with APNG support (frame callbacks?) in mind. Row callbacks would be issued when there...

enhancement
API

Research ways to make decoding/encoding multiple images in parallel and/or one after the other more efficient.

enhancement
performance
API

enhancement
performance

There are multiple ways to do this, needs research.

enhancement
performance

Initially it would just print machine-readable information about PNGs: - [ ] Everything `example.c` prints - [ ] Pass info if interlaced - depends on #49 - [ ] What...

enhancement

enhancement
performance

The streaming API is similar to libpng's which is great when it comes porting code but it has some drawbacks, this issue is for listing potential improvements.

enhancement
discussion

Decompression can be its own pipeline with the rest of the processing happening on a separate thread, combined with zero-copy decoding(https://github.com/randy408/libspng/issues/26) this would only require `height` bytes of overhead.

enhancement
performance
API