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
|
#include <Task.h>
Public Member Functions | |
void | run (Session *session, const std::string &argument) |
Main public function. | |
void | iip () |
void | iip_server () |
void | max_size () |
void | resolution_number () |
void | colorspace (std::string arg) |
void | tile_size () |
void | bits_per_channel () |
void | horizontal_views () |
void | vertical_views () |
void | min_max_values () |
void | resolutions () |
void | dpi () |
void | metadata (std::string field) |
void | stack () |
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. | |
OBJ commands.
|
virtual |
Main public function.
Reimplemented from Task.