Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Reduce Image Size ====== Run the following in Windows Command Prompt (It doesn't work in Windows PowerShell) <code> for %i in (*.HEIC) do C:\Users\cpan\Tools\ImageMagick\magick.exe "%i" -strip -quality 10 -resize 75% "%~ni.jpg" </code> Last modified: 2025/04/09 23:49by Normal User