From 57ac392431bf8bf7c32e7204771aca296096672b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 16 Sep 2021 18:39:33 +0200 Subject: Update README --- README.adoc | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1f7df00..ed5f29f 100644 --- a/README.adoc +++ b/README.adoc @@ -4,8 +4,36 @@ fastiv 'fastiv' is a fast image viewer, supporting BMP, PNG, GIF, JPEG, and optionally RAW pictures. -It is meant to be a viable replacement for Eye of GNOME, which is slow and likes -to break on huge pictures. Memory efficiency is specifically a non-goal. +It is meant to be a viable replacement for Eye of GNOME, which is slow, likes +to break on huge pictures, and its underlying gdk-pixbuf can only be made to use +the broken libopenraw +https://mail.gnome.org/archives/eog-list/2016-January/msg00004.html[as of now]. + +Further development +------------------- +Urgent blockers for the first stable version: + + - directory browsing + - implement zoom and scrolling + +High priority: + + - some level of asynchronous loading and preloading, + which becomes a difficult problem with network mounts, + confusingly acting as fast devices + - write a replacement for GNOME's Nautilus in grid mode: + read-only, with focus on staggered previews and minimising wasted space + +Low priority: + + - display 16-bit pictures smoothly, using the 30-bit depth under X.org + - make RAW as fast as it can possibly be + - load everything that resembles a picture, potentially even play video + +Non-goals: + + - fancy UI, focus solely on speed of use + - memory efficiency, though preloading can cause some pressure Packages -------- -- cgit v1.2.3