Skip to content

n4yk/screenshot-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

screenshot-cmd

Simple command-line tool for making screenshots (for Windows Vista or later)

Fixed so that the drop shadow of the window frame does not appear.
(ウィンドウフレームのドロップシャドウが映らないように修正した)

To build:

g++ -Wall -Os -mwindows -municode screenshot.cpp -lgdiplus -lDwmapi -o screenshot -static

To reduce the size:

strip screenshot.exe

To run:

screenshot.exe -wh 1e9060a -o screenshot.png

About

Simple command-line tool for making screenshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages