I use daily this script below to rotate and reduce size of any given *,jpg in a directory.
Is there any way to make it recursive for any image file below current dir?
Code:
i_view64.exe" *.jpg /jpgq=85 /convert=*.jpg /jpg_rotate=(6,1,1,0,0,0,0,0)
Comment