All Projects → ismd → screenshotgun

ismd / screenshotgun

Licence: other
Open cross-platform screenshoter with cloud support and server part

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to screenshotgun

Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (+2234.78%)
Mutual labels:  screenshot, qt, qt5
Kshare
The free and open source and cross platform screen sharing software.
Stars: ✭ 151 (+556.52%)
Mutual labels:  screenshot, qt, qt5
autoscreen
Automated screen capture utility
Stars: ✭ 76 (+230.43%)
Mutual labels:  screenshot, screenshots, capture-screenshots
QUaServer
Qt C++ wrapper for open62541 server stack
Stars: ✭ 78 (+239.13%)
Mutual labels:  qt, qt5
Snapshots For Windows
Application for make and upload screenshots / Приложение для создания и загрузки скриншотов
Stars: ✭ 6 (-73.91%)
Mutual labels:  screenshot, screenshots
Gowitness
🔍 gowitness - a golang, web screenshot utility using Chrome Headless
Stars: ✭ 996 (+4230.43%)
Mutual labels:  screenshot, screenshots
Screen capture lite
cross platform screen/window capturing library
Stars: ✭ 340 (+1378.26%)
Mutual labels:  screenshot, screenshots
Screenshotty
A library for programatically capturing screenshots on Android
Stars: ✭ 141 (+513.04%)
Mutual labels:  screenshot, screenshots
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (+356.52%)
Mutual labels:  screenshot, screenshots
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-13.04%)
Mutual labels:  qt, qt5
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (-13.04%)
Mutual labels:  qt, qt5
Ksnip
ksnip the cross-platform screenshot and annotation tool
Stars: ✭ 776 (+3273.91%)
Mutual labels:  screenshot, qt
Switch-Screenshots
Script to organize Nintendo Switch screenshots by directory instead of date.
Stars: ✭ 50 (+117.39%)
Mutual labels:  screenshot, screenshots
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (+17.39%)
Mutual labels:  qt, qt5
Chart To Aws
Microservice to generate screenshot from a webpage and upload it to a AWS S3 Bucket.
Stars: ✭ 43 (+86.96%)
Mutual labels:  screenshot, screenshots
Falcon
Take Android screenshots with Falcons bright eye!
Stars: ✭ 362 (+1473.91%)
Mutual labels:  screenshot, screenshots
urlbox-screenshots-node
Capture website thumbnails using the urlbox.io screenshot as a service API in node
Stars: ✭ 14 (-39.13%)
Mutual labels:  screenshot, screenshots
freeshooter
This is old-school tool for taking screenshots without bloatware features, simple as life, light as air.
Stars: ✭ 102 (+343.48%)
Mutual labels:  screenshot, screenshots
Flameshot
Powerful yet simple to use screenshot software 🖥️ 📸
Stars: ✭ 15,429 (+66982.61%)
Mutual labels:  screenshot, qt
resumify
Capture screenshot and make PDF on your HTML presentation.
Stars: ✭ 28 (+21.74%)
Mutual labels:  screenshot, capture-screenshots

Screenshotgun

Open cross-platform screenshoter with cloud support and server part.
With this application you can make screenshots, draw figures or write text and then copy them to clipboard or upload to:

You can get open source server part and deploy it by yourself github.com/ismd/screenshotgun-server

Download binaries for Windows, Linux and macOS from official site screenshotgun.com

Install

Linux

Ubuntu 20.04, Linux Mint
  1. sudo add-apt-repository ppa:ismd/screenshotgun
  2. sudo apt-get update
  3. sudo apt-get install screenshotgun
Arch Linux

yay -S screenshotgun-git

macOS

Download and drag'n'drop to Applications directory

Windows

Download and install

Build

You can simply use CLion with Qt5 libs under any operating system. Or you can build manually:

Linux

Ubuntu 20.04
  1. sudo apt-get install build-essential git cmake qtbase5-dev qtbase5-private-dev
  2. git clone https://github.com/ismd/screenshotgun.git
  3. cd screenshotgun && mkdir build && cd build
  4. cmake ..
  5. cmake --build .
Arch Linux
  1. sudo pacman -S git cmake qt5-base
  2. git clone https://github.com/ismd/screenshotgun.git
  3. cd screenshotgun && mkdir build && cd build
  4. cmake ..
  5. cmake --build .

macOS

  1. brew install cmake qt
  2. git clone https://github.com/ismd/screenshotgun.git
  3. cd screenshotgun && mkdir build && cd build
  4. cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/qt ..
  5. cmake --build .

Windows

MXE (cross compile for Windows under Linux)
  1. Install MXE (need cmake and qtbase packages)
  2. git clone https://github.com/ismd/screenshotgun.git
  3. cd screenshotgun && mkdir build && cd build
  4. x86_64-w64-mingw32.shared-cmake .. -DCMAKE_BUILD_TYPE=Release
  5. x86_64-w64-mingw32.shared-cmake --build .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].