Convert image to WebP
How to convert any image to WebP format
Convert to WebP
# Install webp
brew install webp
# Convert PNG/JPEG to WebP
# Add quality (values 0–100). Start with zero and increase until desired quality.
cwebp -q 0 'input file name.png' -o 'output file name.webp'Last updated
Was this helpful?