|
| View () |
| Whether to perform contrast stretching using user-defined min/max.
|
|
void | setMaxSize (int m) |
| Set the maximum view port dimension.
|
|
int | getMaxSize () |
| Get the maximum allowed output size.
|
|
unsigned int | getMinSize () |
| Get the minimum allowed output size.
|
|
void | setAllowUpscaling (bool upscale) |
| Set the allow_upscaling flag.
|
|
bool | allowUpscaling () |
| Get the allow_upscaling flag.
|
|
void | setEmbedICC (bool embed) |
| Set the embed_icc flag.
|
|
bool | embedICC () |
| Get the embed_icc flag - disable in case of certain types of processing.
|
|
void | setMaxResolutions (unsigned int r) |
| Set the maximum view port dimension.
|
|
unsigned int | getRequestWidth () |
| Get the size of the requested width.
|
|
void | setRequestWidth (unsigned int w) |
| Set the size of the requested width.
|
|
unsigned int | getRequestHeight () |
| Get the size of the requested height.
|
|
void | setRequestHeight (unsigned int h) |
| Set the size of the requested height.
|
|
unsigned int | getResolution () |
| Return the resolution level needed for the requested view.
|
|
float | getScale () |
| Return the scaling required in case our requested width or height is in between available resolutions.
|
|
void | setViewLeft (float x) |
| Set the left co-ordinate of the viewport.
|
|
void | setViewTop (float y) |
| Set the top co-ordinate of the viewport.
|
|
void | setViewWidth (float w) |
| Set the width co-ordinate of the viewport.
|
|
void | setViewHeight (float h) |
| Set the height co-ordinate of the viewport.
|
|
void | setImageSize (unsigned int w, unsigned int h) |
| Set the source image pixel size.
|
|
void | setMaxLayers (int l) |
| Limit the maximum number of quality layers we are allowed to decode.
|
|
void | setLayers (int l) |
| Set the number of quality layers to decode, limiting to our max value.
|
|
int | getLayers () |
| Return the number of layers to decode.
|
|
unsigned int | getImageWidth () |
| Return the image width at our requested resolution.
|
|
unsigned int | getImageHeight () |
| Return the image height at our requested resolution.
|
|
unsigned int | getViewLeft () |
| Return the left pixel of the viewport.
|
|
unsigned int | getViewTop () |
| Return the top pixel of the viewport.
|
|
unsigned int | getViewWidth () |
| Return the pixel width of the viewport.
|
|
unsigned int | getViewHeight () |
| Return the pixel height of the viewport.
|
|
bool | viewPortSet () |
| Indicate whether the viewport has been set.
|
|
void | setRotation (float r) |
| Set rotation.
|
|
float | getRotation () |
| Get rotation.
|
|
bool | floatProcessing () |
| Whether view requires floating point processing.
|
|
bool | requireHistogram () |
| Whether we require a histogram.
|
|
|
int | xangle |
|
int | yangle |
| Horizontal View.
|
|
bool | shaded |
| Vertical View.
|
|
int | shade [3] |
| Whether to use shading view.
|
|
bool | cmapped |
| Shading incident light angles (x,y,z)
|
|
enum cmap_type | cmap |
| Whether to modify colormap.
|
|
bool | inverted |
| colormap
|
|
int | max_layers |
| Whether to invert colormap.
|
|
int | layers |
| Maximum number of quality layers allowed.
|
|
ColourSpaces | colourspace |
| Number of quality layers.
|
|
std::vector< std::vector< float > > | ctw |
| Requested colourspace.
|
|
int | flip |
| Colour twist matrix.
|
|
bool | maintain_aspect |
| Flip (1=horizontal, 2=vertical)
|
|
bool | allow_upscaling |
| Indicate whether aspect ratio should be maintained.
|
|
bool | embed_icc |
| Indicate whether images may be served larger than the source file.
|
|
CompressionType | output_format |
| Indicate whether we should embed ICC profiles.
|
|
float | contrast |
| Requested output format.
|
|
float | gamma |
| Contrast adjustment requested by CNT command.
|
|
std::vector< float > | convolution |
| Gamma adjustment requested by GAM command.
|
|
bool | equalization |
| Convolution matrix.
|
|
bool | minmax |
| Whether to perform histogram equalization.
|
|
Class to intelligently handle Image Transforms.