BestImageViewer / geeqie

claiming to be the best image viewer / photo collection browser

Home Page:http://www.geeqie.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geeqie Readme

Code Status:
Build Status

Package Status:
Packaging status latest packaged version(s)

Geeqie - an image viewer

This is Geeqie, a successor of GQview.

Geeqie is a free open software image viewer and organiser program for Linux, FreeBSD and other Unix-like operating systems

It can be used as a simple database-free image viewer but it also has extensive capabilities.

Please send any questions, problems or suggestions to the mailing list or open an issue on Geeqie at GitHub.

(NB Unless you first subscribe to the mailing list, you will not receive automated responses)

Subscribe to the mailing list here.

The project website is https://www.geeqie.org/ and you will find the latest sources in the Geeqie repository.

Contents

Features

Geeqie is a graphics file viewer. Basic features:

  • Single click image viewing / navigation.

  • Zoom functions.

  • Thumbnails, with optional caching and .xvpics support.

  • Multiple file selection for move, copy, delete, rename, drag and drop.

  • Thumbnail preview of the destination for move, copy and rename functions.

  • On-the-fly renaming for move and copy functions, with formatted and auto-rename features.

  • File grouping (an image having jpeg, RAW and xmp files will appear as a single entity).

  • Selectable exif auto-rotation of images.

  • Single click file copy or move to pre-defined folders - with undo feature.

  • Drag and drop.

  • Collections.

  • Support for stereoscopic images

    • input: side-by-side (JPS) and MPO format
    • output: single image, anaglyph, SBS, mirror, SBS half size (3DTV)
  • Viewing raster and vector images, in the following formats:

    • 3FR, ANI, ARW, AVIF, BMP, CR2, CR3, CRW, CUR, DDS, DjVu, DNG, ERF, GIF, HEIC, HEIF, ICO, JP2. JPE/JPEG/JPG, JPEG XL, JPS, KDC, MEF, MOS, MPO, MRW, NEF, ORF (including OM-1), PBM/PGM/PNM/PPM, PEF, PNG, PSD, QIF/QTIF (QuickTime Image Format), RAF, RAW, RW2, SCR (ZX Spectrum), SR2, SRF, SVG/SVGZ, TGA/TARGA, TIF/TIFF, WEBP, XBM, XPM.
    • Display images in archive files (.ZIP, .RAR etc.).
    • Animated GIF and WEBP files are supported.
  • Preview and thumbnails of video clips can be displayed. Clips can be run via a defined external program.

  • Images can be displayed singly in normal or fullscreen mode; static or slideshow mode; in sets of two or four per page for comparison; or as thumbnails of various sizes. Synchronised zoom when multi images are displayed.

  • Pan(orama) view displays image thumbnails in calendar, grid, folder and other layouts.

  • All available metadata and Exif/IPTC/XMP data can be displayed, as well as colour histograms and assigned tags, keywords and comments.

  • Selectable image overlay display box - can contain any text or meta-data.

  • Panels can be docked or floating.

  • Tags, both predefined and custom, can be assigned to images, and stored either as image metadata (where the file format allows), sidecar files, or in directory metadata files. Keywords and comments can also be assigned.

  • Basic editing in the form of lossless 90/180-degree rotation and flipping is supported; external programs such as GIMP, Inkscape, and custom scripts using ImageMagick can be linked to allow further processing.

  • Advanced searching is available using criteria such as filename, file size, age, image dimensions, similarity to a specified image, or by keywords or comments. If images have GPS coordinates embedded, you may also search for images within a radius of a geographical point.

  • Geeqie supports applying the colour profile embedded in an image along with the system monitor profile (or a user-specified monitor profile).

  • Geeqie sessions can be remotely controlled from external software, so it can be used as an image-viewer component of a bigger application.

  • Geeqie includes a 'find duplicates' tool which can compare images using a variety of criteria (filename, file size, visual similarity, dimensions, image content), either within a single folder or between two folders. Finding duplicates ignoring the rotation of images is also supported.

  • Images may be given a rating value (also known as a "star rating").

  • Maps from OpenStreetMap may be displayed in a side panel. If an image has GPS coordinates embedded, its position will be displayed on the map - if Image Direction is encoded, that will be displayed also. If an image does not have embedded GPS coordinates, it may be dragged-and-dropped onto the map to encode its position.

  • Speed of operation can be increased by caching thumbnails and similarity data of images. When Geeqie is run as a stand-alone command line program (geeqie --cache-maintenance <path>) these data will be recursively created from the defined start point. This program can be called from cron or anacron so that cache updating is automatically done at specified intervals.

  • Extensible via plugins

