imgcmd
imgcmd is a Node.js command-line tool that turns your AI assistant into a real image generator. Instead of relying on fragile chat-generated SVG or Base64 code, imgcmd uses Gemini AI to create actual image files directly on disk.
Key Features
- Real image files: Generates PNG, JPG, or other formats saved to your filesystem.
- Gemini AI powered: Leverages Google's Gemini models for high-quality image generation.
- CLI simplicity: Easy to integrate into scripts, workflows, and automation pipelines.
- No more SVG/Base64 hacks: Produces standard image files that work everywhere.
Use Cases
- Automating image creation for websites, blogs, or social media.
- Generating assets for design prototypes and mockups.
- Creating custom images on the fly from text prompts.
Getting Started
Install via npm and run from your terminal. Check the official page for detailed instructions and examples.

