Skip to content

imalexlee/zigpng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNG Decoder in Zig

This project is a PNG decoding library written in Zig. Current testing still ongoing!

Table of Contents

Installation

To use this project, you need to have Zig installed on your system. Follow the instructions on the official Zig website to install Zig.

Usage

I will add more detailed usage examples once decoder is stable.

Contributing

Contributions are welcome. If you find a bug or want to add a feature, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Future Plans

  • Add encoding
  • Progressive loading support
  • Interlacing support
  • Improve performance and memory usage

Contact

If you have any questions or need help, please open an issue or contact me directly.

References