Initial public release
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
GeoIntel release gates / Compile, test, contracts and builds (push) Successful in 1m49s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 21s
GeoIntel release gates / Production AI image, SBOM and container scan (push) Successful in 5m39s
GeoIntel release gates / Deploy exact gated revision to Unraid (push) Failing after 58m43s
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Bronbestanden voor beeld
|
||||
|
||||
Hier staan de originelen waaruit de webversies in `public/` gemaakt zijn.
|
||||
|
||||
Ze stonden eerder in `public/portfolio/`. Alles in `public/` wordt door Vite
|
||||
ongewijzigd naar `dist/` gekopieerd, dus die 8,1 MB aan PNG's werd bij elke
|
||||
build meegedeployed terwijl geen enkele regel code ernaar verwijst — alleen de
|
||||
webp-versies worden gebruikt.
|
||||
|
||||
Een master hoort bewaard te blijven, maar niet in de map die de webserver
|
||||
uitserveert. Wie een webversie opnieuw wil maken:
|
||||
|
||||
python -c "from PIL import Image; im=Image.open('design-assets/portfolio/x.png'); \
|
||||
im.resize((1600, round(im.height*1600/im.width))).save('public/portfolio/x.webp','WEBP',quality=58,method=6)"
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
Reference in New Issue
Block a user