What problem does it solve?
This skill streamlines the process of generating and editing images by interfacing with Gemini API, enabling rapid visual iteration for designers, marketers, and product teams.
Core Features & Use Cases
- Generate images from text prompts (text-to-image) using Gemini.
- Edit existing images with natural language instructions and iterative refinement.
- Compose and refine visuals from multiple reference images for logos, product mockups, stickers, and branding assets.
- Real-world use: A designer can rapidly prototype logo variations by prompts and refinements.
Quick Start
Run the provided scripts to generate or edit images. Example:
- Generate: python scripts/generate_image.py "A futuristic logo for Acme" acme_logo.png --model gemini-3-pro-image-preview --aspect 1:1
- Edit: python scripts/edit_image.py input.png "Make the image more vibrant and add a gold tint" edited.png --model gemini-3-pro-image-preview