Libpbm est une librairie open source permettant de faire des images au format pbm facilement.
Le GIT du projet :
git config --global http.proxy 10.0.0.1:3128 #si proxy comme au lycée uniquement!
git clone https://github.com/Guilbertb/libpbm.git
bruno@elliott:~/Works/cfa1$ tree libpbm
libpbm
├── image.pbm
├── libpbm.c
├── libpbm.h
├── Makefile
├── README.md
├── testpbm
└── testpbm.c
1 directory, 7 files
make
Makefile
testpbm.c (source C de test de la lib)
libpbm.h (fichier header)
libpbm.c (source c des fonctions pour utiliser des pbm)