Skip to content

JPTomorrow/whats-a-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whats-a-png

Hank Hill Meme

This is an simple implementation of the png specification done for learning purposes. I will consider regularly maintaining this if anyone takes interest. Just message me about it and I'm sure we can work something out.

github: https://github.com/JPTomorrow discord: Kallo#9370

Features

  • implimented using only the standard library
  • loading and saving of png images
  • extracts png info from header and structures it
  • allows for direct access of chunk bytes (does not compress or decompress them yet, you will have to implement that yourself for now)

TODO Features

  • INFLATE / DEFLATE Compression
  • allow various image manipulations

Releases

No releases published

Packages

No packages published

Languages