ImageProcessingPipelineBuilder class
Image processing pipeline builder.
Signature:
export declare class ImageProcessingPipelineBuilder 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)() | Constructs a new instance of the ImageProcessingPipelineBuilder class | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| format(format) | Specifies the output format of the image. | |
| getName() | Returns the query parameter name to be used. | |
| getValue() | Returns the built pipeline string to be used as query parameter value. | |
| quality(absoluteQuality) | Specifies the quality of the output image. | |
| resize(options) | Specifies image resizing operation. | |
| setToURLString(urlStr) | Returns the provided URL with added pipeline parameter. |