image-lowlight-enhance

Intelligently brightens dark, nighttime, or underexposed images and recovers shadow detail. This feature does not require a --prompt parameter. Note: normally exposed images may become overly bright after processing.

meitu image-lowlight-enhance

Usage Examples

# Scenario 1: Basic low-light enhancement (required parameters only)
meitu image-lowlight-enhance \
  --image_url ./dark_photo.jpg \
  --json

# Scenario 2: Full parameters + download results
meitu image-lowlight-enhance \
  --image_url ./dark_photo.jpg \
  --json \
  --download-dir ./output

Parameter Reference

ParameterRequiredDescription
--image_urlYesAliases: --image
--download-dirNoType: string
--outputNoType: string[]
--jsonNoOutput results in JSON format for easy script or agent parsing