ksnip ·
Version v1.6.0 - alpha
Ksnip is a Qt based cross-platform screenshot tool that provides many annotation features for your screenshots.
Latest ksnip version contains following features:
- Supports Linux (X11 and experimental KDE and Gnome Wayland support), Windows and MacOS.
- Taking screenshot of a custom rectangular area that can be drawn with mouse cursor.
- Taking screenshot of the screen/monitor where the mouse cursor is currently located.
- Taking screenshot of full screen, including all screens/monitors.
- Taking screenshot of window that currently has focus.
- Taking screenshot of window under mouse cursor.
- Take screenshot with or without mouse cursor.
- Customizable capture delay for all capture options.
- Upload screenshots directly to imgur.com in anonymous or user mode.
- Command line support, for taking screenshot and saving it to default location, filename and format.
- Customizable default location, filename and format for saving new screenshots with wildcards for Year ($Y), Month ($M), Day ($D) and Time ($T).
- Print screenshot or save is to pdf/ps.
- Annotate screenshots with pen, marker, rectangles, ellipses, texts and other tools.
- Many configuration options.
Rect Area | Full Screen | Current Screen | Active Window | Window Under Cursor | Without Mouse Cursor | |
---|---|---|---|---|---|---|
X11 | X | X | X | X | X | |
KDE Wayland | X | X | X | |||
Gnome Wayland | X | X | X | X | X | |
Windows | X | X | X | X | X | |
MacOS | X | X | X |
Binaries can be downloaded from the release page here. Currently we provide RPM, DEB and AppImage for Linux, zipped EXE for Windows and APP for MacOS in a DMG package.
We build and provide all supported binaries for every pushed commit, those can be found at the top of the release page. Continuous build artifacts are not fully tested and in most cases they are work in progress so use them with caution.
In order to use AppImages, make them executable and start using it, no installation required.
$ chmod a+x ksnip*.AppImage
$ ./ksnip*.AppImage
More information about setting to executable can be found here.
Just install them via rpm and start using.
$ rpm -Uvh ksnip*.rpm
$ ksnip
Just install them via dpkg and start using.
$ sudo dpkg -i ksnip*.deb
$ ksnip
The exe file with all required dependencies comes in a zipped package, which just need to be unzipped with your favorite zip tool. Ksnip can then be started by just double clicking ksnip.exe.
The app file comes in a dmg package which needs to be opened and the ksnip.app file needs to be dragged and dropped into the Application folder. After that the application can be started by double clicking ksnip.app
ksnip depends on kImageAnnotator and kColoPicker which needs to be installed before building ksnip from source. Install instructions can be found on the github pages.
- Get latest release from GitHub by cloning the repo:
$ git clone https://github.com/DamirPorobic/ksnip
- Change to repo directory:
$ cd ksnip
- Make new build directory and enter it:
$ mkdir build && cd build
- Create the makefile and build the project:
$ cmake .. && make
- Now install the application, eventually you need to run it with sudo:
$ sudo make install
- Run the application:
$ ksnip
We are always looking for help with translations, contributors are welcome!
For translations we use Weblate!
- Snipping Area with transparent background doesn't work when Compositor is disabled, freeze background is used in that case.
- Snipping Area with transparent background doesn't work, freeze background is always used. Issue #151
- Second activation of snipping area doesn't get focus, you need to switch to the right side in order to see the snipping area. Issue #152
- Mouse Cursor is always captured. Issue #153
Please report any bugs or feature requests related to the annotation editor on the kImageAnnotator github page under the issue section. All other bugs or feature requests please report on the ksnip github page under the issue section.
You would like to donate a Beer? Sure, you can do that here, donations are always welcome :)