Beautiful screenshot borders made easy
Bezl lets you create beautiful screenshots in seconds. Pick any open window, and Bezl captures it — then adjust the padding and corner radius to get the perfect framed look. Pair it with a gradient wallpaper backdrop so your window truly shines, and export the result as a polished PNG or straight to your clipboard.
- Click-to-pick capture — Select any open window using the system picker and Bezl does the rest
- Global hotkey — Press Ctrl+Shift+S while focusing any window to capture it instantly — no need to switch back to Bezl first
- Adjustable padding — Fine-tune the border space around your screenshot after capture
- Corner radius — Round the corners for a polished, modern look
- Gradient wallpapers — Choose from 24 built-in gradient presets or create your own, then set it as your desktop wallpaper so every capture has a beautiful backdrop
- Export options — Copy to clipboard or save as PNG
Note
Bezl requires Visual Studio 2026 or later to build and Windows 10 (19041+) or later to execute.
Required Visual Studio components:
- .NET Desktop Development
- Windows application development
Or, if building from the command line:
git clone https://github.com/niels9001/Bezl.gitVisual Studio: Open Bezl.sln, set Bezl as the startup project, select x64, and run.
Command line:
dotnet build Bezl\Bezl.csproj -p:Platform=x64
dotnet run --project Bezl\Bezl.csproj- (Optional) Set a gradient wallpaper — Pick a preset or create your own gradient and apply it as your desktop wallpaper for a beautiful backdrop
- Capture a window — Click "Capture" and select a window, or press Ctrl+Shift+S while focusing the window you want to capture
- Adjust — Tweak the padding and corner radius until it looks just right
- Export — Copy to clipboard or save as PNG
