Image workflows that preserve what you like
AI image editing is probabilistic—DALL-E generates new images, inpainting runs diffusion. FloImg applies deterministic transforms—the image stays intact except for exactly what you asked.
npm install -g @teamflojo/floimg-claude Three Problems FloImg Solves
The Probabilistic Editing Problem
Without FloImg: AI editing is probabilistic. DALL-E generates new images. Even inpainting runs diffusion. "Change the colors" might give you a different composition.
With FloImg: Adjust hue mathematically. Resize precisely. Add caption. The image stays exactly as it was—only what you asked for changes.
The Tool Fragmentation Problem
Without FloImg: Wrangle remove.bg, Photoshop, Figma, format converters, cloud services. Each requires learning, signing up, downloading files.
With FloImg: One pipeline. Generate, transform, upload—all through natural conversation in Claude Code.
Better Than Glue Code
Without FloImg: Write integration code: OpenAI SDK + Sharp + AWS SDK + error handling. Maintain it forever.
With FloImg: Multiple modalities—natural language, visual builder, SDK, CLI, MCP. Use whichever fits how you think.
The Pipeline
Any source → Any transforms → Any destination
- AI images (DALL-E)
- Charts
- Diagrams
- Screenshots
- Resize
- Add caption
- Adjust colors
- Format convert
- Local file
- S3
- R2
- Tigris
Natural Conversation
Iterate without losing what you like
Each step references the previous image by ID. No file management. No re-uploading. Deterministic transforms—just iterate naturally.
Slash Commands
/floimg:workflow Multi-step pipelines with session state
MCP/floimg:image Universal image generation with transforms
MCP/floimg:qr QR codes
CLI/floimg:chart Data visualizations
CLI/floimg:diagram Mermaid diagrams
CLI/floimg:screenshot Webpage capture
CLIGet Started
npm install -g @teamflojo/floimg-claude Simple commands work immediately. Restart Claude Code once to enable MCP for session state.