Skip to content

zyla/incremental-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

incremental-png

Incremental PNG decoder.

Why another PNG decoder? I needed one which works under the following constraints:

  • no_std
  • no_alloc, all memory buffers are passed explicitly
  • The input file doesn't necessarily fit in RAM, so process incrementally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages