webp-to-jpg

Installation
SKILL.md

WebP到JPG转换技能

功能概述

此技能将帮助您将WebP格式的图片转换为JPG格式,以便在不支持WebP格式的平台上使用。

使用场景

  • 在微信公众号等不支持WebP格式的平台上使用图片
  • 将WebP图片转换为更通用的JPG格式
  • 准备适合特定平台的图片格式

转换步骤

  1. 检查Pillow库:确认系统已安装Pillow库用于图片处理
    python -c "from PIL import Image; print('Pillow is available')"
    
Related skills

More from steelan9199/wechat-publisher-skill

Installs
5
GitHub Stars
5
First Seen
Feb 28, 2026