Coreavor
Coreavor copied to clipboard
A simple cross-platform image viewer written in C++ QT
- Add option to copy image under `Image` menu. - Add shortcut `CTRL-C` We can use [xclip](https://github.com/astrand/xclip) to achieve this. `xclip -selection clipboard -t image/png -i /path/to/image.png`
This happens when image is bigger than the program window. If the window is resized enough to fit in the image entirely without needing to shrink it, the quality is...
Hi `Mithil467/Coreavor`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...