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....