This is a C "Library" to easily write Images into Netpbm Files.
It's in Development, and is not particularly active. I dont promise that it will work flawlessly, nor that i will continue it.
It also assumes that you give it Clean and Correct Inputs, the Checks are needed to be done by you, if you give it Chances that it could go outside of this, thats on you.
With that out of the way:
- P6 (Color up to 255 per Channel), Binary Mode
- Addition of more Netpbm Formats
- Better Code
- Better Stability
- Better Portability
- Ease of use
- Portablility
- Not using external Libraries
- Being Hopefully Fast
You dont need to build this "Library", all you need to do is to include "writer.c" and use its functions accordingly. An example is provided at "main.c".
Its tested to compile with GCC-13 on ArchLinux.
P6 Binary:
You can do whatever you want with this Code. I would appreciate to be given Credit, but its not necessary.