with one click
img2cartoon
通过百度 API 将图片转换为卡通风格。当用户提到卡通化、图片转卡通、卡通风、漫画风时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
通过百度 API 将图片转换为卡通风格。当用户提到卡通化、图片转卡通、卡通风、漫画风时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
将 Excel 文件的指定工作表转换为 PDF 格式。当用户提到 Excel 转 PDF、表格转 PDF、导出 Excel 为 PDF 时使用。
自动创建 Excel 并模拟数据。当用户提到生成测试数据、mock 数据、造数据、Excel 模板、模拟数据时使用。
在 Excel 文件中搜索指定关键词并返回文件、行号、详情。当用户提到搜索 Excel、Excel 查找、Excel 搜索内容时使用。
将多个 Excel 文件合并到一个 Excel 的不同 sheet 中。当用户提到合并 Excel、合并多个表格、多个 Excel 合并时使用。
将多个 Excel 文件的多个 sheet 合并到同一个 sheet。当用户提到合并 sheet、跨表合并、汇总多个表格时使用。
将同一个 Excel 文件的多个 sheet 拆分为独立文件。当用户提到拆分 sheet、Excel 按表拆分、拆 sheet 时使用。
| name | img2Cartoon |
| description | 通过百度 API 将图片转换为卡通风格。当用户提到卡通化、图片转卡通、卡通风、漫画风时使用。 |
将图片转换为卡通风格
通过调用百度 API,将指定图片转换为卡通风格的图片。需要提供百度 AI 的 client_api 和 client_secret。
office/skills/image/img2Cartoon/
from office.skills.image import img2Cartoon
img2Cartoon(
path='./test.png',
client_api='your_api_key',
client_secret='your_secret'
)
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
path | str | 是 | - | 图片文件的路径 |
client_api | str | 否 | '' | 客户端的 API 密钥 |
client_secret | str | 否 | '' | 客户端的密钥 |
None
from office.skills.image import img2Cartoon
img2Cartoon(path='./photo.jpg')
office.api.image.img2Cartoon