Screenshot Tool for Windows 11 - CaptureGraphicsWin2D

Talk about the Ultimate Question of Life, The Universe, and Everything
Post Reply
User avatar
rednoah
The Source
Posts: 24520
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Screenshot Tool for Windows 11 - CaptureGraphicsWin2D

Post by rednoah »

Button CaptureGraphicsWin2D is a simple screenshot tool for Windows 11 that uses the Microsoft.Graphics.Win2D API to capture windows with alpha channel and save them as PNG.

This allows you to capture windows with transparency:
  • windows with rounded borders
  • windows with shadows (e.g. context menu)
  • windows with transparent surfaces (e.g. taskbar)




Download

Screenshot



Command-line Usage

Capture all open windows:

powershell: Select all

CaptureGraphicsWin2D "C:\Captures"
Capture a specific open window:

powershell: Select all

CaptureGraphicsWin2D "C:\Captures" "Shell_TrayWnd"


Motivation

I was not able to find a screenshot tool that was able to capture the Windows 11 Files context menu / Windows 11 taskbar / etc with alpha channel for transparency.


ScreenshotScreenshot
Screenshot



ScreenshotScreenshot
Screenshot
:idea: Please read the FAQ and How to Request Help.
Post Reply