Batch Low-Light Enhancement

Intelligently brightens underexposed, low-light, and night-scene images in batch while recovering shadow details.

meitu batch image-lowlight-enhance

Note: Batch processing is available from meitu-cli v2.1.1 onward. Please upgrade if you're on an older version.

Usage Examples

# Directory scan mode (directory scan only)
meitu batch image-lowlight-enhance \
  --input-dir ./dark-images \
  --output-dir ./bright \
  --json

Parameter Reference

ParameterRequiredDescription
--input-dirYesInput directory, recursively scans image files
--output-dirYesOutput directory
--configNoPath to YAML/JSON config file
--concurrencyNoType: number; Default: 3; Number of concurrent executions
--max-retriesNoType: number; Default: 0; Number of retries on failure
--skip-existNoSkip existing output files
--dry-runNoPreview the plan without executing
--no-progressNoDisable per-task progress logging
--jsonNoOutput results in JSON format
--json-outputNoWrite results to a specified JSON file
--skill-nameNoSkill name attributed on the server side

Notes

  • This command only supports directory scan mode (direct flags only)
  • No additional parameters are needed; directly processes all images in the input directory
  • Properly exposed images may appear over-bright after processing