/qsnapshot

A screen capture tool

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

QSnapshot

This is a screen capture program, inspired by KSnapshot.

Features

  • Capture full screen
  • Capture window under cursor
  • Capture section of a window
  • Capture selected region

Build dependency

You need following tools:

How to build

mkdir build
cd build
cmake ..
make

How to install

make install

How to build package (Mac OS X and Windows only)

make package

How to build package for Debian

Please refer to qsnapshot-debian, which uses git-buildpackage.

How to build package for Ubuntu

Please refer to qsnapshot-ubuntu, which uses git-buildpackage.