image-utils
✓Use when performing classic image manipulation - resize, crop, composite, format conversion, watermarks, adjustments. Pillow-based utilities for deterministic pixel-level operations. Use alongside AI image generation (like Bria) for post-processing, or standalone for any image processing task.
Installation
SKILL.md
Pillow-based utilities for deterministic pixel-level image operations. Use for resize, crop, composite, format conversion, watermarks, and other standard image processing tasks.
| Loading | load(source) | Load from URL, path, bytes, or base64 | | | loadfromurl(url) | Download image from URL | | Saving | save(image, path) | Save with format auto-detection | | | tobytes(image, format) | Convert to bytes | | | tobase64(image, format) | Convert to base64 string | | Resizing | resize(image, width, height) | Resize to exact dimensions |
| | scale(image, factor) | Scale by factor (0.5 = half) | | | thumbnail(image, size) | Fit within size, maintain aspect | | Cropping | crop(image, left, top, right, bottom) | Crop to region | | | cropcenter(image, width, height) | Crop from center | | | croptoaspect(image, ratio) | Crop to aspect ratio |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bria-ai/bria-skill --skill image-utils- Source
- bria-ai/bria-skill
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is image-utils?
Use when performing classic image manipulation - resize, crop, composite, format conversion, watermarks, adjustments. Pillow-based utilities for deterministic pixel-level operations. Use alongside AI image generation (like Bria) for post-processing, or standalone for any image processing task. Source: bria-ai/bria-skill.
How do I install image-utils?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bria-ai/bria-skill --skill image-utils Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bria-ai/bria-skill
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11