half mentors updated, few requires images and description

This commit is contained in:
Mark Perman
2025-08-31 18:28:58 +03:00
parent d6756ed225
commit dace35676f
74 changed files with 3983 additions and 3981 deletions

View File

@@ -7,5 +7,5 @@ for file in original/*; do
else
gravity=center
fi
magick ${file} -resize "400x400^>" -gravity $gravity -extent 400x400 optimised/${base_name%}
convert ${file} -resize "400x400^>" -gravity $gravity -extent 400x400 optimised/${base_name%}
done