image-cropper

Installation
SKILL.md

图像裁剪工具

智能图像裁剪工具,支持保持画面中心的精准裁剪,专为社交媒体和内容创作优化。

🚀 快速开始

命令行使用

# 单张裁剪
python scripts/crop_image.py input.jpg --size 900x383 --output output.jpg

# 使用预设尺寸
python scripts/crop_image.py input.jpg --preset wechat-cover --output output.jpg

# 批量裁剪
python scripts/batch_crop.py folder/ --size 900x383 --output cropped_folder/
Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026
image-cropper — hhhh124hhhh/skillmate