Downloading

Geeqie is available:

AppImages

The Continuous Build release version has AppImages that are automatically generated each time the source code is updated. There are two versions - the full version is about 120MB and the minimal version is about 10MB and will therefore load much faster.

The minimal version can display jpegs, pngs and some other formats, but does not have the range of the full version.

This script file will download to $HOME/bin the latest Continuous Build AppImages for you:

wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/scripts/geeqie-download-appimage.sh
chmod +x geeqie-download-appimage.sh

The script can download either the full size or the minimal version of the AppIamge, and sets a symbolic link to the executable file. The --help option lists all options.

The full version takes a noticeable time to load, and runs slightly slower than a normal packaged release. The above script has the option --extract which extracts the contents of either AppImage to a sub-directory under $HOME/bin. With this option the loading and run time is the same as for a packaged release.

There are also options to install desktop icons, menu items, and to revert to earlier downloaded versions.

AppImages have a "portable mode" which is described here.

Installation scripts

Geeqie is stable and you may compile the latest version from sources.

There are two scripts which will download and compile the sources for you.

The first script will install Geeqie to a defined location, and will run under any system. However, it is left to you to make sure dependencies are fulfilled. To get the script, from the command line type:

wget https://raw.githubusercontent.com/pixlsus/Scripts/master/build-geeqie
chmod +x build-geeqie

The second script will run only on Debian-based system, but will fulfil all dependencies and also give you the opportunity to include additional pixbuf loaders and other useful programs. To get the script, from the command line type:

wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
chmod +x geeqie-install-debian.sh

If you wish to compile the sources yourself you may download the latest version (if you have installed git) from here:

git clone http://git.geeqie.org/git/geeqie.git

Compiling and Installing

meson setup build
ninja -C build install

List compile options:
meson configure build

Apply options e.g.:
sudo ninja -C build uninstall
meson configure build -Dpdf=enabled -Dwebp=disabled
ninja -C build install

Re-display configuration data:
ninja -C build reconfigure

Meaning of options:
auto If the library is not found, continue the installation
enabled If the library is not found, stop the installation
disabled Do not look for the library

Uninstall:
sudo ninja -C build uninstall

Install new version:
sudo ninja -C build uninstall
git pull
ninja -C build install

Note

It is recommended to always use git clone git://git.geeqie.org/geeqie.git to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.

However if you leave the folder intact, whenever new features or patches are available, execute:

sudo ninja -C build uninstall; git pull; ninja -C build install

Only the changed sources are downloaded, which makes this a quick operation.

Your configuration file, history file and desktop files are not affected by this process.

Notes and changes for the latest release

See the NEWS file in the installation folder, or Geeqie News at GitHub

And either the ChangeLog file or Geeqie ChangeLog

Required libraries

Required libraries for a Debian installation may be listed by:

wget https://raw.githubusercontent.com/BestImageViewer/geeqie/master/geeqie-install-debian.sh
chmod +x geeqie-install-debian.sh
./geeqie-install-debian.sh --list

Code hackers

If you plan on making any major changes to the code that will be offered for inclusion to the main source, please contact us first - so that we can avoid duplication of effort.

Known bugs

See the Geeqie Bug Tracker at https://github.com/BestImageViewer/geeqie/issues

Windows

Geeqie can be run on Windows 11 (and possibly Windows 10) via Windows Subsystem for Linux (WSL2).

If the Ubuntu distribution is loaded by WSL, Geeqie can be run as an Ubuntu package or as an extracted AppImage. Geeqie can also be compiled from sources.

Note that some icons are not displayed correctly, and Help and Print do not work. However the Help manual is available on-line

About

claiming to be the best image viewer / photo collection browser

http://www.geeqie.org/

License:GNU General Public License v2.0


Languages

Language:C++ 88.7%Language:C 6.8%Language:Shell 2.9%Language:Meson 1.4%Language:Roff 0.1%Language:Awk 0.1%Language:Perl 0.1%Language:Ruby 0.0%Language:CSS 0.0%