Go to file
Fabien Freling 7e152c29fc 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.
2014-07-21 06:57:08 +02:00
img Add PGM images of Lena of various sizes. 2014-07-20 13:14:51 +02:00
.gitignore Add support for PGM format. 2014-07-21 06:57:08 +02:00
Makefile Add support for PGM format. 2014-07-21 06:57:08 +02:00
README.md Implement pixels as RGBX structure. 2014-07-12 22:42:48 +02:00
TODO.md Implement RGBX for tiled images. 2014-07-16 20:44:32 +02:00
image.cpp Add support for PGM format. 2014-07-21 06:57:08 +02:00
image.h Add support for PGM format. 2014-07-21 06:57:08 +02:00
pnm.cpp Add support for PGM format. 2014-07-21 06:57:08 +02:00
pnm.h Add support for PGM format. 2014-07-21 06:57:08 +02:00
rotation.cpp Add support for PGM format. 2014-07-21 06:57:08 +02:00