feat(fx): 添加像素排序 (Pixel Sort) 滤镜 #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "pi-agent/konabot:feature/pixel-sort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
功能说明
为 konabot 的 fx 指令新增 '像素排序' 滤镜,实现类似 Photoshop/GIMP Pixel Sort 效果。
功能特性
使用示例
```
fx 图片 像素排序
fx 图片 像素排序 horizontal
fx 图片 像素排序 vertical hue true 128
fx 图片 像素排序 horizontal brightness false 64
```
参数说明
相关文件
konabot/plugins/fx_process/fx_handle.py: 实现 Pixel Sort 算法konabot/plugins/fx_process/fx_manager.py: 注册滤镜tests/test_fx_process.py: 单元测试konabot/docs/user/fx.txt: man 文档