Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.57 KB

DefaultSettings.md

File metadata and controls

16 lines (12 loc) · 1.57 KB

# DefaultSettings

Properties

Name Type Description Notes
resize_filter string The type of filter to use while resizing an image. [optional] [one of: 'lanczos3', 'lanczos2', 'bicubic', 'bilinear', 'nearest'] [defaults to 'lanczos3']
webp bool Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding "auto=webp" to all image optimizer requests. [optional] [defaults to false]
webp_quality int The default quality to use with WebP output. This can be overridden with the second option in the "quality" URL parameter on specific image optimizer requests. [optional] [defaults to 85]
jpeg_type string The default type of JPEG output to use. This can be overridden with "format=bjpeg" and "format=pjpeg" on specific image optimizer requests. [optional] [one of: 'auto', 'baseline', 'progressive'] [defaults to 'auto']
jpeg_quality int The default quality to use with JPEG output. This can be overridden with the "quality" parameter on specific image optimizer requests. [optional] [defaults to 85]
upscale bool Whether or not we should allow output images to render at sizes larger than input. [optional] [defaults to false]
allow_video bool Enables GIF to MP4 transformations on this service. [optional] [defaults to false]

[Back to API list] [Back to README]