iipsrv 1.2
iipsrv is an advanced high-performance feature-rich image server for web-based streamed viewing and zooming of ultra high-resolution images
|
JPEG Tile Export 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. | |
Public Member Functions inherited from Task | |
virtual | ~Task () |
Virtual destructor. | |
virtual void | run (Session *session, const std::string &argument) |
Main public function. | |
void | checkImage () |
Check image. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Task | |
static Task * | factory (const std::string &type) |
Factory function. | |
Protected Attributes inherited from Task | |
Timer | command_timer |
Timer for each task. | |
Session * | session |
Pointer to our session data. | |
std::string | argument |
Argument supplied to the task. | |
JPEG Tile Export Command.
|
virtual |
Main public function.
Reimplemented from Task.
Reimplemented in PTL, and WTL.
Referenced by PTL::run(), and WTL::run().
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 |