Compare commits
27 Commits
a9bebb4517
...
main
Author | SHA1 | Date | |
---|---|---|---|
4a1594bd11
|
|||
725783bbca
|
|||
f6676e4e25
|
|||
52326ec57f
|
|||
f078e96d67
|
|||
c2f1f33542
|
|||
1bdf3153a4
|
|||
edadefc7c0
|
|||
1197f18bd2
|
|||
6879eaad3c
|
|||
5c9377a988
|
|||
b21cb8dfa0
|
|||
0a658ff9d4
|
|||
cdda79ba5e
|
|||
e622dac696
|
|||
18372b2970
|
|||
0e3febe1ed
|
|||
e6e5baf628
|
|||
4394ff935d
|
|||
9b6fef0215
|
|||
335ca5ee0e
|
|||
8884dc669e
|
|||
b37fd46126
|
|||
d73aaccff3
|
|||
67cc116a84
|
|||
dc0ec301e7
|
|||
a1a7ddd202
|
BIN
img/0.webp
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/1.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
img/10.png
Normal file
After Width: | Height: | Size: 933 KiB |
BIN
img/10.webp
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
img/11.png
Normal file
After Width: | Height: | Size: 688 KiB |
BIN
img/11.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
img/12.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
img/12.webp
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
img/13.png
Normal file
After Width: | Height: | Size: 416 KiB |
BIN
img/13.webp
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
img/14.png
Normal file
After Width: | Height: | Size: 462 KiB |
BIN
img/14.webp
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
img/15.png
Normal file
After Width: | Height: | Size: 642 KiB |
BIN
img/15.webp
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
img/2.webp
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
img/3.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
img/4.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
img/5.webp
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
img/6.webp
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
img/7.webp
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
img/8.webp
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
img/9.webp
Normal file
After Width: | Height: | Size: 103 KiB |
2
public
@ -26,7 +26,7 @@ do
|
||||
|
||||
if [ ! -f $oo ];then
|
||||
echo $oo
|
||||
convert $o -gravity center -extent 8000x4000 $oo
|
||||
magick convert $o -gravity center -extent 8000x4000 $oo
|
||||
fi
|
||||
|
||||
# mkdir -p $o_dir/$id
|
||||
|