====== Reduce Image Size ====== Run the following in Windows Command Prompt (It doesn't work in Windows PowerShell) for %i in (*.HEIC) do C:\Users\cpan\Tools\ImageMagick\magick.exe "%i" -strip -quality 10 -resize 75% "%~ni.jpg"