image-processor-pro / config.sample.json
divakar-rajodiya
Image Processor Pro web app
6d8fa62
Raw
History Blame Contribute Delete
314 Bytes
{
"output_root": "output",
"logs_root": "logs",
"jpeg_quality": 85,
"max_width": 1200,
"max_height": null,
"download_timeout": 30,
"max_retries": 3,
"retry_backoff": 1.5,
"max_workers": 8,
"strip_metadata": true,
"background_color": [255, 255, 255],
"user_agent": "ImageProcessorPro/1.0"
}