Auto enhance

Deep Image web application has auto enhance tool which can enhance overall image quality automatically without user interaction and need of choosing enhancement parameters.

The same effect can be achieved with preset: "auto_enhance" - Presets

{
    "url": "https://deep-image.ai/api-example.png",
    "preset": "auto_enhance"
}

Besides image quality it applies a image size logic:

  • for images below 1000 pixels - width = 400%

  • for images from 1000 do 4096 - width = 4096

  • for images above 4096 - no upscale

Height will be calculated based on input image width/height ratio.

Last updated