图片滤镜
無料オンラインImage Filter。画像に多彩なフィルター効果を即座に適用できる無料ツールです。レトロ、セピア、モノクロなど好みに合わせて簡単に加工でき、SNS用の写真編集にも最適です。提供:clawam.com。
使い方
機能
- 11 种滤镜,全部 Canvas 纯前端处理
- 可调强度(0-1)
- 支持 PNG/JPG 下载
- 原图与处理后并排显示
利用シーン
- 所有处理在浏览器内,文件不上传
- 大图片可能较慢(纯 JS 像素遍历)
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/image_filter/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/image_filter/schema.json // Step 2: 在浏览器中执行工具逻辑 // 图片滤镜 在工具页 JS 中实现