bx-image
Installation
SKILL.md
bx-image: Image Manipulation
Installation
install-bx-module bx-image
# CommandBox
box install bx-image
Three APIs
| API | Style | Best For |
|---|---|---|
| BIFs | ImageResize( img, 800 ) |
Quick one-off operations |
| Fluent BoxImage | ImageNew("path").resize(800).write() |
Chained multi-step processing |
bx:image component |
<bx:image action="resize"> |
Template-style code |