Quickstart: Image Enhancement
Enhance your first image with the VIESUS CLI on Windows or Linux. From download to enhanced output in under 10 minutes.
1
3
4
Process a batch
# Generate list from a folder
find /path/to/photos -name "*.jpg" > images.lst
# Process
/usr/local/viesus/viesus \
-p viesusini.json \
-b /path/to/output \
-l images.lst# Generate list from a folder
dir /s /b /path/to/photos/*.jpg > images.lst
# Process
"C:\Program Files\Imaging Solutions\VIESUS\viesus.exe" ^
-p viesusini.json ^
-b "C:\Output" ^
-l images.lstCommon issues at setup
Symptom
Cause
Fix
Last updated
Was this helpful?
