Thumbnails: Difference between revisions
Added the section about libheif.bin and libheif.out back and rewrote it to be a bit more detailed |
Added a header so the newer image format section is more visible |
||
| Line 56: | Line 56: | ||
# 'gdk-pixbuf-thumbnailer.thumbnailer' is created in '/run/current-system/sw/share/thumbnailers' | # 'gdk-pixbuf-thumbnailer.thumbnailer' is created in '/run/current-system/sw/share/thumbnailers' | ||
}</syntaxhighlight>For newer image formats not included in <code>gdk-pixbuf</code> you can enable thumbnails by adding their specific image libraries into the system packages as seen below<syntaxhighlight lang="nix"># configuration.nix | }</syntaxhighlight> | ||
==== Thumbnails for newer image formats such as AVIF and JPEG XL ==== | |||
For newer image formats not included in <code>gdk-pixbuf</code> you can enable thumbnails by adding their specific image libraries into the system packages as seen below<syntaxhighlight lang="nix"># configuration.nix | |||
{ pkgs, ... }: | { pkgs, ... }: | ||