Versions in this module Expand all Collapse all v0 v0.0.1 Mar 4, 2024 Changes in this version + func ImageProcessorType() string + type ImageProcessor struct + func NewImageProcessor(options ImageProcessorOptions, observability *common.Observability) *ImageProcessor + func (p *ImageProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request) error + func (p *ImageProcessor) Type() string + type ImageProcessorOptions struct + AsPDF bool + BrowserKind string + BrowserPath string + Delay int + Height int + Timeout int + UserAgent string + Width int + type ImageProcessorRequest struct + AsPDF bool + Delay int + Headers map[string]interface{} + Height int + Kind string + Timeout int + URL string + UserAgent string + Width int