Go to file
Fabien Freling e7802e30fd Compute src position in quantified coordinates.
Instead of relying on floating values for the position in the
source image, we quantify all positions with a power of 2.

We lose some precision and the delta step is less accurate, leading in
some offset at the end.

For now the rotation is not correct.
2014-07-23 23:44:14 +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 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 Compute src position in quantified coordinates. 2014-07-23 23:44:14 +02:00