(SEO)What is WebP? How to use WebP? How to convert image using Python?

Опубликовано: 23 Март 2026
на канале: Takayuki Oshima (町のWeb屋 大島)
114
3

WebPの概要、使う方法、サンプルコード、注意点など。

シンプル表示
https://pythonchannel.com/static/imag...

バックグランド(CSSでWebP)*Safari未対応
https://pythonchannel.com/static/imag...

バックグランド(CSSでWebP)*Safari対応
https://pythonchannel.com/static/imag...

Gif
https://pythonchannel.com/static/imag...

Python Code
from PIL import Image
im = Image.open("cat.jpg").convert("RGB")
im.save("cat.webp", "webp")

で、何点上がった?
https://pythonchannel.com/blog/seo-ba...

text....