past management update (#152)

This commit is contained in:
jeuzee
2025-11-14 16:31:23 +02:00
committed by GitHub
parent 42dffc68b8
commit 1f09c47ab6
10 changed files with 33 additions and 1 deletions

View File

@@ -2,5 +2,5 @@ mkdir -p optimised
for file in original/*; do
echo $file
base_name=$(basename $file)
convert ${file} -resize "200x200^>" -quality 89 optimised/${base_name}
convert ${file} -resize "200x200^>" -gravity center -crop 200x200+0+0 -quality 89 optimised/${base_name}
done

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB