2022-01-05 04:42:01 +01:00
|
|
|
fiv
|
|
|
|
===
|
2021-07-14 07:09:19 +02:00
|
|
|
|
2022-07-22 19:35:03 +02:00
|
|
|
'fiv' is a slightly unconventional, general-purpose image browser and viewer
|
|
|
|
for Linux (that said, macOS and Windows ports are possible).
|
2021-07-14 07:09:19 +02:00
|
|
|
|
2022-01-24 08:41:05 +01:00
|
|
|
image::docs/fiv.webp["Screenshot of both the browser and the viewer"]
|
2022-01-06 12:42:34 +01:00
|
|
|
|
2022-01-07 12:15:14 +01:00
|
|
|
Features
|
|
|
|
--------
|
|
|
|
- Uses a compact thumbnail view, helping you browse collections comfortably.
|
2022-01-22 20:49:45 +01:00
|
|
|
- Supports BMP, (A)PNG, GIF, TGA, JPEG, WebP directly, plus optionally raw
|
|
|
|
photos, HEIC, AVIF, SVG, X11 cursors and TIFF, or whatever your gdk-pixbuf
|
|
|
|
modules manage to load.
|
2022-01-07 12:15:14 +01:00
|
|
|
- Employs high-performance file format libraries: Wuffs and libjpeg-turbo.
|
|
|
|
- Makes use of 30-bit X.org visuals, whenever it's possible and appropriate.
|
|
|
|
- Has a notion of pages, and tries to load all included content within files.
|
2022-07-17 12:37:32 +02:00
|
|
|
- Can keep the zoom and position when browsing, to help with comparing
|
|
|
|
zoomed-in images.
|
2022-01-07 12:15:14 +01:00
|
|
|
|
|
|
|
Explicit non-goals
|
|
|
|
------------------
|
|
|
|
- Editing--that's what _editors_ are for, be it GIMP or Rawtherapee;
|
|
|
|
nothing beyond the most basic of adjustments is desired.
|
|
|
|
- Following the latest GNOME HIG to the letter--header bars are deliberately
|
|
|
|
avoided, for their general user hostility.
|
2022-01-24 08:41:05 +01:00
|
|
|
- Memory efficiency is secondary to both performance and development effort.
|
2022-01-07 12:15:14 +01:00
|
|
|
|
|
|
|
Aspirations
|
|
|
|
-----------
|
|
|
|
Show colours as accurately as hardware allows. Open everything. Be fast.
|
|
|
|
Not necessarily in this order.
|
2021-07-14 07:09:19 +02:00
|
|
|
|
|
|
|
Packages
|
|
|
|
--------
|
|
|
|
Regular releases are sporadic. git master should be stable enough. You can get
|
|
|
|
a package with the latest development version from Archlinux's AUR.
|
|
|
|
|
|
|
|
Building and Running
|
|
|
|
--------------------
|
|
|
|
Build dependencies: Meson, pkg-config +
|
2021-11-16 07:38:42 +01:00
|
|
|
Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info,
|
2022-06-04 22:47:44 +02:00
|
|
|
libturbojpeg, libwebp +
|
2021-12-26 19:41:42 +01:00
|
|
|
Optional dependencies: lcms2, LibRaw, librsvg-2.0, xcursor, libheif, libtiff,
|
2022-02-19 21:58:27 +01:00
|
|
|
ExifTool, resvg (unstable API, needs to be requested explicitly)
|
2021-07-14 07:09:19 +02:00
|
|
|
|
2022-01-05 04:42:01 +01:00
|
|
|
$ git clone --recursive https://git.janouch.name/p/fiv.git
|
2021-07-14 07:09:19 +02:00
|
|
|
$ meson builddir
|
|
|
|
$ cd builddir
|
|
|
|
$ meson compile
|
|
|
|
|
2022-01-07 12:15:14 +01:00
|
|
|
Considering the vast amount of dynamically-linked dependencies, do not attempt
|
2022-07-25 14:25:14 +02:00
|
|
|
direct installations via `ninja install`. To test the program:
|
2022-01-07 12:15:14 +01:00
|
|
|
|
2022-07-25 14:25:14 +02:00
|
|
|
$ meson devenv fiv
|
2021-07-14 07:09:19 +02:00
|
|
|
|
2022-02-18 18:10:19 +01:00
|
|
|
The lossless JPEG cropper is intended to be invoked from a context menu.
|
|
|
|
|
2022-01-24 08:41:05 +01:00
|
|
|
Documentation
|
2021-11-22 20:51:59 +01:00
|
|
|
-------------
|
2022-01-24 08:41:05 +01:00
|
|
|
For information concerning usage, refer to link:docs/fiv.html[the user guide],
|
|
|
|
which can be invoked from within the program by pressing F1.
|
2021-11-23 14:58:21 +01:00
|
|
|
|
2021-07-14 07:09:19 +02:00
|
|
|
Contributing and Support
|
|
|
|
------------------------
|
2022-01-05 04:42:01 +01:00
|
|
|
Use https://git.janouch.name/p/fiv to report any bugs, request features,
|
2021-07-14 07:09:19 +02:00
|
|
|
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
|
|
|
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
|
|
|
|
|
|
|
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
This software is released under the terms of the 0BSD license, the text of which
|
|
|
|
is included within the package along with the list of authors.
|