Skip to content

Single-header library for handling PGM images.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
LICENSE.CC0
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

gboncoffee/pgm.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgm.h

STB-style single-header library for reading, editing and writing PGM images.

Written in strict ("pedantic") ANSI C for maximum portability.

Does allocate (sorry! But it's very easy to just change the malloc calls to your own. In fact, it's very easy to make it don't depend on LibC at all).

License

This work is dual-licensed under CC0 (Public Domain) or MIT. Choose what fits best for you.

History

I wrote a library for handling PGMs to use in a very interesting college assignment where we had to use convolution to compare images of some trees. As this may be useful, I ported it to a single-header.

About

Single-header library for handling PGM images.

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
LICENSE.CC0
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages