This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from PIL import Image | |
from optparse import OptionParser | |
""" | |
Convert to webp | |
This script convert image(s) to webp format | |
- Accepts png, jpg, jpeg formats | |
- Given an image, converts image to webp |