mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-09 00:59:14 +00:00
lang changes, new pages, data changes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
mkdir -p optimised
|
||||
for file in original/*; do
|
||||
echo $file
|
||||
base_name=$(basename $file)
|
||||
convert ${file} -resize "200x200^>" -gravity center -crop 200x200+0+0 -quality 89 optimised/${base_name}
|
||||
done
|
||||
Reference in New Issue
Block a user