Introduction to Geeqie
Geeqie is an open-source image viewer that focuses on speed, simplicity, and compatibility with multiple formats. Born as a fork of GQview, it has evolved to offer a modern user experience without losing its lightweight character.
Main Features
- Broad format support: JPEG, PNG, GIF, TIFF, BMP, WebP and many more, including RAW files from digital cameras.
- Folder navigation with adjustable thumbnail view and full-screen mode.
- Basic editing tools such as rotation, flip, resizing, and color adjustment.
- Ability to tag and classify images using color tags and stars.
- Integration with external tools like GIMP, ImageMagick, and custom scripts via user-defined actions.
- Smooth panning and zoom history, ideal for reviewing large photo collections.
- Cross-platform compatibility: runs on Linux, BSD and, via community packages, on Windows and macOS.
Installation on Different Systems
On Debian- or Ubuntu-based distributions, simply open a terminal and run:
sudo apt-get update sudo apt-get install geeqie
On Fedora and Red Hat derivatives, the package is available in the official repositories:
sudo dnf install geeqie
For Arch Linux and its derivatives:
sudo pacman -S geeqie
On macOS systems, it can be installed via Homebrew:
brew install geeqie
On Windows, an experimental version is available on the project’s official site, although the optimal experience is achieved in Unix-like environments.
Daily Use and Workflow
Once launched, Geeqie presents an interface divided into three panels: the directory tree on the left, the thumbnail grid in the center, and an enlarged preview on the right. This design allows quick navigation between folders and selecting images without losing context.
Keyboard shortcuts are fully configurable; for example, the space bar advances to the next image, while Ctrl+R rotates the image 90 degrees clockwise. These shortcuts speed up tasks such as reviewing photo sessions or preparing batches for publishing.
The slideshow mode is activated with F5 and allows setting time intervals, smooth transitions, and loop playback, ideal for exhibitions or quick reviews.
Customization and Extensibility
Geeqie stores its configuration in XML files located in ~/.config/geeqie/. There you can adjust color themes, fonts, and zoom behavior. Additionally, the Actions menu allows creating custom commands that call external programs, such as applying an ImageMagick filter or uploading images to a cloud service.
For advanced users, it is possible to write scripts in Python or Bash that interact with Geeqie via its command-line interface, facilitating automation of tasks such as batch renaming or generating static web galleries.
Conclusion
Geeqie combines the lightness of a classic viewer with modern functionalities that make it suitable for both occasional users and photographers and designers who need a fast and reliable tool. Its open-source nature, the active community behind the project, and its cross-platform compatibility ensure that it will remain a relevant option in the image management ecosystem.
This post is also available in ESPAÑOL.