Skip to content

Imroy/png-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Portable Network Graphics container format

This crate handles PNG, APNG, and JNG files. Maybe MNG in the future.

Note that this crate only concerns itself with the 'container' aspect of a PNG/APNG/etc file. It implements structs and enums for working with chunks and their data, but leaves the decoding of that data into images up to another crate.

About

Rust crate for reading the chunks in a PNG/APNG file

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages