43 lines
1.8 KiB
Markdown
43 lines
1.8 KiB
Markdown

|
|
> Powerfull yet simple to use screenshot software.
|
|
|
|
**This program is in heavy develpment and it's incomplete!**
|
|
|
|
## Considerations
|
|
If you have a system-wide shortcut assigned to the`Print`
|
|
key, you should disable it because it may interfere with the global key detection.
|
|
|
|
In order to solve this problem I'm thinking about creating a cli tool to communicate with Flameshot via IPC socket; you could assign the specific command tto trigger the capture in a very convenient way. (that could be extended with many functions but it isn't a priority)
|
|
|
|
Check the ./docs folder for more information.
|
|
|
|
## Dependencies
|
|
- QT (tested with QT5.8)
|
|
- QT X11
|
|
- X11 devel (with xcb)
|
|
|
|
## Compilation
|
|
Just download QT Creator and the dependencies (see the previous section) and import the project selecting the `flameshot.pro` file. Hit the "Build" button.
|
|
|
|
## Screenshots
|
|
Dynamic button position based on your selection!
|
|
|
|

|
|
|
|
Choose your buttons and edit your screenshots!
|
|

|
|
|
|
## License
|
|
- The main code is licensed under GPLv3
|
|
- The logo of Flameshot is licensed under Free Art License v1.3
|
|
- The button icons are licensed under Apache License 2.0. See: https://github.com/google/material-design-icons
|
|
- The code at capture/capturewidget.cpp is based on https://github.com/ckaiser/Lightscreen/blob/master/dialogs/areadialog.cpp
|
|
- The code at capture/capturewidget.h is based on https://github.com/ckaiser/Lightscreen/blob/master/dialogs/areadialog.h
|
|
- Qt-Color-Widgets taken and modified from https://github.com/mbasaglia/Qt-Color-Widgets (see their license and exceptions in the project)
|
|
|
|
## Acknowledgment
|
|
I really appreciate those who have shown interest in the develpment process:
|
|
- Cosmo.
|
|
- ismatori.
|
|
- The members of the Sugus association.
|