iipsrv
1.0
|
PNG Tile Command. More...
#include <Task.h>
Public Member Functions | |
void | run (Session *session, const std::string &argument) |
Main public function. | |
void | send (Session *session, int resolution, int tile) |
Send out a single tile. More... | |
![]() | |
virtual | ~Task () |
Virtual destructor. | |
void | checkImage () |
Check image. | |
Additional Inherited Members | |
![]() | |
static Task * | factory (const std::string &type) |
Factory function. More... | |
![]() | |
Timer | command_timer |
Timer for each task. | |
Session * | session |
Pointer to our session data. | |
std::string | argument |
Argument supplied to the task. | |
PNG Tile Command.
JPEG Tile Export Command
void JTL::send | ( | Session * | session, |
int | resolution, | ||
int | tile | ||
) |
Send out a single tile.
session | our current session |
resolution | requested image resolution |
tile | requested tile index |