Skip to content

Instantly share code, notes, and snippets.

View kenakingkong's full-sized avatar
🦎

Makena Kong kenakingkong

🦎
View GitHub Profile
@kenakingkong
kenakingkong / convert_to_webp.py
Last active June 5, 2025 09:52
convert images to webp format
import os
from PIL import Image
from PIL import ImageOps
from optparse import OptionParser
"""
Convert to webp
This script converts image(s) to webp format
- Accepts png, jpg, jpeg formats