Skip to content

Simple command-line driven screenshot program for Windows

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING.LESSER
Notifications You must be signed in to change notification settings

AlyafeiAli/boxcutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  
  boxcutter
  Copyright Matt Rasmussen 2008-2011
  
  The original version made cropped screenshots due to DPI issues... I fixed that using Window's EnumDisplaySettings API.
  Now it auto-detects the correct resolution no matter what DPI is set. It will take a screenshot with no issues.

boxcutter is a minimal Windows command line screenshot
application. It requires and accepts a single argument: the file name
to store the screenshot. Nothing is echoed to the console. If the
program exits on 0, it was successful. If not, the program
failed. Screenshots are stored as uncompressed bitmaps.  This program is
useful for very quick fullscreen screenshots.

usage: boxcutter OUTPUT_FILENAME
example: "boxcutter test.jpg"

Saves a bitmap screenshot to 'OUTPUT_FILENAME'.

About

Simple command-line driven screenshot program for Windows

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.6%
  • C 36.2%
  • Makefile 0.2%