A VS Code extension that lets you right-click image files in the Explorer and combine them into a grid for easy export — ideal for building slides from analysis plots.
Features
- Right-click one or more PNG/JPG files → Combine plots
- Arrange images in a configurable grid (2×2, 2×1, 1×2, 1×3, 3×1, 2×3, 3×2, or custom)
- Drag and drop to reorder images within the grid
- Control gutter size, background color, and fit mode (contain / cover)
- Export at 1×, 2×, or native source resolution
- Save PNG… — save the combined image to disk
- Copy to clipboard — paste directly into a slide or document
Usage
- Select one or more image files in the Explorer.
- Right-click → Combine plots.
- Adjust the layout, gutter, and background color.
- Click Save PNG… or Copy to clipboard.
Requirements
- VS Code 1.85.0 or later.
- For clipboard copy: Wayland sessions need
wl-clipboard; X11 sessions needxclip.
License
MIT