|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
src by linearly interpolating into dst
For efficiency reasons, the dimensions of dst are not checked,
that is, you have to take care, that
src.width == dst.width / 2 + dst.width % 2 &&
src.height == dst.height / 2 + dst.height % 2 .
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||