Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 241 Bytes

NConvert.md

File metadata and controls

9 lines (6 loc) · 241 Bytes

NConvert

Reduce JPEG images

for /f %%f in ('dir /s/b <path>\*.jpg') do nconvert -out jpeg -resize <min-width> <min-height> -ratio -rtype lanczos -rflag decr -overwrite %%f