Function __global->set_images_cleanup_pipeline_settings
Definitions
sources/uploads.php
- Set the images cleanup pipeline settings.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$recompress_mode | integer | 0 | N/A | N/A | How to recompress, an IMG_RECOMPRESS_* constant |
$maximum_dimension | ?integer | Null | N/A | N/A | The size of the bounding box (null: none) |
$watermarks | ?array | Null | N/A | N/A | Watermark corners (top-left, top-right, bottom-left, bottom-right) (null: none) |
$strip_gps | boolean | True | N/A | N/A | Whether to strip GPS metadata |