An image handler in the optimize settings that controls the output images.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
colorSpace | int | element | 0/1 | An integer representing the color space for output images. 0-Retain current color space, 1-RGB, 2-Gray, 3-CMYK, 4-Black & White. | |
compression | int | element | 0/1 | An integer representing the type of compression to use for the output image. 0-Retain current compression, 1-JPEG compression, 2-JPEG2000 compression, 3-JBIG2 compression, 4-Flate compression. | |
dpi | int | element | 0/1 | The maximum resolution for output images (dots per inch). | |
jpegQuality | float | element | 0/1 | The quality of output images when the JPEG or JPEG2000 compression is used. The value must be between 0 and 1. |
Example
<ImageHandler> <compression>...</compression> <colorSpace>...</colorSpace> <dpi>...</dpi> <jpegQuality>...</jpegQuality> </ImageHandler>