Operations / Artifacts Reduction
Automatic artifacts reduction is designed to combat visible compression artifacts such as blockiness or halos around objects in excessively compressed visuals.
You may control the intensity of automatic artifacts reduction by manipulating the value of decompress
parameter. In order to obtain the best results we recommend setting the value within 80
- 100
range.
{
"decompress": 85
}
An example cURL request with Image Fetch method of tone enhancements will look like the following:
curl https://api.supares.com/1.0/fetch
--user your-api-key: \
--header "Content-Type: application/json" \
--data '{
"url": "https://www.website.com/image.jpg",
"decompress": 85
}'