Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/lximage-qt
The image viewer and screenshot tool for lxqt
https://github.com/lxqt/lximage-qt
Last synced: 3 days ago
JSON representation
The image viewer and screenshot tool for lxqt
- Host: GitHub
- URL: https://github.com/lxqt/lximage-qt
- Owner: lxqt
- License: gpl-2.0
- Created: 2013-07-18T19:10:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T05:45:15.000Z (28 days ago)
- Last Synced: 2024-10-29T11:13:47.947Z (10 days ago)
- Language: C++
- Homepage: https://lxqt.github.io
- Size: 3.14 MB
- Stars: 98
- Watchers: 30
- Forks: 62
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# LXImage-Qt
## Overview
LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer.
![LXImage-Qt](lximage-qt.png)
## Features
* Zoom, rotate, flip and resize images
* Slideshow
* Thumbnail bar (left, top or bottom); different thumbnail sizes
* Exif data bar
* Inline image renaming
* Custom shortcuts
* Image annotations (arrow, rectangle, circle, numbers)
* Recent files
* Upload images (Imgur)
* Take screenshotsMore features can be found when it is used. LXImage-Qt is maintained by the LXQt project
but can be used independently from this desktop environment.**NOTE:** LXImage-Qt can handle all image formats supported by Qt. `qt6-imageformats` and
[`kimageformats`](https://api.kde.org/frameworks/kimageformats/html/index.html) extend
the range of supported formats considerably and without extra dependencies. Their
installation is recommended.## Installation
### Compiling source code
Runtime dependencies are qtx11extras and [libfm-qt](https://github.com/lxqt/libfm-qt).
Additional build dependencies are CMake, [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools)
and optionally Git to pull latest VCS checkouts.Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
has to be set to `/usr` on most operating systems.To build run `make`, to install `make install` which accepts variable `DESTDIR`
as usual.### Binary packages
Official binary packages are available in all major distributions. Just use the distributions'
package manager to search for string 'lximage-qt'.### Translation
Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/lximage-qt/).