Go to file
Fabien Freling c704c14526 Add 'runall' target.
The ‘runall’ target runs the rotation on different sizes:
- 512x512
- 1024x1024
- 3000x3000
2014-07-24 22:17:55 +02:00
img Add lena_64.pgm (useful for debugging). 2014-07-23 23:40:29 +02:00
.gitignore Add support for PGM format. 2014-07-21 06:57:08 +02:00
Makefile Add 'runall' target. 2014-07-24 22:17:55 +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 Change Point type to int64_t. 2014-07-24 22:11:31 +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 'runall' target. 2014-07-24 22:17:55 +02:00