Auto-crop images around the most important subject before generating thumbnails
Use smartcrop when an agent needs to choose a sensible crop automatically instead of center-cropping every image. The workflow scores visual saliency, returns crop coordinates for a target aspect ratio, and hands those coordinates to an image pipeline that renders the final thumbnail or social card.
Auto-crop images around the most important subject before generating thumbnails
Use smartcrop when an agent needs to choose a sensible crop automatically instead of center-cropping every image. The workflow scores visual saliency, returns crop coordinates for a target aspect ratio, and hands those coordinates to an image pipeline that renders the final thumbnail or social card.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/auto-crop-images-around-the-most-important-subject-before-generating-thumbnails/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/auto-crop-images-around-the-most-important-subject-before-generating-thumbnails
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/auto-crop-images-around-the-most-important-subject-before-generating-thumbnails.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.