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 ./outputParameter Reference
| Parameter | Required | Description |
|---|---|---|
--image_url | Yes | Aliases: --image |
--download-dir | No | Type: string |
--output | No | Type: string[] |
--json | No | Output results in JSON format for easy script or agent parsing |