API Documentation
  • Welcome!
  • Quick Start
  • API methods
  • Easy integration
  • Handling Large File Sets
  • Supported formats
  • Webhooks
  • Common usecases
    • Auto enhance image quality
    • Create business photo or avatar from face image
    • Face swap
    • Create beautiful product photo
    • Genarate image in high resolution
    • Remove background
    • AI Drawing to Image - Doodle
    • Real estate
    • Enhancing documents
    • Car dealer photo
  • Image processing
    • Resize and padding
    • Denoise and sharpen
    • Enhance lighting and colors
    • Enhance face details
    • Background removal and generation
    • Image generation
    • Inpainting and outpainting (uncrop)
    • Frame identification
    • Print
    • Captions
    • Additional parameters
    • Presets
  • Account & settings
    • Account information
  • storages
    • Description
    • AWS S3
    • AWS S3 IAM Configuration
  • Presets
    • E-commerce
    • Real-estate
    • Print/Photo
    • Digital Art
  • Technology
    • Algorithms
    • Upscale
    • Background removal
      • Remove BG recommendation
    • Sharpen & Noise reduction
    • Enhance Lighting
  • FAQ
Powered by GitBook
On this page
  1. Common usecases

Auto enhance image quality

PreviousWebhooksNextCreate business photo or avatar from face image

Last updated 6 months ago

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". All presets are described .

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.

Let's check the example result

{
    "url": "https://deep-image.ai/api-example2.jpg",
    "preset": "auto_enhance"
}
here