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:
parent
53974a4116
commit
7e152c29fc
7 changed files with 612 additions and 469 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
.DS_Store
|
||||
*.dSYM
|
||||
*.swp
|
||||
*.o
|
||||
|
||||
rotated*.ppm
|
||||
rotated*.pnm
|
||||
*.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue