Capture Screenshots with DirectX 9
TBH I haven't tested this too much just seemed like a cool idea
- Export screenshots to %TEMP% or the current working directory as
.tmpfiles - Output format:
time_<width>oo<height>.tmp - Reconstruct
.tmpfiles into PNG format locally - Libraries Used - MSVCRT, D3D9
beacon> screenshot-bof
To reconstruct the image with this script, follow these steps:
-
Install the required packages:
pip3 install Pillow
-
Run the script with the desired log file path and output file path:
python3 assemble.py <tmp file> output.png
Big thanks to ma boy Kyle started this @kyle41111

