#include "fl/image.h"#include "fl/time.h"#include <stdio.h>#include <sys/stat.h>#include <assert.h>#include <fstream>Compounds | |
| struct | triad |
Defines | |
| #define | reshuffle(size) |
| #define | transfer(size) |
|
|
Value: { \
for (int x = 0; x < needWidth; x++) \
{ \
for (int y = 0; y < needHeight; y++) \
{ \
((size *) buffer)[y * width + x] = ((size *) temp)[y * oldwidth + x]; \
} \
} \
} |
|
|
|
1.2.18