• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-1614

src/H03-May-2022-49,49346,980

AUTHORSH A D05-Nov-2021251 107

CHANGELOGH A D05-Nov-202115.6 KiB335313

COPYINGH A D05-Nov-202114.9 KiB281237

README.mdH A D05-Nov-20211.6 KiB5536

README.md

1# LXImage-Qt
2
3## Overview
4
5LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer.
6
7![LXImage-qt](lximage-qt.png)
8
9
10## Features
11
12* Zoom, rotate, flip and resize images
13* Slideshow
14* Thumbnail bar (left, top or bottom); different thumbnail sizes
15* Exif data bar
16* Inline image renaming
17* Custom shortcuts
18* Image annotations (arrow, rectangle, circle, numbers)
19* Recent files
20* Upload images (Imgur, ImgBB)
21* Take screenshots
22
23More features can be found when it is used. LXImage-Qt is maintained by the LXQt project
24but can be used independently from this desktop environment.
25
26## Installation
27
28### Compiling source code
29
30Runtime dependencies are qtx11extras and [libfm-qt](https://github.com/lxqt/libfm-qt)
31(LXImage-Qt used to depend on [PCManFM-Qt](https://github.com/lxqt/pcmanfm-qt)
32but the relevant code belongs to what was outsourced in libfm-qt).
33Additional build dependencies are CMake and optionally Git to pull latest VCS
34checkouts.
35
36Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
37has to be set to `/usr` on most operating systems.
38
39To build run `make`, to install `make install` which accepts variable `DESTDIR`
40as usual.
41
42### Binary packages
43
44Official binary packages are available in all major distributions. Just use the distributions'
45package manager to search for string 'lximage-qt'.
46
47
48### Translation
49
50Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/lximage-qt/).
51
52<a href="https://translate.lxqt-project.org/projects/lxqt-desktop/lximage-qt/">
53<img src="https://translate.lxqt-project.org/widgets/lxqt-desktop/-/lximage-qt/multi-auto.svg" alt="Stato traduzione" />
54</a>
55