png-codec icon indicating copy to clipboard operation
png-codec copied to clipboard

Decode and encode png files in browsers/Node.js

Results 15 png-codec issues
Sort by recently updated
recently updated
newest added

Renaming tsconfig.all.json to tsconfig.json will fix this

Chunks: - `acTL`: The Animation Control Chunk - `fcTL`: The Frame Control Chunk - `fdAT`: The Frame Data Chunk https://wiki.mozilla.org/APNG_Specification

enhancement
decoder
encoder

In order to support custom/private png formats, or just chunks that aren't supported yet, the library should have some way of injecting "chunk decoders" that would provide this. For example...

enhancement
decoder