Skip to content

Instantly share code, notes, and snippets.

@GeroZayas
Created June 8, 2026 05:41
Show Gist options
  • Select an option

  • Save GeroZayas/6c3ed21fb2231a7546bb723b7f562513 to your computer and use it in GitHub Desktop.

Select an option

Save GeroZayas/6c3ed21fb2231a7546bb723b7f562513 to your computer and use it in GitHub Desktop.
Python One Liner to Reduce Size in KB of images

Do this:

uvx --from pillow python -c "from PIL import Image; Image.open('README-assets/ad-example-1.png').save('README-assets/ad-example-1-better.webp', quality=75)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment