#include <tilecutter.hpp>
Static Public Member Functions | |
static void | extract_tile_nd (uchar_t *whole_data, uchar_t *cut_out_tile, uint32_t startaddr_wd, int w, int h, int pitch, int bytes_pp) |
Cut a tile out of a larger image. |
static void TILECUTTER::extract_tile_nd | ( | uchar_t * | whole_data, | |
uchar_t * | cut_out_tile, | |||
uint32_t | startaddr_wd, | |||
int | w, | |||
int | h, | |||
int | pitch, | |||
int | bytes_pp | |||
) | [inline, static] |
Cut a tile out of a larger image.
whole_data | The large image. | |
cut_out_tile | The destination for the cut out tile. | |
startaddr_wd | Start address for the cut-operation. | |
w | The width of the large image. | |
h | The height of the large image. | |
pitch | The pitch of the large image. | |
bytes_pp | The bytes per pixel of the large image. |