Add support for PGM format.

The code has been split into different source files.

This breaks for now rotation for tiled images and PPM format. The focus
is now on the PGM format.
This commit is contained in:
Fabien Freling 2014-07-20 16:34:45 +02:00
parent 53974a4116
commit 7e152c29fc
7 changed files with 612 additions and 469 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
.DS_Store
*.dSYM
*.swp
*.o
rotated*.ppm
rotated*.pnm
*.png