diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-09-23 18:34:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-09-23 18:34:01 +0200 |
commit | a357a093f59ff6cddf6c10331f2da43b29c648ee (patch) | |
tree | 5687afddcdc92fba0d261763c483c64de4301ccf /man | |
parent | cd0e7155c746bcee22e2e7d66691bdefff4d0b3c (diff) |
feh(1): Add known bug related to imlib2 < 1.7.4
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index 8be5a6f..419820c 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -2123,6 +2123,13 @@ It is $MAN_CURL$ in this build . .Sh KNOWN BUGS . +Imlib2 releases prior to 1.7.4 are unable to load gif, tiff, and webp images +if the filename does not end with gif, tiff, or webp, respectively. +Notably, this means that feh is unable to show gif, tiff, and webp images from +stdin or network URLs on systems using an Imlib2 version older than 1.7.4. +. +.Pp +. On systems with giflib 5.1.2, .Nm may be unable to load gif images. |