2021-11-04 20:19:30 +01:00
2021-11-01 05:17:25 +01:00
2021-11-02 04:53:33 +01:00
2021-11-01 05:17:26 +01:00
2021-09-15 17:30:16 +02:00
2021-11-01 05:17:26 +01:00
2021-11-04 20:19:30 +01:00
2021-10-04 23:17:34 +02:00
2021-09-16 18:01:01 +02:00
2021-09-15 17:30:16 +02:00
2021-09-16 15:51:01 +02:00
2021-11-01 05:17:26 +01:00
2021-11-01 05:17:26 +01:00

fastiv

fastiv is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally RAW pictures. Currently, its not particularly usable.

Non-goals

  • fancy UI—the focus is on speed of use first, colour accuracy second

  • memory efficiency, though preloading can cause some pressure

  • portability to non-UNIXy systems

Packages

Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version from Archlinuxs AUR.

Building and Running

Build dependencies: Meson, pkg-config
Runtime dependencies: gtk+-3.0, pixman-1, shared-mime-info, libpng>=1.5.4, libturbojpeg, LibRaw (optional)

$ git clone --recursive https://git.janouch.name/p/fastiv.git
$ meson builddir
$ cd builddir
$ meson compile

To install the application, you can do:

# meson install

Contributing and Support

Use https://git.janouch.name/p/fastiv to report any bugs, request features, 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.

Description
Image browser and viewer
Readme 13 MiB
2024-12-23 18:17:22 +01:00
Languages
C 95.4%
Meson 2.7%
Shell 1.5%
Awk 0.4%