Frame your screenshots
for every platform

Pick a platform preset, capture a region, and know it'll look right when you publish. No surprise crops.

SnipTease capturing a region with safe-zone guides

Built-in presets

Every major platform covered.

Preset Aspect Export width Safe margin
OG / Meta
OG Image1200:6301200 px6%
OG Image @2x1200:6302400 px6%
X / Twitter Card2:11600 px6%
LinkedIn
LinkedIn Feed1:11200 px8%
LinkedIn Landscape1200:6271200 px6%
X (Twitter)
X Square1:11080 px7%
X Landscape16:91200 px6%
Instagram
Instagram Square1:11080 px8%
Instagram Portrait4:51080 px8%
Instagram Story9:161080 px10%
SnipTease menu bar dropdown showing preset list

For agents, too

SnipTease doubles as a Model Context Protocol server. Your agent describes what to capture in plain English — SnipTease asks a vision model for the bounding box, frames the result, and saves it.

"Capture the authentication section of the README for a LinkedIn post."

// Add to your agent's MCP config (Claude Desktop, Cursor, etc.) { "mcpServers": { "sniptease": { "command": "/Applications/SnipTease.app/Contents/MacOS/SnipTease", "args": ["--mcp"], "env": { "GEMINI_API_KEY": "your-key-here" } } } }
list_presets

Returns the full preset catalog with aspect ratios and export sizes.

agent_capture

Takes a screenshot, finds the described region via VLM, frames it, saves PNG + copies to clipboard.