add staff bios
parent
da78629ca0
commit
68c720e3bd
Binary file not shown.
@ -0,0 +1,10 @@
|
|||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
|
img = Path("images")
|
||||||
|
for src in img.glob("*.png"):
|
||||||
|
# print (src)
|
||||||
|
target = img / f"{src.stem}-320x.webp"
|
||||||
|
# print (target)
|
||||||
|
Command(f"{target}", f"{src}", action="convert -resize 320x $SOURCE $TARGET")
|
||||||
|
# Command(, f"{src}")
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 762 KiB |
Loading…
Reference in New Issue