GUI layer editor for Ideogram 4 structured JSON prompts
Ideogram 4 accepts structured JSON prompts where every region is described with a bounding box. Writing these by hand means tracking [ymin, xmin, ymax, xmax] coordinates across multiple layers — error-prone and slow. This editor gives you a visual canvas instead.
text / obj bbox layers on a proportional canvasCtrl+Z / Ctrl+Y), save / load JSON, copy to clipboard
git clone https://github.com/vimcomes/ideogram4-editor.git cd ideogram4-editor ./run.sh # Linux/macOS — creates venv on first run run.bat # WindowsView on GitHub →