Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
/ p2kmgcl.github.com Public archive

Pablo Molina's website with links to his social network profiles, contact information and projects

License

Notifications You must be signed in to change notification settings

p2kmgcl/p2kmgcl.github.com

Repository files navigation

Netlify Status

Pablo Molina's website

Built with Astro, hosted in Netlify.

WebP (needs libwebp-tools)

find public/pablo-molina -type f -name '*.jpg' -print0 \
  | xargs -0n1 -P$(nproc) -i \
      cwebp -q 84 -af '{}' -o '{}'.webp

Avif (needs libavif-tools)

find public/pablo-molina -type f -name '*.jpg' -print0 \
  | xargs -0n1 -P$(nproc) -i \
      avifenc --codec aom --yuv 420 --min 20 --max 25 '{}' '{}'.avif

Check tools

About

Pablo Molina's website with links to his social network profiles, contact information and projects

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •